mbox

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

Message ID 50B0E7BF.4070506@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 Nov. 24, 2012, 3:29 p.m. UTC
Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 34275d70fec6cc369a931090ebb686bc213bb80d:

  arch-mx6: add mx6dl_pins.h (2012-11-10 08:15:40 +0100)

are available in the git repository at:

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

for you to fetch changes up to 1d4fd0dc3b45de7b7a706285845ef5b527422014:

  mx28: Fix typo in POWER_DCLIMITS_NEGLIMIT_OFFSET (2012-11-24 16:21:37
+0100)

----------------------------------------------------------------
Benoît Thébaudeau (16):
      mx31: Move EHCI definitions to ehci-fsl.h
      ehci-mxc: Clean up
      ehci-mx5: Clean up
      ehci-mx5: Fix OC_DIS usage
      ehci-mx5: Fix OPM usage
      ehci-mx5: Fix *PM usage for i.MX53
      ehci-mx5: Add missing OC_DIS for i.MX53
      ehci-mxc: Make EHCI power/oc polarities configurable
      ehci-mxc: Make i.MX25 EHCI configurable
      ehci-mxc: Define host offsets
      ehci-mxc: Add support for i.MX35
      mx35pdk: Add support for OTG
      ehci-mx5/6: Make board_ehci_hcd_init() optional
      ehci-mxc: Fix host power mask bit for i.MX35
      ehci-mxc: Fix host power mask bit for i.MX25
      mx5: Mark lowlevel_init board-specific code

Fabio Estevam (13):
      mx5: Align SPI CS naming with i.MX53 reference manual
      mx5: Print CSPI clock in 'clock' command
      spi: mxc_spi: Fix handling of chip select
      spi: mxc_spi: Fix spi clock glitch durant reset
      mx6: clock: Only show CSPI clock if CSPI is enabled
      mx28evk: Configure CONFIG_BOOTDELAY to one second
      mx53loco: Configure CONFIG_BOOTDELAY to one second
      mx6qsabrelite: Configure CONFIG_BOOTDELAY to one second
      mx6qsabre_common: Configure CONFIG_BOOTDELAY to one second
      mx51evk: Configure CONFIG_BOOTDELAY to one second
      mx25pdk: Configure CONFIG_BOOTDELAY to one second
      mx31pdk: Configure CONFIG_BOOTDELAY to one second
      mx35pdk: Configure CONFIG_BOOTDELAY to one second

Marek Vasut (2):
      mx28: Fix typo in POWER_MINPWR_VBG_OFF
      mx28: Fix typo in POWER_DCLIMITS_NEGLIMIT_OFFSET

 arch/arm/cpu/armv7/mx5/clock.c             |    4 +-
 arch/arm/cpu/armv7/mx5/lowlevel_init.S     |    2 +-
 arch/arm/cpu/armv7/mx6/clock.c             |    2 +
 arch/arm/include/asm/arch-mx25/imx-regs.h  |    1 +
 arch/arm/include/asm/arch-mx31/imx-regs.h  |   27 +---
 arch/arm/include/asm/arch-mx35/imx-regs.h  |    2 +
 arch/arm/include/asm/arch-mx5/mx5x_pins.h  |    6 +-
 arch/arm/include/asm/arch-mxs/regs-power.h |    4 +-
 board/freescale/mx35pdk/lowlevel_init.S    |    4 +
 board/freescale/mx35pdk/mx35pdk.c          |   21 +++
 doc/README.imx5                            |    5 +
 drivers/spi/mxc_spi.c                      |    9 +-
 drivers/usb/host/ehci-mx5.c                |  146 ++++++++++++++----
 drivers/usb/host/ehci-mx6.c                |    5 +
 drivers/usb/host/ehci-mxc.c                |  225
+++++++++++++++++++++-------
 include/configs/mx25pdk.h                  |    2 +-
 include/configs/mx28evk.h                  |    2 +-
 include/configs/mx31pdk.h                  |    2 +-
 include/configs/mx35pdk.h                  |   16 +-
 include/configs/mx51_efikamx.h             |    1 +
 include/configs/mx51evk.h                  |    3 +-
 include/configs/mx53loco.h                 |    2 +-
 include/configs/mx6qsabre_common.h         |    2 +-
 include/configs/mx6qsabrelite.h            |    2 +-
 include/configs/vision2.h                  |    1 +
 include/configs/zmx25.h                    |    6 +-
 include/usb/ehci-fsl.h                     |   28 +++-
 27 files changed, 401 insertions(+), 129 deletions(-)

Comments

Albert ARIBAUD Nov. 25, 2012, 6:49 p.m. UTC | #1
Hi Stefano,

On Sat, 24 Nov 2012 16:29:03 +0100, Stefano Babic <sbabic@denx.de>
wrote:

> Hi Albert,
> 
> please pull from u-boot-imx, thanks.
> 
> The following changes since commit 34275d70fec6cc369a931090ebb686bc213bb80d:
> 
>   arch-mx6: add mx6dl_pins.h (2012-11-10 08:15:40 +0100)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-imx.git master
> 
> for you to fetch changes up to 1d4fd0dc3b45de7b7a706285845ef5b527422014:
> 
>   mx28: Fix typo in POWER_DCLIMITS_NEGLIMIT_OFFSET (2012-11-24 16:21:37
> +0100)
> 
> ----------------------------------------------------------------
> Benoît Thébaudeau (16):
>       mx31: Move EHCI definitions to ehci-fsl.h
>       ehci-mxc: Clean up
>       ehci-mx5: Clean up
>       ehci-mx5: Fix OC_DIS usage
>       ehci-mx5: Fix OPM usage
>       ehci-mx5: Fix *PM usage for i.MX53
>       ehci-mx5: Add missing OC_DIS for i.MX53
>       ehci-mxc: Make EHCI power/oc polarities configurable
>       ehci-mxc: Make i.MX25 EHCI configurable
>       ehci-mxc: Define host offsets
>       ehci-mxc: Add support for i.MX35
>       mx35pdk: Add support for OTG
>       ehci-mx5/6: Make board_ehci_hcd_init() optional
>       ehci-mxc: Fix host power mask bit for i.MX35
>       ehci-mxc: Fix host power mask bit for i.MX25
>       mx5: Mark lowlevel_init board-specific code
> 
> Fabio Estevam (13):
>       mx5: Align SPI CS naming with i.MX53 reference manual
>       mx5: Print CSPI clock in 'clock' command
>       spi: mxc_spi: Fix handling of chip select
>       spi: mxc_spi: Fix spi clock glitch durant reset
>       mx6: clock: Only show CSPI clock if CSPI is enabled
>       mx28evk: Configure CONFIG_BOOTDELAY to one second
>       mx53loco: Configure CONFIG_BOOTDELAY to one second
>       mx6qsabrelite: Configure CONFIG_BOOTDELAY to one second
>       mx6qsabre_common: Configure CONFIG_BOOTDELAY to one second
>       mx51evk: Configure CONFIG_BOOTDELAY to one second
>       mx25pdk: Configure CONFIG_BOOTDELAY to one second
>       mx31pdk: Configure CONFIG_BOOTDELAY to one second
>       mx35pdk: Configure CONFIG_BOOTDELAY to one second
> 
> Marek Vasut (2):
>       mx28: Fix typo in POWER_MINPWR_VBG_OFF
>       mx28: Fix typo in POWER_DCLIMITS_NEGLIMIT_OFFSET
> 
>  arch/arm/cpu/armv7/mx5/clock.c             |    4 +-
>  arch/arm/cpu/armv7/mx5/lowlevel_init.S     |    2 +-
>  arch/arm/cpu/armv7/mx6/clock.c             |    2 +
>  arch/arm/include/asm/arch-mx25/imx-regs.h  |    1 +
>  arch/arm/include/asm/arch-mx31/imx-regs.h  |   27 +---
>  arch/arm/include/asm/arch-mx35/imx-regs.h  |    2 +
>  arch/arm/include/asm/arch-mx5/mx5x_pins.h  |    6 +-
>  arch/arm/include/asm/arch-mxs/regs-power.h |    4 +-
>  board/freescale/mx35pdk/lowlevel_init.S    |    4 +
>  board/freescale/mx35pdk/mx35pdk.c          |   21 +++
>  doc/README.imx5                            |    5 +
>  drivers/spi/mxc_spi.c                      |    9 +-
>  drivers/usb/host/ehci-mx5.c                |  146 ++++++++++++++----
>  drivers/usb/host/ehci-mx6.c                |    5 +
>  drivers/usb/host/ehci-mxc.c                |  225
> +++++++++++++++++++++-------
>  include/configs/mx25pdk.h                  |    2 +-
>  include/configs/mx28evk.h                  |    2 +-
>  include/configs/mx31pdk.h                  |    2 +-
>  include/configs/mx35pdk.h                  |   16 +-
>  include/configs/mx51_efikamx.h             |    1 +
>  include/configs/mx51evk.h                  |    3 +-
>  include/configs/mx53loco.h                 |    2 +-
>  include/configs/mx6qsabre_common.h         |    2 +-
>  include/configs/mx6qsabrelite.h            |    2 +-
>  include/configs/vision2.h                  |    1 +
>  include/configs/zmx25.h                    |    6 +-
>  include/usb/ehci-fsl.h                     |   28 +++-
>  27 files changed, 401 insertions(+), 129 deletions(-)
> 

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

Amicalement,