Re: [U-Boot] [PATCH v3] AT91: Add SD/MMC controller support

2009-11-23 Thread Albin Tonnerre
On Sun, 22 Nov 2009 22:17 +0100, Wolfgang Denk wrote : > Dear Albin Tonnerre, > > In message > <1252442374-25386-1-git-send-email-albin.tonne...@free-electrons.com> you > wrote: > > This patch allows to use the atmel_mci SD/MMC driver on the at91 > > architecture. > > It contains: > > - initia

Re: [U-Boot] [PATCH v3] AT91: Add SD/MMC controller support

2009-11-22 Thread Wolfgang Denk
Dear Albin Tonnerre, In message <1252442374-25386-1-git-send-email-albin.tonne...@free-electrons.com> you wrote: > This patch allows to use the atmel_mci SD/MMC driver on the at91 architecture. > It contains: > - initialization code for the MCI controller for all the supported AT91. It >allo

[U-Boot] [PATCH v3] AT91: Add SD/MMC controller support

2009-10-01 Thread Sebastian Heutling
Hello there, I tried to get mmc working on a board using an at91sam9g20. The mmc-card is wired on slotb. I applied the patches: http://lists.denx.de/pipermail/u-boot/2009-September/060053.html http://lists.denx.de/pipermail/u-boot/2009-August/059456.html http://lists.denx.de/pipermail/u-boot/20

[U-Boot] [PATCH v3] AT91: Add SD/MMC controller support

2009-09-08 Thread Albin Tonnerre
This patch allows to use the atmel_mci SD/MMC driver on the at91 architecture. It contains: - initialization code for the MCI controller for all the supported AT91. It allows the use of only one controller even if a SoC has two controllers (anyway there's no support for it in atmel_mci as of