mbox

[U-Boot,i2c] Pull request

Message ID 4FFD4D8F.7050907@denx.de
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Heiko Schocher July 11, 2012, 9:55 a.m. UTC
Hello Wolfgang,

Sorry for the late pull request, but it seems my Pull request Email
got lost ... Sorry. A "MAKEALL arm" with ELDK-5.2 compiled fine.

The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4:

   Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200)

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

Fabio Estevam (1):
       mx28evk: Add I2C support

Torsten Fleischer (1):
       mxs-i2c: Fix internal address byte order

Troy Kisky (3):
       mxc_i2c: specify i2c base address in config file
       mx6qsabrelite: add i2c support
       mxc_i2c: remove setting speed at each start

  arch/arm/include/asm/arch-mx31/imx-regs.h     |    7 +++++
  arch/arm/include/asm/arch-mx35/imx-regs.h     |    2 +-
  board/freescale/mx28evk/iomux.c               |    3 ++
  board/freescale/mx6qsabrelite/mx6qsabrelite.c |   11 +++++++++
  drivers/i2c/mxc_i2c.c                         |   31 +++---------------------
  drivers/i2c/mxs_i2c.c                         |    2 +-
  include/configs/flea3.h                       |    2 +-
  include/configs/imx31_phycore.h               |    3 +-
  include/configs/mx28evk.h                     |    8 ++++++
  include/configs/mx35pdk.h                     |    2 +-
  include/configs/mx53ard.h                     |    2 +-
  include/configs/mx53evk.h                     |    2 +-
  include/configs/mx53loco.h                    |    2 +-
  include/configs/mx53smd.h                     |    2 +-
  include/configs/mx6qsabrelite.h               |    8 ++++++
  15 files changed, 51 insertions(+), 36 deletions(-)

bye,
Heiko

Comments

Wolfgang Denk July 12, 2012, 6:18 a.m. UTC | #1
Dear Heiko Schocher,

In message <4FFD4D8F.7050907@denx.de> you wrote:
> Hello Wolfgang,
> 
> Sorry for the late pull request, but it seems my Pull request Email
> got lost ... Sorry. A "MAKEALL arm" with ELDK-5.2 compiled fine.
> 
> The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4:
> 
>    Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200)
> 
> are available in the git repository at:
>    git://git.denx.de/u-boot-i2c.git master
> 
> Fabio Estevam (1):
>        mx28evk: Add I2C support
> 
> Torsten Fleischer (1):
>        mxs-i2c: Fix internal address byte order
> 
> Troy Kisky (3):
>        mxc_i2c: specify i2c base address in config file
>        mx6qsabrelite: add i2c support
>        mxc_i2c: remove setting speed at each start
> 
>   arch/arm/include/asm/arch-mx31/imx-regs.h     |    7 +++++
>   arch/arm/include/asm/arch-mx35/imx-regs.h     |    2 +-
>   board/freescale/mx28evk/iomux.c               |    3 ++
>   board/freescale/mx6qsabrelite/mx6qsabrelite.c |   11 +++++++++
>   drivers/i2c/mxc_i2c.c                         |   31 +++---------------------
>   drivers/i2c/mxs_i2c.c                         |    2 +-
>   include/configs/flea3.h                       |    2 +-
>   include/configs/imx31_phycore.h               |    3 +-
>   include/configs/mx28evk.h                     |    8 ++++++
>   include/configs/mx35pdk.h                     |    2 +-
>   include/configs/mx53ard.h                     |    2 +-
>   include/configs/mx53evk.h                     |    2 +-
>   include/configs/mx53loco.h                    |    2 +-
>   include/configs/mx53smd.h                     |    2 +-
>   include/configs/mx6qsabrelite.h               |    8 ++++++
>   15 files changed, 51 insertions(+), 36 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk