devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] introduce i2c-slave-mqueue
@ 2019-05-31  4:33 Eduardo Valentin
  2019-05-31  4:33 ` [PATCH 1/3] dt-bindings: i2c: document bindings for i2c-slave-mqueue Eduardo Valentin
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Eduardo Valentin @ 2019-05-31  4:33 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Haiyue Wang, jarkko.nikula, andriy.shevchenko, brendanhiggins,
	Eduardo Valentin, Rob Herring, Mark Rutland, linux-i2c,
	devicetree, linux-kernel

Wolfram,

I am sending you the i2c-slave-mqueue driver.
Apparently Haiyue had to move on to another project and
does not have cycles to continue with the comments on this
driver after some time waiting for feedback,
that is essentially why I took over.

Here is a small changelog from V5 to V6:
- Added DT support for probing via Device Tree
- Docummented DT bindings
- Documented sysfs ABI
- Small fixes on wording and Kconfig entries.

Haiyue's V5: https://lkml.org/lkml/2018/4/23/835

BR,

Eduardo Valentin (2):
  dt-bindings: i2c: document bindings for i2c-slave-mqueue
  Documentation: ABI: Add i2c-slave-mqueue sysfs documentation

Haiyue Wang (1):
  i2c: slave-mqueue: add a slave backend to receive and queue messages

 .../sysfs-bus-i2c-devices-slave-mqueue        |  10 +
 .../bindings/i2c/i2c-slave-mqueue.txt         |  34 +++
 Documentation/i2c/slave-mqueue-backend.rst    | 124 ++++++++++
 MAINTAINERS                                   |   8 +
 drivers/i2c/Kconfig                           |  25 +++
 drivers/i2c/Makefile                          |   1 +
 drivers/i2c/i2c-slave-mqueue.c                | 211 ++++++++++++++++++
 7 files changed, 413 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-i2c-devices-slave-mqueue
 create mode 100644 Documentation/devicetree/bindings/i2c/i2c-slave-mqueue.txt
 create mode 100644 Documentation/i2c/slave-mqueue-backend.rst
 create mode 100644 drivers/i2c/i2c-slave-mqueue.c

-- 
2.21.0

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

end of thread, other threads:[~2019-06-05 15:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-31  4:33 [PATCH 0/3] introduce i2c-slave-mqueue Eduardo Valentin
2019-05-31  4:33 ` [PATCH 1/3] dt-bindings: i2c: document bindings for i2c-slave-mqueue Eduardo Valentin
2019-05-31  4:33 ` [PATCH 2/3] i2c: slave-mqueue: add a slave backend to receive and queue messages Eduardo Valentin
2019-06-04 17:16   ` Andy Shevchenko
2019-06-05  3:27     ` Eduardo Valentin
2019-06-05  8:25       ` Andy Shevchenko
2019-06-05 14:31         ` Eduardo Valentin
2019-06-05 15:20           ` Andy Shevchenko
2019-06-05 15:31             ` Eduardo Valentin
2019-06-05 15:58               ` Andy Shevchenko
2019-05-31  4:33 ` [PATCH 3/3] Documentation: ABI: Add i2c-slave-mqueue sysfs documentation Eduardo Valentin

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