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

2011-10-28 Thread Stephen Warren
Stephen Warren wrote at Wednesday, October 12, 2011 4:53 PM: > 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(

[U-Boot] [PATCH v6 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