All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/2] I2C: Zynq
@ 2013-10-15 17:59 Michael Burr
  2013-10-15 17:59 ` [U-Boot] [PATCH v4 1/2] I2C: Zynq: Support for 0-length register address Michael Burr
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Burr @ 2013-10-15 17:59 UTC (permalink / raw)
  To: u-boot

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!

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

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

end of thread, other threads:[~2013-10-15 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 17:59 [U-Boot] [PATCH v4 0/2] I2C: Zynq Michael Burr
2013-10-15 17:59 ` [U-Boot] [PATCH v4 1/2] I2C: Zynq: Support for 0-length register address Michael Burr
2013-10-15 17:59   ` [U-Boot] [PATCH v4 2/2] I2C: Zynq: Adapt this driver to the new model Michael Burr

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.