public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot]  Pull request v3: u-boot-i2c
@ 2010-08-30 13:36 Heiko Schocher
  2010-09-07 19:45 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Schocher @ 2010-08-30 13:36 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854:
  Wolfgang Denk (1):
        Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master

are available in the git repository at:

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

Albert Aribaud (4):
      suen3: remove CONFIG_HARD_I2C and related defines
      i2c: rename kirkwood_i2c to mvtwsi
      i2c: rewrite mvtwsi, support orion5x and kirkwood
      edminiv2: add I2C support using mvtwsi driver

Nishanth Menon (3):
      i2c: omap2+: change header guard to be generic
      omap2: i2c: add syss offset
      omap2: i2c: remove redundant header definitions

Reinhard Meyer (1):
      CMD_I2C: make alen=0 work

 arch/arm/include/asm/arch-omap24xx/i2c.h |  110 +-------
 common/cmd_i2c.c                         |   17 +-
 drivers/i2c/Makefile                     |    2 +-
 drivers/i2c/kirkwood_i2c.c               |  496 ------------------------------
 drivers/i2c/mvtwsi.c                     |  428 ++++++++++++++++++++++++++
 drivers/i2c/omap24xx_i2c.h               |    4 +-
 include/configs/edminiv2.h               |   11 +
 include/configs/km_arm.h                 |    8 -
 8 files changed, 452 insertions(+), 624 deletions(-)
 delete mode 100644 drivers/i2c/kirkwood_i2c.c
 create mode 100644 drivers/i2c/mvtwsi.c
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] Pull request v3: u-boot-i2c
  2010-08-30 13:36 [U-Boot] Pull request v3: u-boot-i2c Heiko Schocher
@ 2010-09-07 19:45 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2010-09-07 19:45 UTC (permalink / raw)
  To: u-boot

Dear Heiko Schocher,

In message <4C7BB3E0.6070604@denx.de> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854:
>   Wolfgang Denk (1):
>         Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-i2c.git master
> 
> Albert Aribaud (4):
>       suen3: remove CONFIG_HARD_I2C and related defines
>       i2c: rename kirkwood_i2c to mvtwsi
>       i2c: rewrite mvtwsi, support orion5x and kirkwood
>       edminiv2: add I2C support using mvtwsi driver
> 
> Nishanth Menon (3):
>       i2c: omap2+: change header guard to be generic
>       omap2: i2c: add syss offset
>       omap2: i2c: remove redundant header definitions
> 
> Reinhard Meyer (1):
>       CMD_I2C: make alen=0 work
> 
>  arch/arm/include/asm/arch-omap24xx/i2c.h |  110 +-------
>  common/cmd_i2c.c                         |   17 +-
>  drivers/i2c/Makefile                     |    2 +-
>  drivers/i2c/kirkwood_i2c.c               |  496 ------------------------------
>  drivers/i2c/mvtwsi.c                     |  428 ++++++++++++++++++++++++++
>  drivers/i2c/omap24xx_i2c.h               |    4 +-
>  include/configs/edminiv2.h               |   11 +
>  include/configs/km_arm.h                 |    8 -
>  8 files changed, 452 insertions(+), 624 deletions(-)
>  delete mode 100644 drivers/i2c/kirkwood_i2c.c
>  create mode 100644 drivers/i2c/mvtwsi.c

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I wrote my name at the top of the page. I wrote down  the  number  of
the  question  ``1''.  After much reflection I put a bracket round it
thus ``(1)''. But thereafter I could not think of anything  connected
with it that was either relevant or true.
                        - Sir Winston Churchill _My Early Life_ ch. 2

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-07 19:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-30 13:36 [U-Boot] Pull request v3: u-boot-i2c Heiko Schocher
2010-09-07 19:45 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox