devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] fsi: Add IBM I2C Responder virtual FSI master
@ 2023-02-02 19:19 Eddie James
  2023-02-02 19:19 ` [PATCH v4 1/2] dt-bindings: fsi: Document the " Eddie James
  2023-02-02 19:19 ` [PATCH v4 2/2] fsi: Add " Eddie James
  0 siblings, 2 replies; 4+ messages in thread
From: Eddie James @ 2023-02-02 19:19 UTC (permalink / raw)
  To: linux-fsi
  Cc: linux-trace-kernel, devicetree, linux-kernel, mhiramat, rostedt,
	eajames, alistair, joel, jk, andrew, robh+dt,
	krzysztof.kozlowski+dt

The I2C Responder (I2CR) is an I2C device that translates I2C commands
to CFAM or SCOM operations, effectively implementing an FSI master and
bus.

Changes since v3:
 - Rework the endian-ness in i2cr_write
 - Rework the tracing to include the i2c bus and device address

Changes since v2:
 - Fix the bindings again, sorry for the spam

Changes since v1:
 - Fix the binding document
 - Change the binding name
 - Clean up the size argument checking
 - Reduce __force by using packed struct for the command

Eddie James (2):
  dt-bindings: fsi: Document the IBM I2C Responder virtual FSI master
  fsi: Add IBM I2C Responder virtual FSI master

 .../bindings/fsi/ibm,i2cr-fsi-master.yaml     |  41 ++++
 drivers/fsi/Kconfig                           |   9 +
 drivers/fsi/Makefile                          |   1 +
 drivers/fsi/fsi-master-i2cr.c                 | 218 ++++++++++++++++++
 include/trace/events/fsi_master_i2cr.h        | 109 +++++++++
 5 files changed, 378 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/fsi/ibm,i2cr-fsi-master.yaml
 create mode 100644 drivers/fsi/fsi-master-i2cr.c
 create mode 100644 include/trace/events/fsi_master_i2cr.h

-- 
2.31.1


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

end of thread, other threads:[~2023-02-02 20:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-02 19:19 [PATCH v4 0/2] fsi: Add IBM I2C Responder virtual FSI master Eddie James
2023-02-02 19:19 ` [PATCH v4 1/2] dt-bindings: fsi: Document the " Eddie James
2023-02-02 19:19 ` [PATCH v4 2/2] fsi: Add " Eddie James
2023-02-02 20:29   ` Steven Rostedt

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).