devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] drivers/i2c: Add FSI-attached I2C master algorithm
@ 2017-06-26 19:29 Eddie James
       [not found] ` <1498505375-1454-1-git-send-email-eajames-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Eddie James @ 2017-06-26 19:29 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-i2c-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, wsa-z923LK4zBo2bacvFa/9K2g,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r,
	jk-mnsaURCQ41sdnm+yROfE0A, joel-U3u1mxZcP9KHXe+LvDLADg,
	andrew-zrmu5oMJ5Fs, eajames-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8,
	Edward A. James

From: "Edward A. James" <eajames-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>

This series adds an algorithm for an I2C master physically located on an FSI
slave device. The I2C master has multiple ports, each of which may be connected
to an I2C slave. Access to the I2C master registers is achieved over FSI bus.

Due to the multi-port nature of the I2C master, the driver instantiates a new
I2C adapter for each port connected to a slave. The connected ports should be
defined in the device tree under the I2C master device.

Edward A. James (6):
  drivers/i2c: Add FSI-attached I2C master algorithm
  drivers/i2c: Add port structure to FSI algorithm
  drivers/i2c: Add transfer implementation for FSI algorithm
  drivers/i2c: Add I2C master locking to FSI algorithm
  drivers/i2c: Add bus recovery for FSI algorithm
  Documentation/devicetree: Add FSI-attached I2C master dt bindings

 Documentation/devicetree/bindings/i2c/i2c-fsi.txt |  31 +
 drivers/i2c/busses/Kconfig                        |  11 +
 drivers/i2c/busses/Makefile                       |   1 +
 drivers/i2c/busses/i2c-fsi.c                      | 656 ++++++++++++++++++++++
 4 files changed, 699 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-fsi.txt
 create mode 100644 drivers/i2c/busses/i2c-fsi.c

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-06-28 23:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-26 19:29 [PATCH 0/6] drivers/i2c: Add FSI-attached I2C master algorithm Eddie James
     [not found] ` <1498505375-1454-1-git-send-email-eajames-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2017-06-26 19:29   ` [PATCH 1/6] " Eddie James
2017-06-26 19:29   ` [PATCH 4/6] drivers/i2c: Add I2C master locking to FSI algorithm Eddie James
2017-06-26 19:29 ` [PATCH 2/6] drivers/i2c: Add port structure " Eddie James
2017-06-26 19:29 ` [PATCH 3/6] drivers/i2c: Add transfer implementation for " Eddie James
2017-06-26 19:29 ` [PATCH 5/6] drivers/i2c: Add bus recovery " Eddie James
2017-06-26 19:29 ` [PATCH 6/6] Documentation/devicetree: Add FSI-attached I2C master dt bindings Eddie James
     [not found]   ` <1498505375-1454-7-git-send-email-eajames-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8@public.gmane.org>
2017-06-27  1:06     ` Jeremy Kerr
     [not found]       ` <ec4a5fec-fea0-09a7-8559-99d8eb071093-mnsaURCQ41sdnm+yROfE0A@public.gmane.org>
2017-06-27 17:28         ` Eddie James
2017-06-28  3:08           ` Jeremy Kerr
2017-06-28 23:21     ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).