linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] platform/x86: add CMOS battery monitoring for simatic IPCs
@ 2023-07-06 15:48 Henning Schild
  2023-07-06 15:48 ` [PATCH 1/2] watchdog: simatic-ipc-wdt: make IO region access of one model muxed Henning Schild
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Henning Schild @ 2023-07-06 15:48 UTC (permalink / raw)
  To: Hans de Goede, Mark Gross, linux-kernel, platform-driver-x86
  Cc: Wim Van Sebroeck, Guenter Roeck, Jean Delvare, linux-watchdog,
	linux-hwmon, Tobias Schaffner, Gerd Haeussler, Henning Schild

The real change is in p2 and p1 just prepares to multiplex an IO region.
We introduce a custom driver to read CMOS battery information on several
of the Industrial PCs.

This is based on
 "[PATCH 0/1] leds: simatic-ipc-leds-gpio: add new model BX-21A"

Henning Schild (2):
  watchdog: simatic-ipc-wdt: make IO region access of one model muxed
  platform/x86: add CMOS battery monitoring for simatic IPCs

 drivers/platform/x86/Kconfig                  |  48 ++++
 drivers/platform/x86/Makefile                 |   6 +-
 .../x86/simatic-ipc-batt-apollolake.c         |  51 ++++
 .../x86/simatic-ipc-batt-elkhartlake.c        |  51 ++++
 .../platform/x86/simatic-ipc-batt-f7188x.c    |  70 +++++
 drivers/platform/x86/simatic-ipc-batt.c       | 250 ++++++++++++++++++
 drivers/platform/x86/simatic-ipc-batt.h       |  20 ++
 drivers/platform/x86/simatic-ipc.c            |  65 ++++-
 drivers/watchdog/simatic-ipc-wdt.c            |   9 +-
 .../platform_data/x86/simatic-ipc-base.h      |   1 +
 10 files changed, 553 insertions(+), 18 deletions(-)
 create mode 100644 drivers/platform/x86/simatic-ipc-batt-apollolake.c
 create mode 100644 drivers/platform/x86/simatic-ipc-batt-elkhartlake.c
 create mode 100644 drivers/platform/x86/simatic-ipc-batt-f7188x.c
 create mode 100644 drivers/platform/x86/simatic-ipc-batt.c
 create mode 100644 drivers/platform/x86/simatic-ipc-batt.h

-- 
2.39.3


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-07-14  9:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-06 15:48 [PATCH 0/2] platform/x86: add CMOS battery monitoring for simatic IPCs Henning Schild
2023-07-06 15:48 ` [PATCH 1/2] watchdog: simatic-ipc-wdt: make IO region access of one model muxed Henning Schild
2023-07-06 16:03   ` Guenter Roeck
2023-07-10 13:33     ` Hans de Goede
2023-07-10 13:45       ` Guenter Roeck
2023-07-10 18:54         ` Henning Schild
2023-07-06 15:48 ` [PATCH 2/2] platform/x86: add CMOS battery monitoring for simatic IPCs Henning Schild
2023-07-10 13:34   ` Hans de Goede
2023-07-12 18:02   ` Hans de Goede
2023-07-12 18:05   ` Hans de Goede
2023-07-13  8:28     ` Henning Schild
2023-07-13  8:36       ` Hans de Goede
2023-07-13 11:59     ` Henning Schild
2023-07-14  9:28 ` [PATCH 0/2] " Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).