Re: [U-Boot] [PATCH v3 0/4] mmc: Implement central card-detection.

2012-01-08 Thread Andy Fleming
On Tue, Dec 20, 2011 at 2:52 AM, Thierry Reding thierry.red...@avionic-design.de wrote: This series of patches implements central card-detection within the MMC framework. Before this patch series, many boards actually did implement the board_mmc_getcd() function, but it wasn't used except by

Re: [U-Boot] [PATCH v3 0/4] mmc: Implement central card-detection.

2012-01-02 Thread Thierry Reding
* Andy Fleming wrote: Could you rebase these patches on the top of the mmc tree? They don't apply cleanly anymore, and I don't want to mangle them in my attempts at hand-application. Hi Andy, I just sent out v4, which is rebased on the latest MMC tree (branch master). The conflict resolution

Re: [U-Boot] [PATCH v3 0/4] mmc: Implement central card-detection.

2012-01-02 Thread Andy Fleming
On Monday, January 2, 2012, Thierry Reding thierry.red...@avionic-design.de wrote: Btw, what's your take on Mike's comment: http://lists.denx.de/pipermail/u-boot/2011-December/114002.html I'm not sure how useful it would be to add this now. Tegra2 has an implementation that pretty

Re: [U-Boot] [PATCH v3 0/4] mmc: Implement central card-detection.

2011-12-29 Thread Andy Fleming
Could you rebase these patches on the top of the mmc tree? They don't apply cleanly anymore, and I don't want to mangle them in my attempts at hand-application. On Tue, Dec 20, 2011 at 2:52 AM, Thierry Reding thierry.red...@avionic-design.de wrote: This series of patches implements central

[U-Boot] [PATCH v3 0/4] mmc: Implement central card-detection.

2011-12-20 Thread Thierry Reding
This series of patches implements central card-detection within the MMC framework. Before this patch series, many boards actually did implement the board_mmc_getcd() function, but it wasn't used except by one driver (fsl_esdhc). Unfortunately, implementations interpreted the meaning of the cd

Re: [U-Boot] [PATCH v3 0/4] mmc: Implement central card-detection.

2011-12-20 Thread Mike Frysinger
On Tuesday 20 December 2011 03:52:39 Thierry Reding wrote: This series of patches implements central card-detection within the MMC framework. Before this patch series, many boards actually did implement the board_mmc_getcd() function, but it wasn't used except by one driver (fsl_esdhc).

Re: [U-Boot] [PATCH v3 0/4] mmc: Implement central card-detection.

2011-12-20 Thread Thierry Reding
* Mike Frysinger wrote: On Tuesday 20 December 2011 03:52:39 Thierry Reding wrote: This series of patches implements central card-detection within the MMC framework. Before this patch series, many boards actually did implement the board_mmc_getcd() function, but it wasn't used except by one