From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [i2c] Pull request
Date: Thu, 20 Feb 2014 14:05:54 +0100 [thread overview]
Message-ID: <5305FDB2.10600@denx.de> (raw)
In-Reply-To: <52E9F338.70900@denx.de>
Hello Tom,
please pull from u-boot-i2c.git, thanks!
The following changes since commit 0a8e823ad0c5a602c93c2e8a54caf622ade6d3fb:
Prepare v2014.04-rc1 (2014-02-19 16:01:28 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to 39abd65c342a271d39fa580dc4c5cb7fce516ef3:
arc: remove "hardware.h" (2014-02-20 06:49:19 +0100)
----------------------------------------------------------------
Alexey Brodkin (3):
spear: move CONFIG_SYS_I2C_BASE from arch-spear/hardware to board configs
designware_i2c: remove inclusion of <asm/arch/hardware.h>
arc: remove "hardware.h"
Chin Liang See (1):
designware_i2c: Enhance DesignWare I2C driver address support
Hannes Petermaier (1):
OMAP24xx I2C: Add support for set-speed
Heiko Schocher (1):
i2c, bootcount: add support for bootcounter on i2c devices
Marek Vasut (1):
i2c: i2c-mxs: Wait for I2C to empty queue
Michael Burr (2):
i2c: zynq: Support for 0-length register address
i2c: zynq: Add support for the second i2c controller
Scott Jiang (1):
blackfin: make i2c driver blackfin independant
Sonic Zhang (3):
blackfin: the sclk MHz in i2c driver should be divided by 1000 other than 1024
blackfin: add spi and i2c specific get clock functions
blackfin: rename bfin-twi_i2c driver to adi_i2c
README | 20 +++++++++
arch/arc/include/asm/arch-arc700/hardware.h | 10 -----
arch/arm/include/asm/arch-spear/hardware.h | 4 --
arch/blackfin/include/asm/blackfin_local.h | 7 ---
arch/blackfin/include/asm/clock.h | 11 +++++
arch/blackfin/include/asm/twi.h | 15 +++++++
drivers/bootcount/Makefile | 1 +
drivers/bootcount/bootcount_i2c.c | 44 +++++++++++++++++++
drivers/i2c/adi_i2c.c | 387 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/i2c/bfin-twi_i2c.c | 3 +-
drivers/i2c/designware_i2c.c | 42 ++++--------------
drivers/i2c/mxs_i2c.c | 39 ++++++++++++++---
drivers/i2c/omap24xx_i2c.c | 147 +++++++++++++++++++++++++++++++++++++++++----------------------
drivers/i2c/zynq_i2c.c | 82 ++++++++++++++++++++---------------
drivers/spi/bfin_spi.c | 7 +--
drivers/spi/bfin_spi6xx.c | 7 +--
include/configs/spear-common.h | 9 ++++
include/configs/x600.h | 1 +
include/configs/zynq-common.h | 6 +--
include/i2c.h | 1 +
20 files changed, 688 insertions(+), 155 deletions(-)
delete mode 100644 arch/arc/include/asm/arch-arc700/hardware.h
create mode 100644 arch/blackfin/include/asm/twi.h
create mode 100644 drivers/bootcount/bootcount_i2c.c
create mode 100644 drivers/i2c/adi_i2c.c
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next parent reply other threads:[~2014-02-20 13:05 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <52E9F338.70900@denx.de>
2014-02-20 13:05 ` Heiko Schocher [this message]
2014-02-20 15:16 ` [U-Boot] [PATCH] blackfin: Add <asm/clock.h> to numerous drivers Tom Rini
2014-02-20 17:17 ` Tom Rini
2014-02-20 17:17 ` [U-Boot] [i2c] Pull request Tom Rini
2015-03-18 8:18 Heiko Schocher
-- strict thread matches above, loose matches on Subject: below --
2014-12-08 6:29 Heiko Schocher
2014-12-08 21:41 ` Tom Rini
[not found] <546C3DA0.7070300@denx.de>
2014-11-20 14:16 ` Tom Rini
2014-11-10 7:41 Heiko Schocher
2014-11-10 21:29 ` Tom Rini
2014-10-29 9:43 Heiko Schocher
2014-10-29 15:22 ` Tom Rini
2014-07-16 5:16 Heiko Schocher
2014-07-16 6:47 ` Ian Campbell
2014-07-16 8:04 ` Heiko Schocher
2014-07-16 8:06 ` Ian Campbell
2014-07-21 20:44 ` Tom Rini
[not found] <53BA9EB6.1020007@denx.de>
2014-07-07 21:00 ` Tom Rini
2014-06-12 9:44 Heiko Schocher
2014-06-12 14:22 ` Tom Rini
2014-05-14 11:46 Heiko Schocher
2014-05-14 14:20 ` Tom Rini
2014-05-08 5:05 Heiko Schocher
2014-05-09 15:04 ` Tom Rini
2014-04-29 6:49 Heiko Schocher
2014-04-29 16:45 ` Tom Rini
2014-03-31 5:35 Heiko Schocher
2014-03-31 12:32 ` Tom Rini
2014-01-18 7:28 Heiko Schocher
2014-01-20 9:24 ` Michal Simek
2014-01-20 9:34 ` Alexey Brodkin
2014-01-20 9:41 ` Michal Simek
2013-12-09 7:00 Heiko Schocher
2013-12-11 16:44 ` Tom Rini
2013-11-13 6:41 Heiko Schocher
2013-11-17 19:16 ` Tom Rini
2013-10-17 6:48 Heiko Schocher
2013-10-24 1:21 ` Tom Rini
2013-10-01 6:40 Heiko Schocher
2013-10-02 13:04 ` Tom Rini
2013-10-02 13:47 ` Heiko Schocher
2013-09-09 5:48 Heiko Schocher
2013-09-09 14:56 ` Tom Rini
2013-08-27 3:52 Heiko Schocher
2013-08-28 12:27 ` Tom Rini
2013-08-20 10:20 Heiko Schocher
2013-08-20 19:13 ` Tom Rini
2013-08-03 4:07 Heiko Schocher
2013-08-06 15:19 ` Tom Rini
2012-10-17 3:51 Heiko Schocher
2012-10-17 21:09 ` Tom Rini
2012-09-17 10:03 Heiko Schocher
2012-09-18 14:50 ` Tom Rini
2012-07-31 7:58 Heiko Schocher
2012-07-31 20:14 ` Wolfgang Denk
2012-07-11 9:55 Heiko Schocher
2012-07-12 6:18 ` Wolfgang Denk
2012-04-24 9:11 Heiko Schocher
2012-04-30 14:45 ` Wolfgang Denk
2012-02-21 6:46 Heiko Schocher
2012-02-26 21:17 ` Wolfgang Denk
2012-01-25 6:26 Heiko Schocher
2012-02-11 21:07 ` Wolfgang Denk
2011-11-09 5:31 Heiko Schocher
2011-11-16 18:59 ` Wolfgang Denk
2011-11-04 5:27 Heiko Schocher
2011-11-07 23:36 ` Wolfgang Denk
2011-10-03 9:57 Heiko Schocher
2011-10-04 20:07 ` Wolfgang Denk
2011-04-14 6:40 Heiko Schocher
2011-04-20 20:50 ` Wolfgang Denk
2010-04-06 7:14 [U-Boot] [i2c] Pull Request Heiko Schocher
2010-04-07 22:15 ` 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=5305FDB2.10600@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.