From: Michael Burr <michael.burr@logicpd.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v8 0/2] I2C: Zynq
Date: Tue, 15 Oct 2013 15:23:10 -0500 [thread overview]
Message-ID: <cover.1381867974.git.michael.burr@logicpd.com> (raw)
This series of two patches contains improvements for the I2C driver on the
Xilinx Zynq architecture. In general, the goals are:
> Support for both I2C bus masters ("I2C0" and "I2C1") in the Zynq PS.
> Full support for bus multiplexers.
> Support for all register-address sizes (0, 1, 2).
The changes to file 'zynq_i2c.c' in this patch series are
meant to be applied in order: in other words, first apply the
changes from the PATCH 1/2 version; then apply the changes in the
PATCH 2/2 version.
v3: fixed mistake parsing PATCH 1/2
v4: _really_ fixed this time!
v5: yet another try
v6: one more time
v7: again
v8: last time (see comments in PATCH 1/2)
Michael Burr (2):
I2C: Zynq: Support for 0-length register address
I2C:Zynq: Adapt this driver to the new model
README | 9 +++
drivers/i2c/Makefile | 2 +-
drivers/i2c/zynq_i2c.c | 147
+++++++++++++++++++++++++++++-------------------
include/configs/zynq.h | 10 ++--
4 files changed, 102 insertions(+), 66 deletions(-)
--
1.7.9.5
next reply other threads:[~2013-10-15 20:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-15 20:23 Michael Burr [this message]
2013-10-15 20:23 ` [U-Boot] [PATCH v8 1/2] I2C: Zynq: Support for 0-length register address Michael Burr
2013-10-15 20:23 ` [U-Boot] [PATCH v8 2/2] I2C: Zynq: Adapt this driver to the new model Michael Burr
2013-10-16 8:24 ` [U-Boot] [PATCH v8 1/2] I2C: Zynq: Support for 0-length register address Heiko Schocher
2013-10-16 9:11 ` Michal Simek
2013-10-15 20:42 ` [U-Boot] [PATCH v8 0/2] I2C: Zynq Albert ARIBAUD
2013-10-16 7:58 ` Heiko Schocher
2013-10-17 10:43 ` Jagan Teki
2013-10-17 11:11 ` Heiko Schocher
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=cover.1381867974.git.michael.burr@logicpd.com \
--to=michael.burr@logicpd.com \
--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.