[PATCH v3 0/3] siox: add support for new bus type

From: Uwe Kleine-KÃnig
Date: Tue Dec 19 2017 - 04:00:46 EST


Hello,

this is v3 of the series to add support for Eckelmann's SIOX bus to the kernel.

I dropped patch 1 as Greg already applied that. Patch 1 (which was patch 2
before) just got a cast in two locations that are necessary on 64bit architecures where
sizeof(size_t) != sizeof(int).

Uwe Kleine-KÃnig (3):
siox: add support for tracing
siox: add gpio bus driver
MAINTAINERS: Add entry for SIOX

.../bindings/siox/eckelmann,siox-gpio.txt | 19 +++
.../devicetree/bindings/vendor-prefixes.txt | 1 +
MAINTAINERS | 7 +
drivers/siox/Kconfig | 9 ++
drivers/siox/Makefile | 1 +
drivers/siox/siox-bus-gpio.c | 172 +++++++++++++++++++++
drivers/siox/siox-core.c | 12 ++
include/trace/events/siox.h | 66 ++++++++
8 files changed, 287 insertions(+)
create mode 100644 Documentation/devicetree/bindings/siox/eckelmann,siox-gpio.txt
create mode 100644 drivers/siox/siox-bus-gpio.c
create mode 100644 include/trace/events/siox.h

--
2.11.0