mbox

[U-Boot,PULL] : Please pull u-boot-imx

Message ID 53203A89.6030107@denx.de
State Accepted
Delegated to: Albert ARIBAUD
Headers show

Pull-request

git://www.denx.de/git/u-boot-imx.git master

Message

Stefano Babic March 12, 2014, 10:44 a.m. UTC
Hi Albert,

please pull from u-boot-imx, thanks !

The following changes since commit cc07294bc704694ae33db75b25ac557e5917a83f:

  arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup
(2014-03-04 09:42:07 -0500)

are available in the git repository at:

  git://www.denx.de/git/u-boot-imx.git master

for you to fetch changes up to 81a1d6173cd255c5c04c332ed69498c6e173515f:

  mx25pdk: Align the environment with other FSL boards (2014-03-12
11:19:23 +0100)

----------------------------------------------------------------
Fabio Estevam (6):
      wandboard: Staticize usdhc1_pads
      mmc: Add a prototype for board_mmc_init()
      wandboard: Fix sparse warning
      wandboard: Include <input.h>
      fb: Add a prototype for board_video_skip()
      mx25pdk: Align the environment with other FSL boards

Stefano Babic (1):
      Merge branch 'master' of git://git.denx.de/u-boot-arm

Tim Harvey (2):
      power: add PFUZE100 PMIC driver
      ventana: Add Gateworks Ventana family support

 board/gateworks/gw_ventana/Makefile         |   10 +
 board/gateworks/gw_ventana/README           |   55 ++
 board/gateworks/gw_ventana/clocks.cfg       |   42 +
 board/gateworks/gw_ventana/gsc.c            |  129 +++
 board/gateworks/gw_ventana/gsc.h            |   64 ++
 board/gateworks/gw_ventana/gw_ventana.c     | 1263
+++++++++++++++++++++++++++
 board/gateworks/gw_ventana/gw_ventana.cfg   |   44 +
 board/gateworks/gw_ventana/ventana_eeprom.h |  106 +++
 board/wandboard/wandboard.c                 |    4 +-
 boards.cfg                                  |    5 +
 drivers/power/pmic/Makefile                 |    1 +
 drivers/power/pmic/pmic_pfuze100.c          |   32 +
 include/configs/gw_ventana.h                |  425 +++++++++
 include/configs/mx25pdk.h                   |  103 ++-
 include/linux/fb.h                          |    2 +
 include/mmc.h                               |    2 +
 include/phy.h                               |    2 +
 include/power/pfuze100_pmic.h               |   96 ++
 18 files changed, 2379 insertions(+), 6 deletions(-)
 create mode 100644 board/gateworks/gw_ventana/Makefile
 create mode 100644 board/gateworks/gw_ventana/README
 create mode 100644 board/gateworks/gw_ventana/clocks.cfg
 create mode 100644 board/gateworks/gw_ventana/gsc.c
 create mode 100644 board/gateworks/gw_ventana/gsc.h
 create mode 100644 board/gateworks/gw_ventana/gw_ventana.c
 create mode 100644 board/gateworks/gw_ventana/gw_ventana.cfg
 create mode 100644 board/gateworks/gw_ventana/ventana_eeprom.h
 create mode 100644 drivers/power/pmic/pmic_pfuze100.c
 create mode 100644 include/configs/gw_ventana.h
 create mode 100644 include/power/pfuze100_pmic.h

Comments

Albert ARIBAUD March 13, 2014, 5:27 p.m. UTC | #1
Hi Stefano,

On Wed, 12 Mar 2014 11:44:25 +0100, Stefano Babic <sbabic@denx.de>
wrote:

> Hi Albert,
> 
> please pull from u-boot-imx, thanks !
> 
> The following changes since commit cc07294bc704694ae33db75b25ac557e5917a83f:
> 
>   arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup
> (2014-03-04 09:42:07 -0500)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 81a1d6173cd255c5c04c332ed69498c6e173515f:
> 
>   mx25pdk: Align the environment with other FSL boards (2014-03-12
> 11:19:23 +0100)
> 
> ----------------------------------------------------------------
> Fabio Estevam (6):
>       wandboard: Staticize usdhc1_pads
>       mmc: Add a prototype for board_mmc_init()
>       wandboard: Fix sparse warning
>       wandboard: Include <input.h>
>       fb: Add a prototype for board_video_skip()
>       mx25pdk: Align the environment with other FSL boards
> 
> Stefano Babic (1):
>       Merge branch 'master' of git://git.denx.de/u-boot-arm
> 
> Tim Harvey (2):
>       power: add PFUZE100 PMIC driver
>       ventana: Add Gateworks Ventana family support
> 
>  board/gateworks/gw_ventana/Makefile         |   10 +
>  board/gateworks/gw_ventana/README           |   55 ++
>  board/gateworks/gw_ventana/clocks.cfg       |   42 +
>  board/gateworks/gw_ventana/gsc.c            |  129 +++
>  board/gateworks/gw_ventana/gsc.h            |   64 ++
>  board/gateworks/gw_ventana/gw_ventana.c     | 1263
> +++++++++++++++++++++++++++
>  board/gateworks/gw_ventana/gw_ventana.cfg   |   44 +
>  board/gateworks/gw_ventana/ventana_eeprom.h |  106 +++
>  board/wandboard/wandboard.c                 |    4 +-
>  boards.cfg                                  |    5 +
>  drivers/power/pmic/Makefile                 |    1 +
>  drivers/power/pmic/pmic_pfuze100.c          |   32 +
>  include/configs/gw_ventana.h                |  425 +++++++++
>  include/configs/mx25pdk.h                   |  103 ++-
>  include/linux/fb.h                          |    2 +
>  include/mmc.h                               |    2 +
>  include/phy.h                               |    2 +
>  include/power/pfuze100_pmic.h               |   96 ++
>  18 files changed, 2379 insertions(+), 6 deletions(-)
>  create mode 100644 board/gateworks/gw_ventana/Makefile
>  create mode 100644 board/gateworks/gw_ventana/README
>  create mode 100644 board/gateworks/gw_ventana/clocks.cfg
>  create mode 100644 board/gateworks/gw_ventana/gsc.c
>  create mode 100644 board/gateworks/gw_ventana/gsc.h
>  create mode 100644 board/gateworks/gw_ventana/gw_ventana.c
>  create mode 100644 board/gateworks/gw_ventana/gw_ventana.cfg
>  create mode 100644 board/gateworks/gw_ventana/ventana_eeprom.h
>  create mode 100644 drivers/power/pmic/pmic_pfuze100.c
>  create mode 100644 include/configs/gw_ventana.h
>  create mode 100644 include/power/pfuze100_pmic.h
> 
> 

Applied to u-boot-arm/master, thanks!

Amicalement,