Re: [U-Boot] [PATCH 1/9] OMAP3: CM-T35: Use generic MMC driver

2011-08-24 Thread Tom Rini
On Wed, Aug 24, 2011 at 5:31 AM, Igor Grinberg wrote: > On 08/23/11 01:13, Tom Rini wrote: > >> Switch from the legacy omap3 mmc driver to the new generic omap hsmmc >> driver.  This patch is based on the work done for Beagle, etc. >> >> Signed-off-by: Tom Rini > > It is a good practice to CC the

Re: [U-Boot] [PATCH 1/9] OMAP3: CM-T35: Use generic MMC driver

2011-08-24 Thread Igor Grinberg
On 08/23/11 01:13, Tom Rini wrote: > Switch from the legacy omap3 mmc driver to the new generic omap hsmmc > driver. This patch is based on the work done for Beagle, etc. > > Signed-off-by: Tom Rini It is a good practice to CC the board maintainer. Thanks. Tested-by: Igor Grinberg > --- >

[U-Boot] [PATCH 1/9] OMAP3: CM-T35: Use generic MMC driver

2011-08-22 Thread Tom Rini
Switch from the legacy omap3 mmc driver to the new generic omap hsmmc driver. This patch is based on the work done for Beagle, etc. Signed-off-by: Tom Rini --- board/cm_t35/cm_t35.c|8 include/configs/cm_t35.h |3 ++- 2 files changed, 10 insertions(+), 1 deletions(-) diff