Message ID | 20230731071424.4663-1-xingtong_wu@163.com (mailing list archive) |
---|---|
Headers | show |
Series | platform/x86: simatic-ipc: add another model BX-56A/BX-59A | expand |
Hi, On 7/31/23 09:14, xingtong_wu@163.com wrote: > From: "xingtong.wu" <xingtong.wu@siemens.com> > > These are patches adding features for another Simatic IPC model > BX-56A/BX-59A, features for led and battery monitor are involved. > > Based on: > [PATCH v2 0/3] platform/x86: move simatic drivers into subdir > [PATCH v2 0/2] leds: simatic-ipc-leds-gpio: add new model BX-21A > [PATCH 0/2] platform/x86/siemens: fixes for CMOS battery hwmon > > xingtong.wu (3): > platform/x86: simatic-ipc: add new models BX-56A/BX-59A > leds: simatic-ipc-leds-gpio: add support for module BX-59A > batt: simatic-ipc-batt: add support for module BX-59A Thank you. I have merged patches 1/3 and 3/3 into the platform-drivers-x86-simatic-ipc branch now: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=platform-drivers-x86-simatic-ipc Lee, I'll send you a pull-req for an immutable tag so that you can merge 2/3 into lee/leds.git . Once I've run some tests on this branch the patches there will be merged into the platform-drivers-x86/for-next branch and eventually will be included in the pdx86 pull-request to Linus for the next merge-window. Regards, Hans > > .../leds/simple/simatic-ipc-leds-gpio-core.c | 1 + > .../simple/simatic-ipc-leds-gpio-f7188x.c | 42 ++++++++++++++++--- > drivers/platform/x86/siemens/Kconfig | 1 + > .../x86/siemens/simatic-ipc-batt-f7188x.c | 37 +++++++++++----- > .../platform/x86/siemens/simatic-ipc-batt.c | 3 +- > drivers/platform/x86/siemens/simatic-ipc.c | 12 +++++- > .../platform_data/x86/simatic-ipc-base.h | 1 + > include/linux/platform_data/x86/simatic-ipc.h | 2 + > 8 files changed, 80 insertions(+), 19 deletions(-) >
From: "xingtong.wu" <xingtong.wu@siemens.com> These are patches adding features for another Simatic IPC model BX-56A/BX-59A, features for led and battery monitor are involved. Based on: [PATCH v2 0/3] platform/x86: move simatic drivers into subdir [PATCH v2 0/2] leds: simatic-ipc-leds-gpio: add new model BX-21A [PATCH 0/2] platform/x86/siemens: fixes for CMOS battery hwmon xingtong.wu (3): platform/x86: simatic-ipc: add new models BX-56A/BX-59A leds: simatic-ipc-leds-gpio: add support for module BX-59A batt: simatic-ipc-batt: add support for module BX-59A .../leds/simple/simatic-ipc-leds-gpio-core.c | 1 + .../simple/simatic-ipc-leds-gpio-f7188x.c | 42 ++++++++++++++++--- drivers/platform/x86/siemens/Kconfig | 1 + .../x86/siemens/simatic-ipc-batt-f7188x.c | 37 +++++++++++----- .../platform/x86/siemens/simatic-ipc-batt.c | 3 +- drivers/platform/x86/siemens/simatic-ipc.c | 12 +++++- .../platform_data/x86/simatic-ipc-base.h | 1 + include/linux/platform_data/x86/simatic-ipc.h | 2 + 8 files changed, 80 insertions(+), 19 deletions(-)