Re: [U-Boot] [PATCH v5 4/5] tegra2: Modify MMC driver to handle power and cd GPIOs

2011-10-12 Thread Simon Glass
On Wed, Oct 12, 2011 at 10:52 AM, Stephen Warren wrote: > Pass the GPIO numbers for power and card detect to tegra2_mmc_init(), and > modify that function to perform all required GPIO initialization. This > removes the need for board files to perform these operations. > > Move board_mmc_getcd() in

[U-Boot] [PATCH v5 4/5] tegra2: Modify MMC driver to handle power and cd GPIOs

2011-10-12 Thread Stephen Warren
Pass the GPIO numbers for power and card detect to tegra2_mmc_init(), and modify that function to perform all required GPIO initialization. This removes the need for board files to perform these operations. Move board_mmc_getcd() into tegra2_mmc.c now that the driver knows which GPIOs to use. Upd