public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for newer macs in applesmc
@ 2025-03-12 12:30 Subu Dwevedi
  2025-03-12 12:30 ` [PATCH 1/2] hwmon/applesmc: add MMIO for newer macs Subu Dwevedi
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Subu Dwevedi @ 2025-03-12 12:30 UTC (permalink / raw)
  Cc: Subu Dwevedi, Henrik Rydberg, Jean Delvare, Guenter Roeck,
	linux-hwmon, linux-kernel

This patch series adds MMIO support for newer Macs in the AppleSMC driver
and enables fan control for these models.

Patch 1 introduces MMIO-based access for AppleSMC on modern Macs, replacing
the older I/O port-based access where applicable.

Patch 2 builds on this by implementing fan control using the new MMIO method.

Subu Dwevedi (2):
  hwmon/applesmc: add MMIO for newer macs
  hwmon/applesmc: add fan support for newer macs

 drivers/hwmon/applesmc.c | 347 +++++++++++++++++++++++++++++++++++----
 1 file changed, 314 insertions(+), 33 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-03-17 18:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-12 12:30 [PATCH 0/2] Add support for newer macs in applesmc Subu Dwevedi
2025-03-12 12:30 ` [PATCH 1/2] hwmon/applesmc: add MMIO for newer macs Subu Dwevedi
2025-03-13 18:32   ` kernel test robot
2025-03-14  3:19   ` kernel test robot
2025-03-17 18:28   ` Guenter Roeck
2025-03-12 12:30 ` [PATCH 2/2] hwmon/applesmc: add fan support " Subu Dwevedi
2025-03-13 14:53   ` kernel test robot
2025-03-12 12:55 ` [PATCH 0/2] Add support for newer macs in applesmc Guenter Roeck
2025-03-12 13:05   ` Subu Dwevedi

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