OSDN Git Service

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)
commit17614978ed34b8933e2b9272e2fe5133fdc38a58
tree1ff4be6b508a66074d43d2008cf7584c2257275f
parent308ee87a2f1ea7e83c5da49e4359cb133a93217f
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]