Am Wed, 31 May 2023 17:54:56 +0200 schrieb Henning Schild <henning.schild@xxxxxxxxxxx>: > This is a rather simple patch adding LED support for yet another > Simatic IPC model. > > Note that this is based on > "[PATCH v4 0/4] leds: simatic-ipc-leds-gpio: split up" I have been waiting with this until the split is ready to merge and until i got access to one of the machines. Got such a box today and the last comments on that split seem promising, so here we go. There is at least one similar IPC still to come, but that will likely be contributed by someone else from Siemens. As we are trying to get more people into upstream work. Henning > Henning Schild (1): > leds: simatic-ipc-leds-gpio: add new model BX-21A > > drivers/leds/simple/Kconfig | 13 +++++ > drivers/leds/simple/Makefile | 1 + > .../leds/simple/simatic-ipc-leds-gpio-core.c | 4 ++ > .../simatic-ipc-leds-gpio-elkhartlake.c | 57 > +++++++++++++++++++ drivers/platform/x86/simatic-ipc.c | > 3 + .../platform_data/x86/simatic-ipc-base.h | 1 + > include/linux/platform_data/x86/simatic-ipc.h | 3 +- > 7 files changed, 81 insertions(+), 1 deletion(-) > create mode 100644 > drivers/leds/simple/simatic-ipc-leds-gpio-elkhartlake.c >