Re: [U-Boot] [PATCH v3 2/3] ARM:AM33XX: Add mmc/sd support

2012-01-03 Thread Tom Rini
On 01/03/2012 07:50 AM, Igor Grinberg wrote: > Hi Tom, > > On 01/03/12 16:21, Tom Rini wrote: >> On 01/03/2012 01:00 AM, Igor Grinberg wrote: >>> Hi Chandan, Tom, >>> >>> On 01/03/12 08:42, Chandan Nath wrote: This patch add supports for mmc/sd driver on AM335X platform. PLL and pinmux c

Re: [U-Boot] [PATCH v3 2/3] ARM:AM33XX: Add mmc/sd support

2012-01-03 Thread Igor Grinberg
Hi Tom, On 01/03/12 16:21, Tom Rini wrote: > On 01/03/2012 01:00 AM, Igor Grinberg wrote: >> Hi Chandan, Tom, >> >> On 01/03/12 08:42, Chandan Nath wrote: >>> This patch add supports for mmc/sd driver on AM335X platform. >>> PLL and pinmux configurations for mmc/sd are configured in this >>> patch

Re: [U-Boot] [PATCH v3 2/3] ARM:AM33XX: Add mmc/sd support

2012-01-03 Thread Tom Rini
On 01/03/2012 01:00 AM, Igor Grinberg wrote: > Hi Chandan, Tom, > > On 01/03/12 08:42, Chandan Nath wrote: >> This patch add supports for mmc/sd driver on AM335X platform. >> PLL and pinmux configurations for mmc/sd are configured in this >> patch. >> >> Signed-off-by: Chandan Nath >> Signed-off-

Re: [U-Boot] [PATCH v3 2/3] ARM:AM33XX: Add mmc/sd support

2012-01-03 Thread Igor Grinberg
Hi Chandan, Tom, On 01/03/12 08:42, Chandan Nath wrote: > This patch add supports for mmc/sd driver on AM335X platform. > PLL and pinmux configurations for mmc/sd are configured in this > patch. > > Signed-off-by: Chandan Nath > Signed-off-by: Tom Rini > --- > Changes since v2: > - No change >

[U-Boot] [PATCH v3 2/3] ARM:AM33XX: Add mmc/sd support

2012-01-02 Thread Chandan Nath
This patch add supports for mmc/sd driver on AM335X platform. PLL and pinmux configurations for mmc/sd are configured in this patch. Signed-off-by: Chandan Nath Signed-off-by: Tom Rini --- Changes since v2: - No change Changes since v1: - Removed unwanted code from omap_hsmmc.c file - Rebase