public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] siox: add support for new bus type
@ 2017-12-19  9:00 Uwe Kleine-König
  2017-12-19  9:00 ` [PATCH v3 1/3] siox: add support for tracing Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Uwe Kleine-König @ 2017-12-19  9:00 UTC (permalink / raw)
  To: linux-kernel, Greg Kroah-Hartman; +Cc: kernel, Gavin Schenk

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

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

end of thread, other threads:[~2017-12-19 15:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-19  9:00 [PATCH v3 0/3] siox: add support for new bus type Uwe Kleine-König
2017-12-19  9:00 ` [PATCH v3 1/3] siox: add support for tracing Uwe Kleine-König
2017-12-19  9:00 ` [PATCH v3 2/3] siox: add gpio bus driver Uwe Kleine-König
2017-12-19  9:00 ` [PATCH v3 3/3] MAINTAINERS: Add entry for SIOX Uwe Kleine-König
2017-12-19  9:05   ` Joe Perches
2017-12-19 10:12     ` Uwe Kleine-König
2017-12-19 15:58       ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox