linux/drivers/hwmon
Linus Torvalds f31c00c377 platform-drivers-x86 for v7.2-1
Highlights:
 
 - amd/hfi: Add support for dynamic ranking tables (version 3)
 
 - amd/pmc:
   - Add PMC driver support for AMD 1Ah M80H SoC
   - Delay suspend for some Lenovo Laptops to avoid keyboard and lid
     switch problems after s2idle
 
 - arm64: qcom-hamoa-ec: Add Hamoa/Purwa/Glymur EC driver
 
 - asus-armoury: add support for G614PR, GA402NJ, GA403UM, and FX608JPR
 
 - asus-wmi: add keystone dongle support
 
 - dell-dw5826e: Add reset driver for DW5826e
 
 - dell-laptop: Fix rollback path
 
 - hp-wmi:
   - Add support for Omen 16-ap0xxx (board ID 8D26) and board ID 8B2F
 
 - intel-hid:
   - Add HP ProBook x360 440 G1 5 button array support
   - Prevent racing ACPI notify handlers
 
 - intel/pmc:
   - Add Nova Lake support
   - Rate-limit LTR scale-factor warning
 
 - intel-uncore-freq:
   - Expose instance ID in the sysfs
   - Fix current_freq_khz after CPU hotplug
 
 - intel/vsec: Restore BAR fallback for header walk
 
 - ISST: Restore SST-PP control to all domains
 
 - lenovo-wmi-*:
   - Add more CPU tunable attributes
   - Add GPU tunable attributes
   - Add WMI battery charge limiting
 
 - oxpec: add support for OneXPlayer Super X
 
 - sel3350-platform: Retain LED state on load and unload
 
 - surface: SAM: Add support for Surface Pro 12in
 
 - uniwill-laptop: Add support for battery charge modes
 
 - tools/power/x86/intel-speed-select: Harden daemon pidfile open
 
 - Major refactoring efforts:
   - ACPI driver to platform driver conversion
   - Converting drivers to use the improved WMI API
 
 - Miscellaneous cleanups / refactoring / improvements
 
 The following is an automated shortlog grouped by driver:
 
 ACPI:
  -  provide acpi_bus_find_device_by_name()
 
 alienware-wmi-base:
  -  Transition to new WMI API
 
 amd: hfi:
  -  Support for ranking table versions
 
 amd/hsmp:
  -  Clamp ioctl/send_message indices (Spectre v1)
 
 amd/pmc:
  -  Add delay_suspend module parameter
  -  Add PMC driver support for AMD 1Ah M80H SoC
  -  Check for intermediate wakeup in function
  -  Delay suspend for some Lenovo Laptops
  -  Don't log during intermediate wakeups
  -  Use per-SoC cpu_info struct for SMU mailbox and IP info
 
 apple-gmux:
  -  Drop unused assignment of pnp_device_id driver data
 
 arm64:
  -  Add driver for EC found on Qualcomm reference devices
 
 arm64: qcom-hamoa-ec:
  -  Fix indentation in comment tables
 
 arm64 Use named initializers for struct i2c_device_id:
  - arm64 Use named initializers for struct i2c_device_id
 
 asus-armoury:
  -  add support for FX608JPR
  -  add support for G614PR
  -  add support for GA402NJ
  -  add support for GA403UM
 
 asus-wmi:
  -  add keystone dongle support
 
 barco-p50-gpio:
  -  attach software node to its target GPIO device
 
 classmate-laptop:
  -  Address memory leaks on driver removal
  -  Convert accel driver to a platform one
  -  Convert ipml driver to a platform one
  -  Convert keys driver to a platform one
  -  Convert tablet driver to a platform one
  -  Convert v4 accel driver to a platform one
  -  Pass struct device pointer to helpers
  -  Register ACPI notify handlers directly
  -  Rename two helper functions
  -  Unify probe rollback and remove code
 
 dell-ddv:
  -  Use new buffer-based WMI API
 
 dell-descriptor:
  -  Use new buffer-based WMI API
 
 dell-dw5826e:
  -  Add reset driver for DW5826e
 
 dell-laptop:
  -  add Inspiron N5110 to touchpad LED quirk table
  -  fix missing cleanups in init error path
 
 dell-privacy:
  -  correct CONFIG_DELL_WMI_PRIVACY macro name in comments
  -  Use new buffer-based WMI API
 
 dell_rbu:
  -  use strscpy in image_type_write
 
 dell-smbios-wmi:
  -  Use new buffer-based WMI API
 
 dell-wmi-base:
  -  Use new buffer-based WMI API
 
 docs:
  -  fix typo in uniwill-laptop.rst
 
 hp-wmi:
  -  Add support for Omen 16-ap0xxx (8D26)
  -  Add support for Omen 16-ap0xxx (8E35)
  -  Add thermal support for board 8B2F
 
 hwmon:
  -  (dell-smm) Use new buffer-based WMI API
 
 intel-hid:
  -  Add HP ProBook x360 440 G1 to button_array_table
  -  Protect ACPI notify handler against recursion
 
 intel/pmc:
  -  Add ACPI PWRM telemetry driver for Nova Lake S
  -  Add Nova Lake support to intel_pmc_core driver
  -  Add NVL PCI IDs for SSRAM telemetry discovery
  -  Add PMC SSRAM Kconfig description
  -  Add support for variable DMU offsets
  -  Enable Pkgc blocking residency counter
  -  Enable PkgC LTR blocking counter
  -  rate-limit LTR scale-factor warning
  -  Retrieve PMC info only for available PMCs
 
 intel/pmc/ssram:
  -  Add ACPI discovery scaffolding
  -  Add PCI platform data
  -  Make PMT registration optional
  -  Refactor DEVID/PWRMBASE extraction into helper
  -  Rename probe and PCI ID table for consistency
  -  Switch to static array with per-index probe state
 
 intel/pmc:
  -  Use __free() in pmc_core_punit_pmt_init()
  -  Use PCI DID for PMC SSRAM device discovery
 
 intel/pmt:
  -  Add pre/post decode hooks around header parsing
  -  Cache the telemetry discovery header
 
 intel/pmt/crashlog:
  -  Split init into pre-decode
 
 intel/pmt:
  -  Pass discovery index instead of resource
 
 intel/pmt/telemetry:
  -  Move overlap check to post-decode hook
 
 intel/pmt:
  -  Unify header fetch and add ACPI source
 
 intel/tpmi:
  -  convert mutex in mem_write() to guard
  -  use cleanup helpers in mem_write()
 
 intel-uncore-freq:
  -  Expose instance ID in the sysfs
  -  Fix current_freq_khz after CPU hotplug
  -  Rename instance_id
 
 intel/vsec:
  -  allocate res with intel_vsec_dev
  -  Restore BAR fallback for header walk
 
 ISST:
  -  Restore SST-PP control to all domains
 
 lenovo-wmi-capdata:
  -  Add debugfs file for dumping capdata
 
 lenovo-wmi-helpers:
  -  Add helper for creating per-device debugfs dir
 
 lenovo-wmi-other:
  -  Add force_load_psy_ext module parameter
  -  Add GPU tunable attributes
  -  Add missing CPU tunable attributes
  -  Add WMI battery charge limiting
  -  Rename LWMI_OM_FW_ATTR_BASE_PATH
 
 meraki-mx100:
  -  use real software node references
 
 modpost:
  -  Handle malformed WMI GUID strings
 
 Move delayed work on system_dfl_wq:
  - Move delayed work on system_dfl_wq
 
 msi-ec:
  -  Add support for MSI Pulse GL66 12th Gen
 
 oxpec:
  -  add support for OneXPlayer Super X
 
 panasonic-laptop:
  -  simplify allocation of sinf
 
 pcengines-apuv2:
  -  reduce indiraction in swnode assignment
 
 pmc_atom:
  -  Use named initializer for pci_device_id array
 
 sel3350-platform:
  -  Retain LED state on load and unload
 
 sonypi:
  -  use strscpy() in sonypi_acpi_probe
 
 surface: SAM:
  -  Add support for Surface Pro 12in
 
 thinkpad_acpi:
  -  Add debugfs entry to display HWDD raw
  -  Remove unneeded goto
 
 tools/power/x86/intel-speed-select:
  -  Harden daemon pidfile open
 
 uniwill-laptop:
  -  Add support for battery charge modes
  -  Enable battery charge modes on supported devices
  -  Mark EC_ADDR_OEM_4 as volatile
  -  Rework FN lock/super key suspend handling
 
 use u8 * for raw byte buffers:
  - use u8 * for raw byte buffers
 
 wmi:
  -  Make sysfs attributes const
  -  Make wmi_bus_class const
 
 x86-android-tablets:
  -  enable fwnode matching of GPIO chips
  -  Use named initializers for struct i2c_device_id
 
 x86/platform/olpc: xo15:
  -  Convert ACPI driver to a platform one
  -  Drop wakeup source on driver removal
 
 xo15-ebook:
  -  Convert ACPI driver to a platform one
  -  Fix formatting of labels
  -  Fix wakeup source and GPE handling
  -  Register ACPI notify handler directly
  -  Use devres-based resource management
 
 Merges:
  -  Merge branch 'fixes' into for-next
  -  Merge branch 'fixes' of into for-next
  -  Merge branch 'intel-sst' of https://github.com/spandruvada/linux-kernel into review-ilpo-next
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQSCSUwRdwTNL2MhaBlZrE9hU+XOMQUCajl8LgAKCRBZrE9hU+XO
 MZ47AP0Z0IoiT8WEcXL4wuTQyR6ruXWClYk82wiroAFEko8Z5AD/WYNWCBXqjZk+
 FlJbtleRLA/ADmgT3Mj+biHNTIqyBA0=
 =Q3d+
 -----END PGP SIGNATURE-----

Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86

Pull x86 platform driver updates from Ilpo Järvinen:

 - amd/hfi: Add support for dynamic ranking tables (version 3)

 - amd/pmc:
     - Add PMC driver support for AMD 1Ah M80H SoC
     - Delay suspend for some Lenovo Laptops to avoid keyboard and lid
       switch problems after s2idle

 - arm64: qcom-hamoa-ec: Add Hamoa/Purwa/Glymur EC driver

 - asus-armoury: add support for G614PR, GA402NJ, GA403UM, and FX608JPR

 - asus-wmi: add keystone dongle support

 - dell-dw5826e: Add reset driver for DW5826e

 - dell-laptop: Fix rollback path

 - hp-wmi:
     - Add support for Omen 16-ap0xxx (board ID 8D26) and board ID 8B2F

 - intel-hid:
     - Add HP ProBook x360 440 G1 5 button array support
     - Prevent racing ACPI notify handlers

 - intel/pmc:
     - Add Nova Lake support
     - Rate-limit LTR scale-factor warning

 - intel-uncore-freq:
     - Expose instance ID in the sysfs
     - Fix current_freq_khz after CPU hotplug

 - intel/vsec: Restore BAR fallback for header walk

 - ISST: Restore SST-PP control to all domains

 - lenovo-wmi-*:
     - Add more CPU tunable attributes
     - Add GPU tunable attributes
     - Add WMI battery charge limiting

 - oxpec: add support for OneXPlayer Super X

 - sel3350-platform: Retain LED state on load and unload

 - surface: SAM: Add support for Surface Pro 12in

 - uniwill-laptop: Add support for battery charge modes

 - tools/power/x86/intel-speed-select: Harden daemon pidfile open

 - Major refactoring efforts:
     - ACPI driver to platform driver conversion
     - Converting drivers to use the improved WMI API

 - Miscellaneous cleanups / refactoring / improvements

* tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: (115 commits)
  platform/x86/intel/pmc: Add NVL PCI IDs for SSRAM telemetry discovery
  platform/x86/intel/pmc/ssram: Make PMT registration optional
  platform/x86/intel/pmc/ssram: Add ACPI discovery scaffolding
  platform/x86/intel/pmc/ssram: Switch to static array with per-index probe state
  platform/x86/intel/pmc/ssram: Refactor DEVID/PWRMBASE extraction into helper
  platform/x86/intel/pmc/ssram: Add PCI platform data
  platform/x86/intel/pmc/ssram: Rename probe and PCI ID table for consistency
  platform/x86/intel/pmc: Add ACPI PWRM telemetry driver for Nova Lake S
  platform/x86/intel/pmc: Add PMC SSRAM Kconfig description
  platform/x86/intel/pmt: Unify header fetch and add ACPI source
  platform/x86/intel/pmt: Cache the telemetry discovery header
  platform/x86/intel/pmt: Pass discovery index instead of resource
  platform/x86/intel/pmt/telemetry: Move overlap check to post-decode hook
  platform/x86/intel/pmt/crashlog: Split init into pre-decode
  platform/x86/intel/pmt: Add pre/post decode hooks around header parsing
  modpost: Handle malformed WMI GUID strings
  platform/wmi: Make sysfs attributes const
  platform/wmi: Make wmi_bus_class const
  hwmon: (dell-smm) Use new buffer-based WMI API
  platform/x86: dell-ddv: Use new buffer-based WMI API
  ...
2026-06-23 08:31:33 -07:00
..
occ hwmon: (occ) Fix missing newline in occ_show_extended() 2026-03-30 13:21:43 -07:00
peci hwmon: (peci/cputemp) Fix off-by-one in cputemp_is_visible() 2026-03-24 07:55:34 -07:00
pmbus hwmon: (pmbus/lm25066) Fix PMBus coefficients for LM5064/5066/5066i 2026-06-11 04:30:34 -07:00
abituguru.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
abituguru3.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
acpi_power_meter.c hwmon: (acpi_power_meter) Check ACPI_COMPANION() against NULL 2026-05-12 11:32:25 -07:00
ad7314.c hwmon: (ad7314) Validate leading zero bits and return error 2025-03-02 08:42:01 -08:00
ad7414.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ad7418.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
adc128d818.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
adcxx.c
adm1025.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
adm1026.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
adm1029.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
adm1031.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
adm1177.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
adm9240.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ads7828.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ads7871.c hwmon: (ads7871) Use DMA-safe buffer for SPI writes 2026-06-09 08:22:57 -07:00
adt7x10.c hwmon: (adt7x10) Rely on subsystem locking 2025-10-17 07:18:06 -07:00
adt7x10.h
adt7310.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
adt7410.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
adt7411.c hwmon: (adt7411) Use scoped_guard() to acquire the subsystem lock 2026-06-09 08:23:00 -07:00
adt7462.c hwmon: (adt7462) Add of_match_table to support devicetree 2026-06-09 08:23:18 -07:00
adt7470.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
adt7475.c hwmon: (adt7475) Add explicit header include 2026-06-09 08:23:09 -07:00
aht10.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
amc6821.c hwmon updates for v7.2 2026-06-16 08:10:21 +05:30
applesmc.c hwmon: Move MODULE_DEVICE_TABLE next to the table itself 2026-06-09 08:22:57 -07:00
aquacomputer_d5next.c hwmon: (aquacomputer_d5next) Rely on subsystem locking 2025-10-17 07:18:15 -07:00
arctic_fan_controller.c hwmon: add driver for ARCTIC Fan Controller 2026-06-09 08:22:59 -07:00
as370-hwmon.c hwmon: Explicitly include correct DT includes 2023-08-21 06:04:29 -07:00
asb100.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
asc7621.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
aspeed-g6-pwm-tach.c hwmon: (aspeed-g6-pwm-tach): remove redundant driver remove callback 2026-03-30 19:45:06 -07:00
aspeed-pwm-tacho.c thermal/of: Rename the devm_thermal_of_cooling_device_register() function 2026-06-03 09:12:53 +02:00
asus_atk0110.c hwmon: (asus_atk0110) Check ACPI_COMPANION() against NULL 2026-05-12 11:33:08 -07:00
asus_rog_ryujin.c hwmon: (asus_rog_ryujin) Rely on subsystem locking 2025-10-17 07:18:15 -07:00
asus_wmi_sensors.c hwmon: (asus_wmi_sensors) Replace deprecated strncpy() with strscpy() 2023-09-29 14:48:31 -07:00
asus-ec-sensors.c hwmon: (asus-ec-sensors) add ROG MAXIMUS Z790 EXTREME 2026-06-09 08:23:18 -07:00
atxp1.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
axi-fan-control.c hwmon: axi-fan: don't use driver_override as IRQ name 2026-03-17 20:30:57 +01:00
cgbc-hwmon.c hwmon: (cgbc-hwmon) Add missing NULL check after devm_kzalloc() 2025-10-19 18:56:14 -07:00
chipcap2.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
coretemp.c hwmon updates for v7.2 2026-06-16 08:10:21 +05:30
corsair-cpro.c hwmon: (corsair-cpro) Replace magic values with constants 2025-11-13 12:23:26 -08:00
corsair-psu.c hwmon: (corsair-psu) Close HID device on probe errors 2026-04-30 11:20:24 -07:00
cros_ec_hwmon.c hwmon updates for v7.2 2026-06-16 08:10:21 +05:30
da9052-hwmon.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
da9055-hwmon.c
dell-smm-hwmon.c platform-drivers-x86 for v7.2-1 2026-06-23 08:31:33 -07:00
dme1737.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
drivetemp.c scsi: core: Convert INQUIRY information 2026-05-22 21:49:05 -04:00
ds620.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ds1621.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
emc6w201.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
emc1403.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
emc1812.c hwmon: temperature: add support for EMC1812 2026-06-10 12:49:57 -07:00
emc2103.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
emc2305.c hwmon updates for v7.2 2026-06-16 08:10:21 +05:30
f71805f.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
f71882fg.c hwmon: (f71882fg) Add F81968 support 2026-01-31 07:38:32 -08:00
f75375s.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
fam15h_power.c treewide: Explicitly include the x86 CPUID headers 2026-05-06 14:29:59 +02:00
fschmd.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ftsteutates.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
g760a.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
g762.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
gigabyte_waterforce.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
gl518sm.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
gl520sm.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
gpd-fan.c hwmon: (gpd-fan) Reject EC PWM value 0 as invalid 2026-06-10 22:07:17 -07:00
gpio-fan.c thermal/of: Rename the devm_thermal_of_cooling_device_register() function 2026-06-03 09:12:53 +02:00
gsc-hwmon.c hwmon: (gsc-hwmon) fix fan pwm setpoint show functions 2025-07-20 16:37:09 -07:00
gxp-fan-ctrl.c hwmon: Explicitly include correct DT includes 2023-08-21 06:04:29 -07:00
hih6130.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
hp-wmi-sensors.c hwmon: (hp-wmi-sensors) Use the WMI bus API when accessing sensors 2025-02-24 13:19:12 +02:00
hs3001.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
htu31.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
hwmon-vid.c x86/msr: Add explicit includes of <asm/msr.h> 2025-05-02 10:23:47 +02:00
hwmon.c hwmon updates for v7.2 2026-06-16 08:10:21 +05:30
i5k_amb.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
i5500_temp.c hwmon: (i5500_temp) Drop unnecessary include files 2025-10-17 07:18:15 -07:00
ibmaem.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
ibmpex.c Convert more 'alloc_obj' cases to default GFP_KERNEL arguments 2026-02-21 20:03:00 -08:00
ibmpowernv.c hwmon: (ibmpowernv) Replace deprecated strncpy() with memcpy() 2023-09-29 14:48:31 -07:00
iio_hwmon.c Char/Misc and other driver changes for 6.11-rc1 2024-07-19 15:55:08 -07:00
ina2xx.c hwmon: (ina2xx) Use scoped_guard() to acquire the subsystem lock 2026-06-09 08:23:00 -07:00
ina209.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ina238.c hwmon: (ina238) Add update_interval_us attribute 2026-06-09 13:48:19 -07:00
ina3221.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
intel-m10-bmc-hwmon.c hwmon: Move MODULE_DEVICE_TABLE next to the table itself 2026-06-09 08:22:57 -07:00
isl28022.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
it87.c hwmon: (it87) Clamp negative values to zero in set_fan() 2026-06-09 08:23:09 -07:00
jc42.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
k8temp.c treewide: Explicitly include the x86 CPUID headers 2026-05-06 14:29:59 +02:00
k10temp.c treewide: Explicitly include the x86 CPUID headers 2026-05-06 14:29:59 +02:00
kbatt.c hwmon: Add KEBA battery monitoring controller support 2025-04-23 07:18:27 -07:00
Kconfig USB/Thunderbolt driver changes for 7.2-rc1 2026-06-22 12:09:47 -07:00
kfan.c hwmon: Add KEBA fan controller support 2025-05-12 18:05:54 -07:00
lan966x-hwmon.c hwmon: (lan966x) Use the devm_clk_get_enabled() helper function 2023-08-21 06:04:29 -07:00
lattepanda-sigma-ec.c hwmon: Add LattePanda Sigma EC driver 2026-03-30 19:45:05 -07:00
lenovo-ec-sensors.c hwmon: (lenovo-ec-sensors): Fix EC "MCHP" signature validation logic 2026-05-21 06:48:19 -07:00
lineage-pem.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm63.c hwmon: (lm63) expose PWM frequency and LUT hysteresis as writable 2026-06-09 08:23:09 -07:00
lm70.c hwmon: lm70: simplify with spi_get_device_match_data() 2024-06-08 16:07:32 -07:00
lm73.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm75.c hwmon: (lm75) Add explicit header include 2026-06-09 08:23:00 -07:00
lm75.h
lm77.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm78.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm80.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm83.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm85.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm87.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm90.c hwmon: (lm90) Use guard() and scoped_guard() to acquire subsystem lock 2026-06-09 08:23:00 -07:00
lm92.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm93.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm95234.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm95241.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lm95245.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
lochnagar-hwmon.c hwmon: (lochnagar-hwmon) Rely on subsystem locking 2025-10-17 07:18:10 -07:00
ltc2945.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc2947-core.c hwmon: (ltc2947-core) Rely on subsystem locking 2025-10-17 07:18:02 -07:00
ltc2947-i2c.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc2947-spi.c
ltc2947.h
ltc2990.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc2991.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc2992.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc4151.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc4215.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc4222.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc4245.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc4260.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc4261.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
ltc4282.c hwmon: (ltc4282) Add default rsense value 2026-03-30 19:45:05 -07:00
ltc4283.c hwmon: ltc4283: Add support for the LTC4283 Swap Controller 2026-06-09 08:28:55 -07:00
ltq-cputemp.c hwmon: Explicitly include correct DT includes 2023-08-21 06:04:29 -07:00
macsmc-hwmon.c hwmon: (macsmc) Fix overflows, underflows, and sign extension 2026-02-22 15:48:30 -08:00
Makefile USB/Thunderbolt driver changes for 7.2-rc1 2026-06-22 12:09:47 -07:00
max127.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max197.c hwmon: Use named initializers for platform_device_id arrays 2026-06-09 08:23:17 -07:00
max1111.c ARM: pxa: fix missing-prototypes warnings 2023-05-26 13:33:05 +02:00
max1619.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max1668.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max6620.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max6621.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max6639.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max6650.c hwmon updates for v7.2 2026-06-16 08:10:21 +05:30
max6697.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max16065.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max31722.c hwmon: (max31722) Replace sprintf() with sysfs_emit() 2026-03-30 19:45:05 -07:00
max31730.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max31760.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max31790.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max31827.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
max77705-hwmon.c hwmon: (max77705) Add initial support 2025-04-23 07:21:15 -07:00
mc33xs2410_hwmon.c hwmon: add support for MC33XS2410 hardware monitoring 2025-07-24 09:20:39 +02:00
mc34vr500.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
mc13783-adc.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
mcp3021.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
mcp9982.c hwmon: (mcp9982) Add external diode fault read 2026-06-09 08:22:41 -07:00
menf21bmc_hwmon.c
mlxreg-fan.c hwmon: Use non-OF thermal cooling device registration API 2026-06-03 09:12:45 +02:00
mr75203.c hwmon: (mr75203) Drop unnecessary include file 2025-10-17 05:59:12 -07:00
nct6683.c hwmon: (nct6683) Add support for ASRock Z890 Pro-A 2026-06-09 08:23:09 -07:00
nct6694-hwmon.c hwmon: Add Nuvoton NCT6694 HWMON support 2025-09-16 14:41:57 +01:00
nct6775-core.c hwmon: (nct6775) use sysfs_emit instead of sprintf 2026-02-07 09:33:00 -08:00
nct6775-i2c.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
nct6775-platform.c hwmon: (nct6775) Add ASUS X870/W480 to WMI monitoring list 2026-03-30 19:45:06 -07:00
nct6775.h hwmon: (nct6775) Let enum kinds start with index 0 2024-06-11 07:25:13 -07:00
nct7363.c hwmon: (nct7363) Fix a resource leak in nct7363_present_pwm_fanin 2026-01-31 07:38:32 -08:00
nct7802.c hwmon: (nct7802) Add time step attributes for tweaking responsiveness 2026-06-09 08:23:00 -07:00
nct7904.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
npcm750-pwm-fan.c thermal/of: Rename the devm_thermal_of_cooling_device_register() function 2026-06-03 09:12:53 +02:00
nsa320-hwmon.c hwmon: Move MODULE_DEVICE_TABLE next to the table itself 2026-06-09 08:22:57 -07:00
ntc_thermistor.c hwmon: Use named initializers for platform_device_id arrays 2026-06-09 08:23:17 -07:00
nzxt-kraken2.c hwmon: (nzxt-kraken2) Simplify specifying static visibility attribute 2024-11-10 14:48:06 -08:00
nzxt-kraken3.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
nzxt-smart2.c hwmon: (nzxt-smart2) Use devm_mutex_init() 2025-09-07 16:35:18 -07:00
pc87360.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
pc87427.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
pcf8591.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
powerz.c hwmon: (powerz) Avoid cacheline sharing for DMA buffer 2026-04-10 08:33:08 -07:00
powr1220.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
prom21-xhci.c hwmon: add AMD Promontory 21 xHCI temperature sensor support 2026-05-21 16:48:41 +02:00
pt5161l.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
pwm-fan.c thermal/of: Rename the devm_thermal_of_cooling_device_register() function 2026-06-03 09:12:53 +02:00
qnap-mcu-hwmon.c thermal/of: Rename the devm_thermal_of_cooling_device_register() function 2026-06-03 09:12:53 +02:00
raspberrypi-hwmon.c hwmon: (raspberrypi) Fix delayed-work teardown race 2026-06-09 08:23:05 -07:00
sbtsi_temp.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
sch56xx-common.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
sch56xx-common.h hwmon: (sch5627) Remove unused declaration sch56xx_watchdog_unregister() 2024-08-27 08:10:23 -07:00
sch5627.c hwmon: (sch5627) convert to use maple tree register cache 2024-02-25 12:37:36 -08:00
sch5636.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
scmi-hwmon.c hwmon: (scmi) Enable sensors to assure they can be read 2025-10-15 11:04:40 -07:00
scpi-hwmon.c hwmon: Explicitly include correct DT includes 2023-08-21 06:04:29 -07:00
sfctemp.c hwmon: (sfctemp) Rely on subsystem locking 2025-10-17 07:18:10 -07:00
sg2042-mcu.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
sht3x.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
sht4x.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
sht15.c hwmon: Use named initializers for platform_device_id arrays 2026-06-09 08:23:17 -07:00
sht21.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
shtc1.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
sis5595.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
sl28cpld-hwmon.c hwmon: (sl28cpld) Simplify specifying static visibility attribute 2024-11-10 14:48:06 -08:00
smpro-hwmon.c hwmon: smpro: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
smsc47b397.c
smsc47m1.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
smsc47m192.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
sparx5-temp.c hwmon: sparx5-temp: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
spd5118.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
stts751.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
surface_fan.c hwmon: (surface_fan) Simplify specifying static visibility attribute 2024-11-10 14:48:06 -08:00
surface_temp.c hwmon: Add thermal sensor driver for Surface Aggregator Module 2024-08-27 08:10:23 -07:00
sy7636a-hwmon.c hwmon: sy7636a: Fix regulator_enable resource leak on error path 2025-11-26 09:03:15 -08:00
tc74.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
tc654.c hwmon updates for v7.2 2026-06-16 08:10:21 +05:30
thmc50.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
tmp102.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
tmp103.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
tmp108.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
tmp401.c hwmon: tmp401: Read "ti,n-factor" as signed 2026-06-13 05:53:18 -07:00
tmp421.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
tmp464.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
tmp513.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
tps23861.c hwmon: (tps23861) Use per-client debugfs entry 2025-02-02 17:34:06 -08:00
tsc1641.c hwmon: Drop unused i2c driver_data 2026-06-09 08:22:59 -07:00
ultra45_env.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
vexpress-hwmon.c hwmon: (vexpress) Use of_property_present() 2024-08-27 08:10:11 -07:00
via-cputemp.c x86/msr: Switch rdmsr_safe_on_cpu() users to rdmsrq_safe_on_cpu() 2026-06-08 10:01:49 +02:00
via686a.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
vt1211.c hwmon: (vt1211) Convert macros to functions to avoid TOCTOU 2025-11-21 07:50:18 -08:00
vt8231.c hwmon: (vt8231) Convert macros to functions to avoid TOCTOU 2025-11-24 11:47:45 -08:00
w83l785ts.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
w83l786ng.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
w83627ehf.c hwmon: (w83627ehf) make the read-only arrays 'bit' static const 2025-07-20 16:38:34 -07:00
w83627hf.c hwmon: Switch back to struct platform_driver::remove() 2024-11-10 14:48:07 -08:00
w83773g.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
w83781d.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
w83791d.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
w83792d.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
w83793.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
w83795.c hwmon: Use named initializers for arrays of i2c_device_data 2026-06-09 08:22:59 -07:00
wm831x-hwmon.c
wm8350-hwmon.c
xgene-hwmon.c hwmon: (xgene-hwmon) Simplify PCC shared memory region handling 2025-04-23 07:18:27 -07:00
yogafan.c hwmon: (yogafan) Add support for Lenovo Yoga/Legion fan monitoring 2026-04-03 11:09:09 -07:00