mbox

[U-Boot] Please pull from u-boot-i2c

Message ID 56A07D0B.9060807@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-i2c.git master

Message

Heiko Schocher Jan. 21, 2016, 6:39 a.m. UTC
Hello Tom,

please pull from u-boot-i2c.git

The following changes since commit 57e5ecaf755d5301cd33683788e4b8432938bbbe:

   iocon / bamboo: Drop CONFIG_SYS_LONGHELP (2016-01-20 15:25:00 -0500)

are available in the git repository at:

   git://git.denx.de/u-boot-i2c.git master

for you to fetch changes up to 9d0826879e13e8139a7b169c2365225e848ff57e:

   sunxi: Add support for the I2C controller which is part of the PRCM (2016-01-21 07:30:01 +0100)

----------------------------------------------------------------
Hans de Goede (1):
       i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs

Jelle van der Waa (1):
       sunxi: Add support for the I2C controller which is part of the PRCM

  arch/arm/cpu/armv7/sunxi/clock_sun6i.c      | 10 ++++++++++
  arch/arm/cpu/armv7/sunxi/prcm.c             | 12 ++++++++++++
  arch/arm/include/asm/arch-sunxi/cpu_sun4i.h |  1 +
  arch/arm/include/asm/arch-sunxi/gpio.h      |  2 ++
  arch/arm/include/asm/arch-sunxi/i2c.h       |  3 +++
  arch/arm/include/asm/arch-sunxi/prcm.h      |  2 ++
  board/sunxi/Kconfig                         |  6 ++++++
  board/sunxi/board.c                         |  6 ++++++
  configs/orangepi_pc_defconfig               |  1 +
  drivers/i2c/mvtwsi.c                        | 31 +++++++++++++++++++++++++++----
  include/configs/sunxi-common.h              |  2 +-
  11 files changed, 71 insertions(+), 5 deletions(-)

bye,
Heiko

Comments

Tom Rini Jan. 21, 2016, 4:50 p.m. UTC | #1
On Thu, Jan 21, 2016 at 07:39:07AM +0100, Heiko Schocher wrote:

> Hello Tom,
> 
> please pull from u-boot-i2c.git
> 
> The following changes since commit 57e5ecaf755d5301cd33683788e4b8432938bbbe:
> 
>   iocon / bamboo: Drop CONFIG_SYS_LONGHELP (2016-01-20 15:25:00 -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> for you to fetch changes up to 9d0826879e13e8139a7b169c2365225e848ff57e:
> 
>   sunxi: Add support for the I2C controller which is part of the PRCM (2016-01-21 07:30:01 +0100)
> 

Applied to u-boot/master, thanks!