Re: [PATCH v2 0/4] eMMC DDR support

2011-05-13 Thread Chris Ball
Hi Arindam, On Fri, May 13 2011, Arindam Nath wrote: > V2 > > [PATCH 1/4]: Fixed tabbing for comment. > [PATCH 2/4]: Use switch-case instead of if-else. > [PATCH 3/4]: Use bool type for argument *cmd11* instead of int. > > Philip Rakity (4): > [PATCH 1/4]: sdhci add hooks for UHS setting by

[PATCH v2 0/4] eMMC DDR support

2011-05-12 Thread Arindam Nath
V2 [PATCH 1/4]: Fixed tabbing for comment. [PATCH 2/4]: Use switch-case instead of if-else. [PATCH 3/4]: Use bool type for argument *cmd11* instead of int. Philip Rakity (4): [PATCH 1/4]: sdhci add hooks for UHS setting by platform specific code [PATCH 2/4]: sdhci-pxa add platform specifi