From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Andreas_Bie=DFmann?= Date: Tue, 13 Mar 2012 16:03:29 +0100 Subject: [U-Boot] pull request for u-boot-avr32 Message-ID: <4F5F61C1.5090200@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 The following changes since commit 6751b05f855bbe56005d5b88d4eb58bcd52170d2: Revert "post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPU" (2012-03-12 15:00:23 +0100) are available in the git repository at: git://git.denx.de/u-boot-avr32.git master for you to fetch changes up to a7a564c55c3b53e5af091b82070ca1f67cba70f7: atmel_mci.h: remove outdated register macros (2012-03-13 14:29:14 +0100) ---------------------------------------------------------------- Andreas Bie?mann (2): doc/git-mailrc: add to avr32 alias atmel_mci.h: remove outdated register macros Sven Schnelle (2): ATMEL: use generic mmc framework ATMEL: remove old atmel_mci driver arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +- arch/avr32/lib/board.c | 15 + doc/README.atmel_mci | 2 +- doc/git-mailrc | 2 +- drivers/mmc/Makefile | 1 - drivers/mmc/atmel_mci.c | 533 --------------------- {drivers/mmc => include}/atmel_mci.h | 44 +-- include/configs/atngw100.h | 4 +- include/configs/atstk1002.h | 4 +- include/configs/atstk1003.h | 6 +- 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 - 16 files changed, 49 insertions(+), 587 deletions(-) delete mode 100644 drivers/mmc/atmel_mci.c rename {drivers/mmc => include}/atmel_mci.h (83%)