On Thu, Sep 1, 2022 at 4:53 PM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: > > Dear GPIO and LED subsystem maintainers, > > Here is a pull-request for v6.0-rc1 + the > "[PATCH v6 0/7] add support for another simatic board" series > for merging into the gpio and leds subsystems. > > Regards, > > Hans > > > The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868: > > Linux 6.0-rc1 (2022-08-14 15:50:18 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-simatec-1 > > for you to fetch changes up to 8f5c9858c5db129359b5de2f60f5f034bf5d56c0: > > platform/x86: simatic-ipc: add new model 427G (2022-09-01 16:15:03 +0200) > > ---------------------------------------------------------------- > Tag (immutable branch) for: > v6.0-rc1 + "[PATCH v6 0/7] add support for another simatic board" series > for merging into the gpio, leds and pdx86 subsystems. > > ---------------------------------------------------------------- > Henning Schild (7): > gpio-f7188x: switch over to using pr_fmt > gpio-f7188x: add a prefix to macros to keep gpio namespace clean > gpio-f7188x: Add GPIO support for Nuvoton NCT6116 > gpio-f7188x: use unique labels for banks/chips > leds: simatic-ipc-leds-gpio: add new model 227G > platform/x86: simatic-ipc: enable watchdog for 227G > platform/x86: simatic-ipc: add new model 427G > > drivers/gpio/Kconfig | 3 +- > drivers/gpio/gpio-f7188x.c | 275 ++++++++++++--------- > drivers/leds/simple/simatic-ipc-leds-gpio.c | 42 +++- > drivers/platform/x86/simatic-ipc.c | 10 +- > include/linux/platform_data/x86/simatic-ipc-base.h | 1 + > include/linux/platform_data/x86/simatic-ipc.h | 2 + > 6 files changed, 216 insertions(+), 117 deletions(-) > Pulled, thanks! Bart