netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] MCTP I2C driver
@ 2021-11-01  9:03 Matt Johnston
  2021-11-01  9:04 ` [PATCH net-next 1/6] i2c: core: Allow 255 byte transfers for SMBus 3.x Matt Johnston
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Matt Johnston @ 2021-11-01  9:03 UTC (permalink / raw)
  Cc: Zev Weiss, Wolfram Sang, Rob Herring, David S . Miller,
	Jakub Kicinski, Brendan Higgins, Benjamin Herrenschmidt,
	Joel Stanley, Andrew Jeffery, Avi Fishman, Tomer Maimon,
	Tali Perry, Patrick Venture, Nancy Yuen, Benjamin Fair,
	Jeremy Kerr, linux-i2c, netdev

Hi,

This patch series adds a netdev driver providing MCTP transport over
I2C. 

It applies against net-next using recent MCTP changes there, though also
has I2C core changes for review. I'll leave it to maintainers where it
should be applied - please let me know if it needs to be submitted
differently.

The I2C patches were previously sent as RFC though the only feedback
there was an ack to 255 bytes for aspeed.

The dt-bindings patch went through review on the list.

Cheers,
Matt

Matt Johnston (6):
  i2c: core: Allow 255 byte transfers for SMBus 3.x
  i2c: dev: Handle 255 byte blocks for i2c ioctl
  i2c: aspeed: Allow 255 byte block transfers
  i2c: npcm7xx: Allow 255 byte block SMBus transfers
  dt-bindings: net: New binding mctp-i2c-controller
  mctp i2c: MCTP I2C binding driver

 Documentation/devicetree/bindings/i2c/i2c.txt |   4 +
 .../bindings/net/mctp-i2c-controller.yaml     |  92 ++
 drivers/i2c/busses/i2c-aspeed.c               |   5 +-
 drivers/i2c/busses/i2c-npcm7xx.c              |   3 +-
 drivers/i2c/i2c-core-smbus.c                  |  20 +-
 drivers/i2c/i2c-dev.c                         |  93 +-
 drivers/net/mctp/Kconfig                      |  12 +
 drivers/net/mctp/Makefile                     |   1 +
 drivers/net/mctp/mctp-i2c.c                   | 982 ++++++++++++++++++
 include/linux/i2c.h                           |  13 +
 include/uapi/linux/i2c-dev.h                  |   2 +
 include/uapi/linux/i2c.h                      |   7 +-
 12 files changed, 1209 insertions(+), 25 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/net/mctp-i2c-controller.yaml
 create mode 100644 drivers/net/mctp/mctp-i2c.c

-- 
2.32.0


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

end of thread, other threads:[~2021-11-02  6:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-01  9:03 [PATCH net-next 0/6] MCTP I2C driver Matt Johnston
2021-11-01  9:04 ` [PATCH net-next 1/6] i2c: core: Allow 255 byte transfers for SMBus 3.x Matt Johnston
2021-11-01  9:04 ` [PATCH net-next 2/6] i2c: dev: Handle 255 byte blocks for i2c ioctl Matt Johnston
2021-11-01  9:04 ` [PATCH net-next 3/6] i2c: aspeed: Allow 255 byte block transfers Matt Johnston
2021-11-01  9:04 ` [PATCH net-next 4/6] i2c: npcm7xx: Allow 255 byte block SMBus transfers Matt Johnston
2021-11-01  9:04 ` [PATCH net-next 5/6] dt-bindings: net: New binding mctp-i2c-controller Matt Johnston
2021-11-01  9:04 ` [PATCH net-next 6/6] mctp i2c: MCTP I2C binding driver Matt Johnston
2021-11-01 13:22   ` Randy Dunlap
2021-11-02  6:48     ` Matt Johnston

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