mbox

[U-Boot] Pull request: u-boot-staging

Message ID 20141031010252.75edf9fe@crub
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-staging.git agust@denx.de

Message

Anatolij Gustschin Oct. 31, 2014, 12:02 a.m. UTC
Hey Tom,

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:

  arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-staging.git agust@denx.de

for you to fetch changes up to 548b310c68ac99a0330d8b56c797c09ff0742d1e:

  Remove the CREDITS file (2014-10-31 00:50:51 +0100)

----------------------------------------------------------------
Andreas Bießmann (1):
      tools/kwbimage.c: fix build on darwin

Fabio Estevam (1):
      novena: Add MAINTAINERS file

Masahiro Yamada (3):
      Remove unused files
      ppc/arm: remove remainders of dead boards in Kconfig
      Remove the CREDITS file

Paul Kocialkowski (1):
      twl4030: VMMC2 3.2V enable on MMC init

Stefan Roese (1):
      tools/kwbimage: Fix compilation warning

 CREDITS                                     |  536 ---------------------------
 arch/arm/Kconfig                            |    4 -
 arch/arm/include/asm/arch-at91/at91_shdwn.h |   35 --
 arch/powerpc/cpu/mpc5xxx/Kconfig            |    3 -
 arch/powerpc/cpu/mpc8xx/Kconfig             |    3 -
 board/kosagi/novena/MAINTAINERS             |    6 +
 board/matrix_vision/common/Makefile         |    8 -
 board/matrix_vision/common/mv_common.c      |  112 ------
 board/matrix_vision/common/mv_common.h      |    9 -
 drivers/power/twl4030.c                     |    6 +
 include/twl4030.h                           |    2 +
 include/usb/omap1510_udc.h                  |  174 ---------
 tools/kwbimage.c                            |   37 +-
 13 files changed, 42 insertions(+), 893 deletions(-)
 delete mode 100644 CREDITS
 delete mode 100644 arch/arm/include/asm/arch-at91/at91_shdwn.h
 create mode 100644 board/kosagi/novena/MAINTAINERS
 delete mode 100644 board/matrix_vision/common/Makefile
 delete mode 100644 board/matrix_vision/common/mv_common.c
 delete mode 100644 board/matrix_vision/common/mv_common.h
 delete mode 100644 include/usb/omap1510_udc.h

Please pull. Thanks!

Anatolij

Comments

Tom Rini Nov. 4, 2014, 8 p.m. UTC | #1
On Fri, Oct 31, 2014 at 01:02:52AM +0100, Anatolij Gustschin wrote:

> Hey Tom,
> 
> The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:
> 
>   arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-staging.git agust@denx.de
> 
> for you to fetch changes up to 548b310c68ac99a0330d8b56c797c09ff0742d1e:
> 
>   Remove the CREDITS file (2014-10-31 00:50:51 +0100)
> 

Applied to u-boot/master, thanks!