From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Tue, 13 Mar 2012 14:33:41 +0100 Subject: [U-Boot] [PATCH v3] ATMEL: use generic mmc framework In-Reply-To: <1331383523-23670-1-git-send-email-andreas.devel@googlemail.com> References: <4F5B3A67.9030609@gmail.com> <1331383523-23670-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <4F5F4CB5.30201@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10.03.2012 13:45, Andreas Bie?mann wrote: > From: Sven Schnelle > > gen_atmel_mci works on AVR32 as well, so no need to use the legacy > mmc driver. This also has the nice side effect of being able to use > SDHC cards an those boards. > > Signed-off-by: Sven Schnelle > Signed-off-by: Andreas Bie?mann > --- > changes since v2: > * remove board_mmc_init in atstk100x and atngw100 files in favour of > cpu_mmc_init > * add cpu_mmc_init to arch/avr32/lib/board.c > * add CONFIG_SYS_MMC_MAX_BLK_COUNT 1 to _every_ changed board config > * replace 'mmcinit' by 'mmc rescan' in provided environment > > arch/avr32/lib/board.c | 15 +++++++++++++++ > {drivers/mmc => include}/atmel_mci.h | 8 +++++--- > include/configs/atngw100.h | 4 +++- > include/configs/atstk1002.h | 4 +++- > include/configs/atstk1003.h | 5 +++-- > include/configs/atstk1004.h | 6 ++++-- > include/configs/atstk1006.h | 4 +++- > include/configs/favr-32-ezkit.h | 4 +++- > include/configs/hammerhead.h | 4 +++- > include/configs/mimc200.h | 4 +++- > include/mmc.h | 1 - > 11 files changed, 45 insertions(+), 14 deletions(-) > rename {drivers/mmc => include}/atmel_mci.h (98%) applied to u-boot-avr32