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

Subu Dwevedi posted 2 patches 11 months ago
drivers/hwmon/applesmc.c | 347 +++++++++++++++++++++++++++++++++++----
1 file changed, 314 insertions(+), 33 deletions(-)
[PATCH 0/2] Add support for newer macs in applesmc
Posted by Subu Dwevedi 11 months ago
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
Re: [PATCH 0/2] Add support for newer macs in applesmc
Posted by Guenter Roeck 11 months ago
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
Re: [PATCH 0/2] Add support for newer macs in applesmc
Posted by Subu Dwevedi 11 months ago
I Think you mean the t2linux group, so my code is completly different
from them and i decided to send my patches upstream