[PATCH 0/2] platform/x86: simatic-ipc: add another model and hwmon module loading

Henning Schild posted 2 patches 2 years, 7 months ago
There is a newer version of this series
drivers/platform/x86/simatic-ipc.c            | 19 +++++++++++++++++++
include/linux/platform_data/x86/simatic-ipc.h |  1 +
2 files changed, 20 insertions(+)
[PATCH 0/2] platform/x86: simatic-ipc: add another model and hwmon module loading
Posted by Henning Schild 2 years, 7 months ago
The second patch loads modules for hwmon support, should they be
available. That will save users the need to detect and manually load
those modules after a machine has been clearly identified by its Siemens
Simatic IPC station id.

The first patch just adds a device that is pretty similar to another one
we already had here.

Henning Schild (2):
  platform/x86: simatic-ipc: add another model
  platform/x86: simatic-ipc: add auto-loading of hwmon modules

 drivers/platform/x86/simatic-ipc.c            | 19 +++++++++++++++++++
 include/linux/platform_data/x86/simatic-ipc.h |  1 +
 2 files changed, 20 insertions(+)

-- 
2.41.0
Re: [PATCH 0/2] platform/x86: simatic-ipc: add another model and hwmon module loading
Posted by Henning Schild 2 years, 7 months ago
Am Tue, 11 Jul 2023 14:08:40 +0200
schrieb Henning Schild <henning.schild@siemens.com>:

> The second patch loads modules for hwmon support, should they be
> available. That will save users the need to detect and manually load
> those modules after a machine has been clearly identified by its
> Siemens Simatic IPC station id.
> 
> The first patch just adds a device that is pretty similar to another
> one we already had here.

Note that this is based on
"platform/x86: add CMOS battery monitoring for simatic  IPCs"

Henning

> Henning Schild (2):
>   platform/x86: simatic-ipc: add another model
>   platform/x86: simatic-ipc: add auto-loading of hwmon modules
> 
>  drivers/platform/x86/simatic-ipc.c            | 19
> +++++++++++++++++++ include/linux/platform_data/x86/simatic-ipc.h |
> 1 + 2 files changed, 20 insertions(+)
>