mbox

[U-Boot] pull request for u-boot-avr32

Message ID 4F5F61C1.5090200@gmail.com
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-avr32.git master

Message

Andreas Bießmann March 13, 2012, 3:03 p.m. UTC
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 <me> 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%)

Comments

Wolfgang Denk March 17, 2012, 8:52 p.m. UTC | #1
Dear "=?ISO-8859-1?Q?Andreas_Bie=DFmann?=",

In message <4F5F61C1.5090200@gmail.com> you wrote:
> 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 <me> 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%)

Applied, thanks.

Best regards,

Wolfgang Denk