From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-i2c.git
Date: Tue, 28 Jul 2009 09:32:06 +0200 [thread overview]
Message-ID: <4A6EA976.9070302@denx.de> (raw)
Hello Wolfgang,
The following changes since commit 94978e19f31d225b4f7d97c4acbac1ecfaeb8f69:
Wolfgang Denk (1):
Prepare 2009.08-rc1 (again, after fixing last minute issues).
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
Heiko Schocher (2):
arm, i2c: added support for the TWSI I2C Interface
Because twl4030 now has its own device files, move exiting
Tom Rix (5):
OMAP I2C Fix the sampling clock.
TWL4030 Add initial support
TWL4030 Add power reset button
OMAP3 Move twl4030 mmc function
OMAP3 Remove twl4030 defines
Makefile | 1 +
board/omap3/beagle/beagle.c | 4 +-
board/omap3/common/power.c | 74 ----
board/omap3/overo/overo.c | 4 +-
board/omap3/pandora/pandora.c | 4 +-
board/omap3/zoom1/zoom1.c | 12 +-
board/omap3/zoom2/zoom2.c | 17 +-
drivers/i2c/Makefile | 1 +
drivers/i2c/kirkwood_i2c.c | 484 ++++++++++++++++++++++++
drivers/i2c/omap24xx_i2c.c | 74 ++++-
drivers/misc/Makefile | 1 +
drivers/misc/twl4030_led.c | 52 +++
drivers/mmc/omap3_mmc.c | 13 +-
{board/omap3/common => drivers/power}/Makefile | 25 +-
drivers/power/twl4030.c | 115 ++++++
include/asm-arm/arch-omap24xx/i2c.h | 44 +++
include/asm-arm/arch-omap3/i2c.h | 70 +++-
include/asm-arm/arch-omap3/omap3.h | 35 --
include/configs/omap3_beagle.h | 6 +
include/configs/omap3_evm.h | 5 +
include/configs/omap3_overo.h | 6 +
include/configs/omap3_pandora.h | 6 +
include/configs/omap3_zoom1.h | 6 +
include/configs/omap3_zoom2.h | 6 +
include/twl4030.h | 401 ++++++++++++++++++++
25 files changed, 1311 insertions(+), 155 deletions(-)
delete mode 100644 board/omap3/common/power.c
create mode 100644 drivers/i2c/kirkwood_i2c.c
create mode 100644 drivers/misc/twl4030_led.c
rename {board/omap3/common => drivers/power}/Makefile (67%)
create mode 100644 drivers/power/twl4030.c
create mode 100644 include/twl4030.h
Thanks.
bye
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next reply other threads:[~2009-07-28 7:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-28 7:32 Heiko Schocher [this message]
2009-07-29 7:32 ` [U-Boot] Please pull u-boot-i2c.git Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2009-07-21 15:12 Heiko Schocher
2009-07-22 22:57 ` Wolfgang Denk
2009-07-20 11:13 Heiko Schocher
2009-07-20 20:57 ` Wolfgang Denk
2009-03-31 7:11 Heiko Schocher
2009-04-01 20:47 ` 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=4A6EA976.9070302@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.