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

2013-01-21 Thread Joonyoung Shim
On 01/11/2013 10:06 PM, Amarendra Reddy wrote: 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

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 the

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 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC

2013-01-10 Thread Simon Glass
Hi Amar, On Fri, Jan 4, 2013 at 1:34 AM, Amar amarendra...@samsung.com wrote: This patch adds FDT support for DWMMC, by reading the DWMMC node data from the device tree and initialising DWMMC channels as per data obtained from the node. Changes from V1: 1)Updated code to have same

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

2013-01-10 Thread Jaehoon Chung
On 01/11/2013 12:33 AM, Simon Glass wrote: Hi Amar, On Fri, Jan 4, 2013 at 1:34 AM, Amar amarendra...@samsung.com wrote: This patch adds FDT support for DWMMC, by reading the DWMMC node data from the device tree and initialising DWMMC channels as per data obtained from the node. Changes

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

2013-01-10 Thread Simon Glass
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, Simon Glass wrote: Hi Amar, On Fri, Jan 4, 2013 at 1:34 AM, Amar amarendra...@samsung.com wrote: This patch adds FDT support for DWMMC, by reading the DWMMC node data from the

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

2013-01-04 Thread Amar
This patch adds FDT support for DWMMC, by reading the DWMMC node data from the device tree and initialising DWMMC channels as per data obtained from the node. Changes from V1: 1)Updated code to have same signature for the function exynos_dwmci_init() for both FDT and non-FDT