mbox series

[0/2] Add support for newer macs in applesmc

Message ID 20250312123055.1735-1-messigoatcr7nop@gmail.com (mailing list archive)
Headers show
Series Add support for newer macs in applesmc | expand

Message

Subu Dwevedi March 12, 2025, 12:30 p.m. UTC
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(-)

Comments

Guenter Roeck March 12, 2025, 12:55 p.m. UTC | #1
On 3/12/25 05:30, Subu Dwevedi wrote:
> 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(-)
> 

Isn't this the same series that I have seen before, pulled from some other repository,
incomplete, and without acknowledging the original authors ?

Guenter
Subu Dwevedi March 12, 2025, 1:05 p.m. UTC | #2
I Think you mean the t2linux group, so my code is completly different
from them and i decided to send my patches upstream