lkml.org 
[lkml]   [2017]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v3 0/3] siox: add support for new bus type
Date
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

\
 
 \ /
  Last update: 2017-12-19 10:01    [W:0.040 / U:0.552 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site