OSDN Git Service

leds: simatic-ipc-leds: add new driver for Siemens Industial PCs
authorHenning Schild <henning.schild@siemens.com>
Mon, 13 Dec 2021 12:05:00 +0000 (13:05 +0100)
committerHans de Goede <hdegoede@redhat.com>
Thu, 23 Dec 2021 17:09:13 +0000 (18:09 +0100)
commit8c78e0614edc628b13313afd28856720b85d86a3
treef68477764496b237cf995055e3c6576fdb384a23
parentdd123e62bdedcd3a486e48e883ec63138ec2c14c
leds: simatic-ipc-leds: add new driver for Siemens Industial PCs

This driver adds initial support for several devices from Siemens. It is
based on a platform driver introduced in an earlier commit.

One of the supported machines has GPIO connected LEDs, here we poke GPIO
memory directly because pinctrl does not come up.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Link: https://lore.kernel.org/r/20211213120502.20661-3-henning.schild@siemens.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/simple/Kconfig [new file with mode: 0644]
drivers/leds/simple/Makefile [new file with mode: 0644]
drivers/leds/simple/simatic-ipc-leds.c [new file with mode: 0644]