From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Thu, 13 Mar 2014 18:27:32 +0100 Subject: [U-Boot] [PULL] : Please pull u-boot-imx In-Reply-To: <53203A89.6030107@denx.de> References: <53203A89.6030107@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Wed, 12 Mar 2014 11:44:25 +0100, Stefano Babic 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 > 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, -- Albert.