Re: [U-Boot] [PATCH v2 3/4] tegra2: Enable second SD port (J5) on Harmony

2011-11-03 Thread Stephen Warren
Andy Fleming wrote at Wednesday, November 02, 2011 6:17 PM: I'm currently assuming this patch has been superseded by the patches you submitted on the 31st? That looks correct, yes. This whole v2 series was replaced by v7 IIRC. On Tue, Oct 4, 2011 at 12:32 PM, Stephen Warren swar...@nvidia.com

Re: [U-Boot] [PATCH v2 3/4] tegra2: Enable second SD port (J5) on Harmony

2011-11-02 Thread Andy Fleming
I'm currently assuming this patch has been superseded by the patches you submitted on the 31st? Andy On Tue, Oct 4, 2011 at 12:32 PM, Stephen Warren swar...@nvidia.com wrote: Seaboard uses SDMMC4, SDMMC3. Harmony uses SDMMC4, SDMMC2. Move board_init_mmc and gpio_config_mmc into board-specific

Re: [U-Boot] [PATCH v2 3/4] tegra2: Enable second SD port (J5) on Harmony

2011-10-06 Thread Simon Glass
Hi Stephen, Have been on hols, sorry for the delay. On Wed, Oct 5, 2011 at 8:46 AM, Stephen Warren swar...@nvidia.com wrote: Simon Glass wrote at Wednesday, October 05, 2011 8:39 AM: Hi Stephen, On Tue, Oct 4, 2011 at 10:32 AM, Stephen Warren swar...@nvidia.com wrote: Seaboard uses SDMMC4,

Re: [U-Boot] [PATCH v2 3/4] tegra2: Enable second SD port (J5) on Harmony

2011-10-05 Thread Simon Glass
Hi Stephen, On Tue, Oct 4, 2011 at 10:32 AM, Stephen Warren swar...@nvidia.com wrote: Seaboard uses SDMMC4, SDMMC3. Harmony uses SDMMC4, SDMMC2. Move board_init_mmc and gpio_config_mmc into board-specific files, so boards can choose which ports to set up. Split clock_init_mmc and pin_mux_mmc

Re: [U-Boot] [PATCH v2 3/4] tegra2: Enable second SD port (J5) on Harmony

2011-10-05 Thread Stephen Warren
Simon Glass wrote at Wednesday, October 05, 2011 8:39 AM: Hi Stephen, On Tue, Oct 4, 2011 at 10:32 AM, Stephen Warren swar...@nvidia.com wrote: Seaboard uses SDMMC4, SDMMC3. Harmony uses SDMMC4, SDMMC2. Move board_init_mmc and gpio_config_mmc into board-specific files, so boards can

[U-Boot] [PATCH v2 3/4] tegra2: Enable second SD port (J5) on Harmony

2011-10-04 Thread Stephen Warren
Seaboard uses SDMMC4, SDMMC3. Harmony uses SDMMC4, SDMMC2. Move board_init_mmc and gpio_config_mmc into board-specific files, so boards can choose which ports to set up. Split clock_init_mmc and pin_mux_mmc into per-port functions, and export them for use by boards. Signed-off-by: Stephen Warren