]> git.baikalelectronics.ru Git - kernel.git/commit
staging: fieldbus: anybus-s: support the Arcx anybus controller
authorSven Van Asbroeck <thesven73@gmail.com>
Tue, 16 Apr 2019 15:56:14 +0000 (11:56 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Apr 2019 10:07:31 +0000 (12:07 +0200)
commit3cff891c6867d02c7824b710c1ad7d15cb805985
tree1ff4be6b508a66074d43d2008cf7584c2257275f
parent5eb842ba96990360cc531d74b6f335b393d278ee
staging: fieldbus: anybus-s: support the Arcx anybus controller

Add a driver for the Arcx anybus controller.

This device implements two Anybus-S hosts (buses),
and connects to the SoC via a parallel memory bus.
There is also a CAN power readout, unrelated to the Anybus,
modelled as a regulator.

Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fieldbus/Makefile
drivers/staging/fieldbus/anybuss/Kconfig
drivers/staging/fieldbus/anybuss/Makefile
drivers/staging/fieldbus/anybuss/arcx-anybus.c [new file with mode: 0644]