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

