All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] thermal: int340x: processor_thermal: Add new PCI MMIO based thermal driver
@ 2021-05-25 20:48 Srinivas Pandruvada
  2021-05-25 20:48 ` [PATCH 1/2] thermal: int340x: processor_thermal: Split enumeration and processing part Srinivas Pandruvada
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Srinivas Pandruvada @ 2021-05-25 20:48 UTC (permalink / raw)
  To: daniel.lezcano, rui.zhang, amitk
  Cc: linux-pm, linux-kernel, Srinivas Pandruvada

This series adds a new thermal driver, which uses PCI MMIO for temperature and trips. To reuse
the code the first patch just reorganizes the existing code.

This series needs the following patch to cleanly apply:
[PATCH 1/2] thermal: int340x: processor_thermal: Export mailbox interface
sent on 16th May, 21.

Srinivas Pandruvada (2):
  thermal: int340x: processor_thermal: Split enumeration and processing
    part
  thermal: int340x: processor_thermal: Add PCI MMIO based thermal driver

 .../thermal/intel/int340x_thermal/Makefile    |   3 +
 .../intel/int340x_thermal/int3401_thermal.c   |  82 ++++
 .../processor_thermal_device.c                | 289 ++------------
 .../processor_thermal_device.h                |   9 +-
 .../processor_thermal_device_pci.c            | 371 ++++++++++++++++++
 .../processor_thermal_device_pci_legacy.c     | 163 ++++++++
 6 files changed, 658 insertions(+), 259 deletions(-)
 create mode 100644 drivers/thermal/intel/int340x_thermal/int3401_thermal.c
 create mode 100644 drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci.c
 create mode 100644 drivers/thermal/intel/int340x_thermal/processor_thermal_device_pci_legacy.c

-- 
2.27.0


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

end of thread, other threads:[~2021-07-06  8:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 20:48 [PATCH 0/2] thermal: int340x: processor_thermal: Add new PCI MMIO based thermal driver Srinivas Pandruvada
2021-05-25 20:48 ` [PATCH 1/2] thermal: int340x: processor_thermal: Split enumeration and processing part Srinivas Pandruvada
2021-06-30  9:31   ` [thermal: thermal/next] thermal/drivers/int340x/processor_thermal: " thermal-bot for Srinivas Pandruvada
2021-07-04 18:02   ` thermal-bot for Srinivas Pandruvada
2021-05-25 20:48 ` [PATCH 2/2] thermal: int340x: processor_thermal: Add PCI MMIO based thermal driver Srinivas Pandruvada
2021-06-30  9:31   ` [thermal: thermal/next] thermal/drivers/int340x/processor_thermal: " thermal-bot for Srinivas Pandruvada
2021-07-04 18:02   ` thermal-bot for Srinivas Pandruvada
2021-06-24 16:19 ` [PATCH 0/2] thermal: int340x: processor_thermal: Add new " Srinivas Pandruvada
2021-06-24 17:04   ` Daniel Lezcano
2021-06-24 18:04     ` Srinivas Pandruvada
2021-07-06  8:28 ` You-Sheng Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.