Re: [U-Boot] [PATCH V0 1/1] Resolve i2c compilation error for non-FDT case

2013-07-09 Thread Amarendra Reddy
Dear Minkyu, Please find my responses below. Thanks Regards Amarendra Reddy On 9 July 2013 18:50, Minkyu Kang mk7.k...@samsung.com wrote: Dear amar_g On 09/07/13 21:44, amar_g wrote: Please add prefix at title. OK shall add aprefix 'EXYNOS' at title in the next patch. This patch

Re: [U-Boot] [PATCH V1 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread Amarendra Reddy
Dear Minkyu, Please find the response below. Thanks Regards Amarendra Reddy On 10 July 2013 07:42, Minkyu Kang mk7.k...@samsung.com wrote: On 09/07/13 23:05, amar_g wrote: This patch resolves the below mentiond compilation error of i2c driver typo.. maybe mentiond will be mentioned? OK

Re: [U-Boot] [PATCH V1 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread Amarendra Reddy
Hi Albert, Please find my response below. Thanks Regards Amarendra Reddy On 9 July 2013 20:15, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Hi amar_g, On Tue, 09 Jul 2013 19:35:40 +0530, amar_g amarendra...@samsung.com wrote: This patch resolves the below mentiond compilation error

Re: [U-Boot] [PATCH V8 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-04-22 Thread Amarendra Reddy
Hi Jaehoon, Please find my response below Thanks Regards Amarendra On 23 April 2013 09:27, Jaehoon Chung jh80.ch...@samsung.com wrote: On 04/16/2013 05:44 PM, Amarendra Reddy wrote: Hi Jaehoon, Please find my response below. Thanks Regards Amarendra Reddy On 12 April 2013 16

Re: [U-Boot] [PATCH V8 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-04-16 Thread Amarendra Reddy
Hi Jaehoon, Please find my response below. Thanks Regards Amarendra Reddy On 12 April 2013 16:50, Jaehoon Chung jh80.ch...@samsung.com wrote: On 04/10/2013 03:13 PM, Amarendra Reddy wrote: Hi Jaehoon, Please find my responses below. Thanks Regards Amarendra Reddy On 9 April

Re: [U-Boot] [PATCH V8 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-04-10 Thread Amarendra Reddy
Hi Jaehoon, Please find my responses below. Thanks Regards Amarendra Reddy On 9 April 2013 16:23, Jaehoon Chung jh80.ch...@samsung.com wrote: On 04/03/2013 11:08 PM, Amar wrote: This patch adds FDT support for DWMMC, by reading the DWMMC node data from the device tree and initialising

Re: [U-Boot] [PATCH V8 9/9] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

2013-04-09 Thread Amarendra Reddy
Dear Minkyu, Thankyou for the review comments. Please find my responses below. Thanks Regards Amarendra Reddy On 9 April 2013 16:25, Minkyu Kang mk7.k...@samsung.com wrote: Dear Amarendra, On 05/04/13 16:39, Amarendra Reddy wrote: Hi Jaehoon, Please find the responses below

Re: [U-Boot] [PATCH V8 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-04-09 Thread Amarendra Reddy
Hi Jaehoon, Auto-stop command is not related to read/write issue. Today, I commented the 'auto-stop command' enable code and tested, SD/EMMC read write and EMMC boot work fine. Hence enabling Auto-stop command is not required. I shall update the same in next patchset. Thanks Regards Amarendra

Re: [U-Boot] [PATCH V8 9/9] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

2013-04-05 Thread Amarendra Reddy
Hi Jaehoon, Please find the responses below Thanks Regards Amarendra Reddy On 5 April 2013 11:51, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Amar, On 04/03/2013 11:08 PM, Amar wrote: This patch adds commands to access(open/close) and resize boot partitions on EMMC. Signed-off

Re: [U-Boot] [PATCH V7 08/10] SMDK5250: Enable EMMC booting

2013-04-01 Thread Amarendra Reddy
Dear Minkyu, Ok, I will keep these valuse locally. Thanks Regards Amarendra Reddy On 28 March 2013 13:53, Minkyu Kang mk7.k...@samsung.com wrote: Dear Amar, On 05/03/13 22:11, Amar wrote: This patch adds support for EMMC booting on SMDK5250. Signed-off-by: Amar amarendra

Re: [U-Boot] [PATCH V7 10/10] EXYNOS5: I2C: Added FDT and non-FDT support for I2C

2013-04-01 Thread Amarendra Reddy
Dear Minkyu, While creating the separate file(exynos5-dt.c) to handle dts, I had to do the changes for i2c also. And those changes became part of this patchset. Ok, I will separate this from the dwmmc patchset. Thanks Regards Amarendra On 28 March 2013 13:59, Minkyu Kang mk7.k...@samsung.com

Re: [U-Boot] [PATCH V7 07/10] MMC: APIs to support resize of EMMC boot partition

2013-03-28 Thread Amarendra Reddy
will further cause delay. Please provide your comments. Thanks Regards Amarendra Reddy On 28 March 2013 13:48, Minkyu Kang mk7.k...@samsung.com wrote: On 07/03/13 18:26, Amarendra Reddy wrote: Dear Wolfgang, Thank you for the comments. Ok, I will make this code conditional. please don't

Re: [U-Boot] [PATCH 2/4] MMC: EXYNOS: Added call back function for clock get

2013-03-27 Thread Amarendra Reddy
: Dear Amar, On 27/03/13 14:38, Amarendra Reddy wrote: Dear Minkyu, Please refer to the latest version of emmc patchset, which is V7 patchset. The function definition 'exynos_dwmci_init()' has been changed when compared to V1 patchset. It means.. should I ignore this patchset

Re: [U-Boot] [PATCH 1/4] MMC: DWMMC: Modified fifo size computation

2013-03-26 Thread Amarendra Reddy
Dear Minkyu, The definition of RX_WMARK is present in [PATCH V7 04/10] EXYNOS5: DWMMC: Added FDT support for DWMMC. Here is the URL, http://www.mail-archive.com/u-boot@lists.denx.de/msg107515.html Thanks Regards Amarendra Reddy On 27 March 2013 10:33, Minkyu Kang mk7.k...@samsung.com wrote

Re: [U-Boot] [PATCH 2/4] MMC: EXYNOS: Added call back function for clock get

2013-03-26 Thread Amarendra Reddy
Regards Amarendra On 27 March 2013 10:44, Minkyu Kang mk7.k...@samsung.com wrote: Dear Amar, On 05/12/12 22:31, Amar wrote: This patch defines the call back required by dw mmc driver to get the clock value. It also adds function to set the dw mmc clock divider ratio. Signed-off-by: Amarendra

Re: [U-Boot] [PATCH V7 01/10] FDT: Add compatible string for DWMMC

2013-03-12 Thread Amarendra Reddy
Hi Simon, I am not planning to resend the series untill a re-base is required. Thanks Regards Amarendra reddy On 11 March 2013 22:04, Simon Glass s...@chromium.org wrote: Hi Amar, On Tue, Mar 5, 2013 at 5:11 AM, Amar amarendra...@samsung.com wrote: Add required compatible information

Re: [U-Boot] [PATCH V7 09/10] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

2013-03-07 Thread Amarendra Reddy
Dear Wolfgang, Thank you for the comments. Ok, I will make this code conditional. I will prepare a new patch and post the same. Thanks Regards Amarendra On 6 March 2013 02:12, Wolfgang Denk w...@denx.de wrote: Dear Amar, In message 1362489090-7745-10-git-send-email-amarendra...@samsung.com

Re: [U-Boot] [PATCH V7 07/10] MMC: APIs to support resize of EMMC boot partition

2013-03-07 Thread Amarendra Reddy
Dear Wolfgang, Thank you for the comments. Ok, I will make this code conditional. I will prepare a new patch and post the same. Thanks Regards Amarendra On 6 March 2013 02:13, Wolfgang Denk w...@denx.de wrote: Dear Amar, In message 1362489090-7745-8-git-send-email-amarendra...@samsung.com

Re: [U-Boot] [PATCH V5 04/10] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-02-14 Thread Amarendra Reddy
Hi Simon, Thanks for the response. Please find my response below. Thanks Regards Amarendra On 9 February 2013 22:24, Simon Glass s...@chromium.org wrote: Hi Amarendra, On Mon, Jan 28, 2013 at 1:31 AM, Amarendra Reddy amar.lavan...@gmail.com wrote: Hi Simon, Please find the responses

Re: [U-Boot] [PATCH V5 02/10] EXYNOS5: FDT: Add DWMMC device node data

2013-02-14 Thread Amarendra Reddy
Hi Simon, Please find my response below. Thanks Regards Amarendra On 8 February 2013 22:33, Simon Glass s...@chromium.org wrote: Hi Amarendra, On Mon, Jan 28, 2013 at 1:20 AM, Amarendra Reddy amar.lavan...@gmail.com wrote: Hi Simon, You mean to add removable flag in device node

Re: [U-Boot] [PATCH V5 02/10] EXYNOS5: FDT: Add DWMMC device node data

2013-01-28 Thread Amarendra Reddy
Hi Simon, You mean to add removable flag in device node ? Are you referring to the overhead involved during MMC boot, and a SD card is not present on the board ? Can you please elaborate on the above. Thanks Regards Amarendra Reddy On 23 January 2013 05:39, Simon Glass s...@chromium.org wrote

Re: [U-Boot] [PATCH V5 03/10] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-28 Thread Amarendra Reddy
Hi Simon, Please find the response below. Thanks Regards Amarendra On 23 January 2013 05:55, Simon Glass s...@chromium.org wrote: On Mon, Jan 21, 2013 at 3:43 AM, Amar amarendra...@samsung.com wrote: This patch enumerates dwmci and set auto stop command during dwmci initialisation.

Re: [U-Boot] [PATCH V5 04/10] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-01-28 Thread Amarendra Reddy
Hi Simon, Please find the responses below. Thanks Regards Amarendra On 27 January 2013 01:38, Simon Glass s...@chromium.org wrote: Hi, On Tue, Jan 22, 2013 at 12:43 AM, Amar amarendra...@samsung.com wrote: This patch adds FDT support for DWMMC, by reading the DWMMC node data from the

Re: [U-Boot] [PATCH V5 07/10] MMC: APIs to support resize of EMMC boot partition

2013-01-28 Thread Amarendra Reddy
Hi Simon, Please find the responses below. Thanks Regards Amarendra Reddy On 27 January 2013 01:55, Simon Glass s...@chromium.org wrote: Hi Amar, On Tue, Jan 22, 2013 at 12:43 AM, Amar amarendra...@samsung.com wrote: This patch adds APIs to access(open / close) and to resize boot

Re: [U-Boot] [PATCH V5 09/10] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

2013-01-28 Thread Amarendra Reddy
Hi Simon, Please find the response below. Thanks Regards Amarendra Reddy On 27 January 2013 01:57, Simon Glass s...@chromium.org wrote: Hi Amar, On Tue, Jan 22, 2013 at 12:43 AM, Amar amarendra...@samsung.com wrote: This patch adds commands to access(open/close) and resize boot

Re: [U-Boot] [PATCH V5 10/10] EXYNOS5: I2C: Added FDT and non-FDT support for I2C

2013-01-28 Thread Amarendra Reddy
Hi Simon, Please find the response below. Thanks Regards Amarendra Reddy On 27 January 2013 01:59, Simon Glass s...@chromium.org wrote: Hi Amar, On Tue, Jan 22, 2013 at 12:43 AM, Amar amarendra...@samsung.com wrote: This patch adds FDT and non-FDT support for I2C, and initialise

Re: [U-Boot] [PATCH V5 03/10] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-21 Thread Amarendra Reddy
Hi Jaehoon, The 'timeout' value cant be removed as it is being used. Thanks Regards Amarendra On 22 January 2013 08:14, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Amar, On 01/21/2013 08:43 PM, Amar wrote: This patch enumerates dwmci and set auto stop command during dwmci

Re: [U-Boot] [PATCH V4 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-01-21 Thread Amarendra Reddy
Hi Joonyoung, Thanks for the comments. Please find my response below. Thanks Regards Amarendra On 22 January 2013 10:53, Joonyoung Shim jy0922.s...@samsung.com wrote: On 01/11/2013 10:06 PM, Amarendra Reddy wrote: Hi Simon / Jaehoon, Thanks for review comments. Please find

Re: [U-Boot] [PATCH V4 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-15 Thread Amarendra Reddy
Hi Jaehoon, On 11 January 2013 09:31, Jaehoon Chung jh80.ch...@samsung.com wrote: On 01/11/2013 12:26 AM, Simon Glass wrote: Hi Amar, On Fri, Jan 4, 2013 at 1:34 AM, Amar amarendra...@samsung.com wrote: This patch enumerates dwmci and set auto stop command during dwmci

Re: [U-Boot] [PATCH V4 2/9] EXYNOS5: FDT: Add DWMMC device node data

2013-01-15 Thread Amarendra Reddy
Hi Simon, On 10 January 2013 20:51, Simon Glass s...@chromium.org wrote: Hi Amar, On Fri, Jan 4, 2013 at 1:34 AM, Amar amarendra...@samsung.com wrote: This patch adds DWMMC device node data for exynos5. This patch also adds binding file for DWMMC device node. Changes from V1:

Re: [U-Boot] [PATCH V4 8/9] SMDK5250: Enable EMMC booting

2013-01-15 Thread Amarendra Reddy
Hi Simon, Thanks for review comments. Please find my responses below. Thanks Regards Amarendra On 10 January 2013 22:09, Simon Glass s...@chromium.org wrote: Hi Amar, On Fri, Jan 4, 2013 at 1:34 AM, Amar amarendra...@samsung.com wrote: This patch adds support for EMMC booting on

Re: [U-Boot] [PATCH V4 6/9] SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT

2013-01-15 Thread Amarendra Reddy
Hi Simon, Thanks for the review comments. Please find my responses below. Thanks Regards Amarendra Reddy On 12 January 2013 22:11, Simon Glass s...@chromium.org wrote: Hi Amar, On Fri, Jan 11, 2013 at 9:58 AM, Amarendra Reddy amar.lavan...@gmail.com wrote: Hi Simon, Thanks

Re: [U-Boot] [PATCH V4 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-01-11 Thread Amarendra Reddy
Hi Simon / Jaehoon, Thanks for review comments. Please find the responses below. Thanks Regards Amarendra Reddy On 11 January 2013 11:14, Simon Glass s...@chromium.org wrote: Hi Jaehoon, On Thu, Jan 10, 2013 at 8:12 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: On 01/11/2013 12:33 AM

Re: [U-Boot] [PATCH V4 5/9] EXYNOS5: DWMMC: API to set mmc clock divisor

2013-01-11 Thread Amarendra Reddy
Hi Jaehoon / Simon, Thanks for review comments. Please find my responses below. Thanks Regards Amarendra Reddy On 11 January 2013 09:22, Jaehoon Chung jh80.ch...@samsung.com wrote: On 01/11/2013 12:35 AM, Simon Glass wrote: Hi Amar, On Fri, Jan 4, 2013 at 1:34 AM, Amar amarendra

Re: [U-Boot] [PATCH V4 9/9] COMMON: MMC: Command to support EMMC booting and to

2013-01-11 Thread Amarendra Reddy
Hi Simon / Jaehoon, Please find my responses below. Thanks Regards Amarendra reddy On 11 January 2013 11:11, Simon Glass s...@chromium.org wrote: HI Jaehoon, On Thu, Jan 10, 2013 at 7:54 PM, Jaehoon Chung jh80.ch...@samsung.com wrote: On 01/11/2013 01:46 AM, Simon Glass wrote: Hi Amar

Re: [U-Boot] [PATCH V4 6/9] SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT

2013-01-11 Thread Amarendra Reddy
Hi Simon, Thanks for review comments. Please find my responses below. Thanks Regards Amarendra Reddy On 10 January 2013 22:27, Simon Glass s...@chromium.org wrote: Hi Amar, On Fri, Jan 4, 2013 at 1:34 AM, Amar amarendra...@samsung.com wrote: This patch enables and initialises DWMMC

Re: [U-Boot] [PATCH V4 7/9] MMC: APIs to support resize of EMMC boot partition

2013-01-06 Thread Amarendra Reddy
use the above 3 functions, if placed in drivers/mmc/mmc.c. Thanks Regards Amarendra Reddy On 4 January 2013 15:57, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Amar, I wonder that include the moviNAND specific code in mmc.c? mmc_boot_partiton_size_change() looks like every vendor can use

Re: [U-Boot] [PATCH V4 7/9] MMC: APIs to support resize of EMMC boot partition

2013-01-06 Thread Amarendra Reddy
) to be used instead of two functions open() and close(). 2) By doing so user can specify which boot partition to be accessed (opened / closed). Please comment. Thanks Regards Amarendra Reddy On 7 January 2013 10:04, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Amar, If you want to access

Re: [U-Boot] [PATCH 9/9] COMMON: MMC: Command to support EMMC booting

2013-01-04 Thread Amarendra Reddy
with 2 boot partitons and 1 RPMB partition. This patch merely deals with resizing Boot partitions RPMB partition, by sending proper commands to EMMC chip. Thanks Regards Amarendra Reddy. On 28 December 2012 21:11, Wolfgang Denk w...@denx.de wrote: Dear Amar, In message 1356709972-26549-10-git

Re: [U-Boot] [PATCH V3 5/9] EXYNOS5: DWMMC: API to set mmc clock divisor

2013-01-03 Thread Amarendra Reddy
Hi Jaehoon, Thanks for the comments. Please find my response below. Thanks Regards Amarendra On 3 January 2013 12:15, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Amar, ..snip.. I didn't understand this function(exynos5_mmc_set_clk_div?). What purpose? I think good that proper to

Re: [U-Boot] [PATCH V3 5/9] EXYNOS5: DWMMC: API to set mmc clock divisor

2013-01-03 Thread Amarendra Reddy
Hi Jaehoon, Thanks for the comments. Please find my response below. Thanks Regards Amarendra On 3 January 2013 16:46, Amarendra Reddy amar.lavan...@gmail.com wrote: Hi Jaehoon, Thanks for the comments. Please find my response below. Thanks Regards Amarendra On 3 January 2013 12

Re: [U-Boot] [PATCH V3 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-01-02 Thread Amarendra Reddy
Hi Jaehoon, Thanks for the comments. Please find my response below. Thanks Regards Amarendra On 2 January 2013 10:50, Jaehoon Chung jh80.ch...@samsung.com wrote: On 12/31/2012 07:58 PM, Amar wrote: This patch adds FDT support for DWMMC, by reading the DWMMC node data from the device tree

Re: [U-Boot] [PATCH V3 5/9] EXYNOS5: DWMMC: API to set mmc clock divisor

2013-01-02 Thread Amarendra Reddy
Hi Jaehoon Thanks for the comments. Please find my response below. Than On 2 January 2013 09:01, Jaehoon Chung jh80.ch...@samsung.com wrote: Hi Amar, On 12/31/2012 07:58 PM, Amar wrote: This API computes the divisor value based on MPLL clock and writes it into the FSYS1 register.

Re: [U-Boot] [PATCH V3 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues

2013-01-02 Thread Amarendra Reddy
Hi Jaehoon, Thanks for the comments. Please find the response below. Thanks Regards Amarendra Reddy On 2 January 2013 10:42, Jaehoon Chung jh80.ch...@samsung.com wrote: On 12/31/2012 07:58 PM, Amar wrote: This patch enumerates dwmci and set auto stop command during dwmci initialisation

Re: [U-Boot] [PATCH V2 0/9] EXYNOS5: Enable dwmmc

2012-12-28 Thread Amarendra Reddy
Hi all, Please ignore the below patch set. This patch set was meant for internal review. This has been posted by mistake. Sorry for the trouble. Thanks Regards Amarendra Reddy On 28 December 2012 21:22, Amar amarendra...@samsung.com wrote: This patch set enables and initialises dwmmc

Re: [U-Boot] [PATCH 8/9] SMDK5250: Enable eMMC booting

2012-12-26 Thread Amarendra Reddy
Hi Simon, Thanks for review comments. Please find my responses below. Thanks Regards Amarendra On 27 December 2012 01:29, Simon Glass s...@chromium.org wrote: Hi Amarendra, On Thu, Dec 20, 2012 at 5:53 AM, Amarendra Reddy amar.lavan...@gmail.com wrote: Hi SImon, Thanks for the review

Re: [U-Boot] [PATCH 2/9] EXYNOS5: FDT: Add DWMMC device node data

2012-12-23 Thread Amarendra Reddy
/listinfo/u-boot Thanks Regards Amarendra Reddy ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 4/9] EXYNOS5: DWMMC: Added dt support for DWMMC

2012-12-23 Thread Amarendra Reddy
Hi Jaehoon, Thanks for your comments. Please find the response below. Thanks Regards Amarendra On 21 December 2012 14:48, Jaehoon Chung jh80.ch...@samsung.com wrote: On 12/21/2012 02:16 PM, Amarendra Reddy wrote: Hi Simon, Thanks for your review comments. Please find the responses

Re: [U-Boot] [PATCH 9/9] COMMON: MMC: Command to support eMMC booting

2012-12-20 Thread Amarendra Reddy
Hi SImon, Thanks for the review comments. Please find below the responses for your comments. Thanks Regards Amarendra On 20 December 2012 08:10, Simon Glass s...@chromium.org wrote: Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar amarendra...@samsung.com wrote: This patch adds

Re: [U-Boot] [PATCH 8/9] SMDK5250: Enable eMMC booting

2012-12-20 Thread Amarendra Reddy
Hi SImon, Thanks for the review comments. Please find below the responses for your comments. Thanks Regards Amarendra On 20 December 2012 08:05, Simon Glass s...@chromium.org wrote: Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar amarendra...@samsung.com wrote: This patch adds support

Re: [U-Boot] [PATCH 7/9] MMC: APIs to support creation of boot partition

2012-12-20 Thread Amarendra Reddy
Hi Simon, Ok. I will ensure to get rid of these little errors. Thanks Regards Amarendra Reddy On 20 December 2012 08:01, Simon Glass s...@chromium.org wrote: Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar amarendra...@samsung.com wrote: This pathc adds APIs to open, close and to create

Re: [U-Boot] [PATCH 5/9] EXYNOS5: DWMMC: API to set mmc clock divisor

2012-12-20 Thread Amarendra Reddy
Hi Simon, Thanks for your review comments. Please find the responses below. Thanks Regards Amarendra Reddy On 20 December 2012 07:54, Simon Glass s...@chromium.org wrote: Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar amarendra...@samsung.com wrote: This API computes the divisor value

Re: [U-Boot] [PATCH 4/9] EXYNOS5: DWMMC: Added dt support for DWMMC

2012-12-20 Thread Amarendra Reddy
Hi Simon, Thanks for your review comments. Please find the responses below. Thanks Regards Amarendra Reddy On 20 December 2012 07:53, Simon Glass s...@chromium.org wrote: Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar amarendra...@samsung.com wrote: Signed-off-by: Amar amarendra

Re: [U-Boot] [PATCH 6/9] SMDK5250: Enable DWMMC

2012-12-20 Thread Amarendra Reddy
Hi Simon, Thanks for the review comments. Please find the responses below. Thanks Regards Amarendra Reddy On 20 December 2012 07:59, Simon Glass s...@chromium.org wrote: Hi Amar, On Mon, Dec 17, 2012 at 3:19 AM, Amar amarendra...@samsung.com wrote: This patch enables DWMMC for SMDK5250

Re: [U-Boot] [PATCH 1/4] MMC: DWMMC: Modified fifo size computation

2012-12-09 Thread Amarendra Reddy
On 12/05/2012 10:31 PM, Amar wrote: The current implementation of fifo size computation was giving improper values for eMMC channel. Modified the computation as per user manual. Signed-off-by: Amarendra Reddy amarendra...@samsung.com --- drivers/mmc/dw_mmc.c |2 ++ 1 files changed, 2

[U-Boot] fw_setenv usage for multiple copies of U-Boot Environment Variables

2011-04-28 Thread Amarendra Reddy
Hi all Consider we have multiple copies of U-Boot Environment Variables. Each copy protected by CRC value. Can we use fw_printenv and fw_setenv utilities from Linux Application ? Please guide me regarding this. Thanks Amarendra Reddy Larsen Toubro Limited www.larsentoubro.com This Email

Re: [U-Boot] fw_setenv usage for multiple copies of U-Boot Environment Variables

2011-04-28 Thread Amarendra Reddy
/mtd1 0x2 0x02000 0x2 /dev/mtd1 0x4 0x02000 0x2 /dev/mtd1 0x6 0x02000 0x2 Thanks Regards Amarendra Reddy -Original Message

[U-Boot] fw_printernv fw_setenv usage on redundant environment copies

2011-04-28 Thread Amarendra Reddy
0x2 Thanks Regards Amarendra Reddy Larsen Toubro Limited www.larsentoubro.com This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do

[U-Boot] fw_printenv fw_setenv for NAND partition

2011-04-13 Thread Amarendra Reddy
Regards Amarendra Reddy Larsen Toubro Limited www.larsentoubro.com This Email may contain confidential or privileged information for the intended recipient (s) If you are not the intended recipient, please do not use or disseminate the information, notify the sender and delete it from your