public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot]  Pull request v3: u-boot-i2c
Date: Mon, 30 Aug 2010 15:36:32 +0200	[thread overview]
Message-ID: <4C7BB3E0.6070604@denx.de> (raw)

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

             reply	other threads:[~2010-08-30 13:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-30 13:36 Heiko Schocher [this message]
2010-09-07 19:45 ` [U-Boot] Pull request v3: u-boot-i2c Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C7BB3E0.6070604@denx.de \
    --to=hs@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox