[v2,0/2] leds: simatic-ipc-leds-gpio: add new model BX-21A

Message ID 20230713115639.16419-1-henning.schild@siemens.com
Headers
Series leds: simatic-ipc-leds-gpio: add new model BX-21A |

Message

Henning Schild July 13, 2023, 11:56 a.m. UTC
  change since v1:
- split into two patches to separate leds from platform code and ease
  merging

These are rather simple patches adding LED support for yet another Simatic
IPC model.

Henning Schild (2):
  platform/x86: simatic-ipc: add another model BX-21A
  leds: simatic-ipc-leds-gpio: add Elkhart Lake version

 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      |  3 +-
 include/linux/platform_data/x86/simatic-ipc.h |  3 +-
 7 files changed, 82 insertions(+), 2 deletions(-)
 create mode 100644 drivers/leds/simple/simatic-ipc-leds-gpio-elkhartlake.c
  

Comments

Andy Shevchenko July 13, 2023, 5:01 p.m. UTC | #1
On Thu, Jul 13, 2023 at 01:56:37PM +0200, Henning Schild wrote:
> change since v1:
> - split into two patches to separate leds from platform code and ease
>   merging
> 
> These are rather simple patches adding LED support for yet another Simatic
> IPC model.

FWIW,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> Henning Schild (2):
>   platform/x86: simatic-ipc: add another model BX-21A
>   leds: simatic-ipc-leds-gpio: add Elkhart Lake version
> 
>  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      |  3 +-
>  include/linux/platform_data/x86/simatic-ipc.h |  3 +-
>  7 files changed, 82 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/leds/simple/simatic-ipc-leds-gpio-elkhartlake.c
> 
> -- 
> 2.41.0
>