Linux LED subsystem development
 help / color / mirror / Atom feed
* [GIT PULL] Immutable branch between pdx86 and LED due for the v6.6 merge window
@ 2023-07-14 13:21 Hans de Goede
  2023-07-19 12:50 ` Henning Schild
  0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2023-07-14 13:21 UTC (permalink / raw)
  To: Lee Jones, Pavel Machek
  Cc: Linux LED Subsystem, Henning Schild, Guenter Roeck

Hi Lee, Guenter,

Here is a pull-request for some pending pdx86 simatic-ipc changes which
are a pre-requisite for merging the follow LED patch:

https://lore.kernel.org/linux-leds/20230713115639.16419-3-henning.schild@siemens.com/

(Guenter this also includes the watchdog change you acked for merging through
the pdx86 tree in case you want to merge this into the wd tree)

Regards,

Hans


The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/ib-pdx86-simatic-v6.6

for you to fetch changes up to 8766addf665e9f0ace15cca894ba225e5a4d580a:

  platform/x86: simatic-ipc: use extra module loading for watchdog (2023-07-14 15:06:40 +0200)

----------------------------------------------------------------
Immutable branch between pdx86 simatic branch and LED due for the v6.6 merge window

v6.5-rc1 + recent pdx86 simatic-ipc patches for
merging into the LED subsystem for v6.6.

----------------------------------------------------------------
Henning Schild (7):
      platform/x86: simatic-ipc: add another model BX-21A
      watchdog: simatic-ipc-wdt: make IO region access of one model muxed
      platform/x86: simatic-ipc: add CMOS battery monitoring
      platform/x86: simatic-ipc: drop PCI runtime depends and header
      platform/x86: simatic-ipc: add another model
      platform/x86: simatic-ipc: add auto-loading of hwmon modules
      platform/x86: simatic-ipc: use extra module loading for watchdog

 drivers/platform/x86/Kconfig                       |  49 +++-
 drivers/platform/x86/Makefile                      |   6 +-
 drivers/platform/x86/simatic-ipc-batt-apollolake.c |  51 +++++
 .../platform/x86/simatic-ipc-batt-elkhartlake.c    |  51 +++++
 drivers/platform/x86/simatic-ipc-batt-f7188x.c     |  70 ++++++
 drivers/platform/x86/simatic-ipc-batt.c            | 252 +++++++++++++++++++++
 drivers/platform/x86/simatic-ipc-batt.h            |  20 ++
 drivers/platform/x86/simatic-ipc.c                 | 119 ++++++++--
 drivers/watchdog/simatic-ipc-wdt.c                 |   9 +-
 include/linux/platform_data/x86/simatic-ipc-base.h |   4 +-
 include/linux/platform_data/x86/simatic-ipc.h      |   4 +-
 11 files changed, 607 insertions(+), 28 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


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14 13:21 [GIT PULL] Immutable branch between pdx86 and LED due for the v6.6 merge window Hans de Goede
2023-07-19 12:50 ` Henning Schild
2023-07-25  8:26   ` Hans de Goede
2023-07-25  9:34     ` Henning Schild

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox