[PATCH v7 0/2] add support for the Technologic Systems NBUS

Sebastien Bourdelin sebastien.bourdelin at savoirfairelinux.com
Thu Nov 2 11:17:11 PDT 2017


I reposts these patches to the ARM mailing list following the suggestion
from Linus Walleij [1] to ask if you can apply them directly for the
upstream kernel.

Best Regards,
Sebastien Bourdelin.

 [1] https://lkml.org/lkml/2017/11/2/629

Sebastien Bourdelin (2):
  dt-bindings: bus: Add documentation for the Technologic Systems NBUS
  bus: add driver for the Technologic Systems NBUS

 Documentation/devicetree/bindings/bus/ts-nbus.txt |  50 +++
 drivers/bus/Kconfig                               |   8 +
 drivers/bus/Makefile                              |   1 +
 drivers/bus/ts-nbus.c                             | 375 ++++++++++++++++++++++
 include/linux/ts-nbus.h                           |  18 ++
 5 files changed, 452 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/bus/ts-nbus.txt
 create mode 100644 drivers/bus/ts-nbus.c
 create mode 100644 include/linux/ts-nbus.h

-- 
2.15.0




More information about the linux-arm-kernel mailing list