mbox

[U-Boot,GIT,PULL] Pull request: u-boot-imx

Message ID 4F5202CA.7010901@denx.de
State Accepted
Headers show

Pull-request

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

Message

Stefano Babic March 3, 2012, 11:38 a.m. UTC
Hi Albert,

please pull from u-boot-imx, thanks.

The following changes since commit 2271e7c6e8eef883b834fb7d07911848a54fde13:

  Ethernut 5: fix build error (2012-02-29 01:06:56 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-imx.git master

Dirk Behme (1):
      mx6q: mx6qsabrelite: Update the README

Marek Vasut (3):
      M28: Fix LCD PINMUX
      M28: Support for the old M28 SoM v1.0
      i.MX28: Reformat the DRAM memory configuration data

Robert Delien (5):
      i.mx28: Added register definitions for DIGCTL registers
      i.mx28: Replaced magic numbers for scratch register addresses with
register definitions
      Renamed mx28_register to mx28_register_32 to prepare for
mx28_register_8
      Introducing 8-bit wide register, mx28_register_8
      Fix erroneous 32-bit access to hw_clkctrl_frac0 and
hw_clkctrl_frac1 registers

Wolfgang Grandegger (2):
      usb/ehci: Add USB support for the MX6Q
      mx6qsabrelite: add and enable USB Host 1 support

 arch/arm/cpu/arm926ejs/mx28/clock.c           |   74 +++-----
 arch/arm/cpu/arm926ejs/mx28/iomux.c           |    6 +-
 arch/arm/cpu/arm926ejs/mx28/mx28.c            |   14 +-
 arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c    |  120 ++++++------
 arch/arm/cpu/armv7/mx6/clock.c                |   13 ++
 arch/arm/include/asm/arch-mx28/imx-regs.h     |    1 +
 arch/arm/include/asm/arch-mx28/regs-apbh.h    |  254
++++++++++++------------
 arch/arm/include/asm/arch-mx28/regs-bch.h     |   42 ++--
 arch/arm/include/asm/arch-mx28/regs-clkctrl.h |   98 ++++------
 arch/arm/include/asm/arch-mx28/regs-common.h  |   28 ++-
 arch/arm/include/asm/arch-mx28/regs-digctl.h  |  155 +++++++++++++++
 arch/arm/include/asm/arch-mx28/regs-gpmi.h    |   26 ++--
 arch/arm/include/asm/arch-mx28/regs-i2c.h     |   28 ++--
 arch/arm/include/asm/arch-mx28/regs-ocotp.h   |   86 ++++----
 arch/arm/include/asm/arch-mx28/regs-pinctrl.h |  168 ++++++++--------
 arch/arm/include/asm/arch-mx28/regs-power.h   |   28 ++--
 arch/arm/include/asm/arch-mx28/regs-rtc.h     |   28 ++--
 arch/arm/include/asm/arch-mx28/regs-ssp.h     |   40 ++--
 arch/arm/include/asm/arch-mx28/regs-timrot.h  |   38 ++--
 arch/arm/include/asm/arch-mx28/regs-usbphy.h  |   20 +-
 arch/arm/include/asm/arch-mx28/sys_proto.h    |   10 +-
 arch/arm/include/asm/arch-mx6/clock.h         |    1 +
 arch/arm/include/asm/arch-mx6/imx-regs.h      |    3 +
 board/denx/m28evk/spl_boot.c                  |   16 +-
 board/freescale/mx6qsabrelite/mx6qsabrelite.c |   18 ++
 doc/README.mx6qsabrelite                      |   12 +-
 drivers/gpio/mxs_gpio.c                       |   16 +-
 drivers/usb/host/Makefile                     |    1 +
 drivers/usb/host/ehci-mx6.c                   |  205 ++++++++++++++++++++
 drivers/usb/host/ehci-mxs.c                   |    8 +-
 include/configs/mx6qsabrelite.h               |   13 ++
 31 files changed, 988 insertions(+), 582 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-mx28/regs-digctl.h
 create mode 100644 drivers/usb/host/ehci-mx6.c

Best regards,
Stefano Babic

Comments

Albert ARIBAUD March 5, 2012, 12:37 p.m. UTC | #1
Hi Stefano,

Le 03/03/2012 12:38, Stefano Babic a écrit :
> Hi Albert,
>
> please pull from u-boot-imx, thanks.
>
> The following changes since commit 2271e7c6e8eef883b834fb7d07911848a54fde13:
>
>    Ethernut 5: fix build error (2012-02-29 01:06:56 +0100)
>
> are available in the git repository at:
>    git://www.denx.de/git/u-boot-imx.git master
>
> Dirk Behme (1):
>        mx6q: mx6qsabrelite: Update the README
>
> Marek Vasut (3):
>        M28: Fix LCD PINMUX
>        M28: Support for the old M28 SoM v1.0
>        i.MX28: Reformat the DRAM memory configuration data
>
> Robert Delien (5):
>        i.mx28: Added register definitions for DIGCTL registers
>        i.mx28: Replaced magic numbers for scratch register addresses with
> register definitions
>        Renamed mx28_register to mx28_register_32 to prepare for
> mx28_register_8
>        Introducing 8-bit wide register, mx28_register_8
>        Fix erroneous 32-bit access to hw_clkctrl_frac0 and
> hw_clkctrl_frac1 registers
>
> Wolfgang Grandegger (2):
>        usb/ehci: Add USB support for the MX6Q
>        mx6qsabrelite: add and enable USB Host 1 support
>
>   arch/arm/cpu/arm926ejs/mx28/clock.c           |   74 +++-----
>   arch/arm/cpu/arm926ejs/mx28/iomux.c           |    6 +-
>   arch/arm/cpu/arm926ejs/mx28/mx28.c            |   14 +-
>   arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c    |  120 ++++++------
>   arch/arm/cpu/armv7/mx6/clock.c                |   13 ++
>   arch/arm/include/asm/arch-mx28/imx-regs.h     |    1 +
>   arch/arm/include/asm/arch-mx28/regs-apbh.h    |  254
> ++++++++++++------------
>   arch/arm/include/asm/arch-mx28/regs-bch.h     |   42 ++--
>   arch/arm/include/asm/arch-mx28/regs-clkctrl.h |   98 ++++------
>   arch/arm/include/asm/arch-mx28/regs-common.h  |   28 ++-
>   arch/arm/include/asm/arch-mx28/regs-digctl.h  |  155 +++++++++++++++
>   arch/arm/include/asm/arch-mx28/regs-gpmi.h    |   26 ++--
>   arch/arm/include/asm/arch-mx28/regs-i2c.h     |   28 ++--
>   arch/arm/include/asm/arch-mx28/regs-ocotp.h   |   86 ++++----
>   arch/arm/include/asm/arch-mx28/regs-pinctrl.h |  168 ++++++++--------
>   arch/arm/include/asm/arch-mx28/regs-power.h   |   28 ++--
>   arch/arm/include/asm/arch-mx28/regs-rtc.h     |   28 ++--
>   arch/arm/include/asm/arch-mx28/regs-ssp.h     |   40 ++--
>   arch/arm/include/asm/arch-mx28/regs-timrot.h  |   38 ++--
>   arch/arm/include/asm/arch-mx28/regs-usbphy.h  |   20 +-
>   arch/arm/include/asm/arch-mx28/sys_proto.h    |   10 +-
>   arch/arm/include/asm/arch-mx6/clock.h         |    1 +
>   arch/arm/include/asm/arch-mx6/imx-regs.h      |    3 +
>   board/denx/m28evk/spl_boot.c                  |   16 +-
>   board/freescale/mx6qsabrelite/mx6qsabrelite.c |   18 ++
>   doc/README.mx6qsabrelite                      |   12 +-
>   drivers/gpio/mxs_gpio.c                       |   16 +-
>   drivers/usb/host/Makefile                     |    1 +
>   drivers/usb/host/ehci-mx6.c                   |  205 ++++++++++++++++++++
>   drivers/usb/host/ehci-mxs.c                   |    8 +-
>   include/configs/mx6qsabrelite.h               |   13 ++
>   31 files changed, 988 insertions(+), 582 deletions(-)
>   create mode 100644 arch/arm/include/asm/arch-mx28/regs-digctl.h
>   create mode 100644 drivers/usb/host/ehci-mx6.c
>
> Best regards,
> Stefano Babic

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

Amicalement,