linux-stable/drivers/hwmon
Linus Torvalds 5e0ca0bfc3 Thermal control updates for 6.4-rc1
- Add a thermal zone 'devdata' accessor and modify several drivers to
    use it (Daniel Lezcano).
 
  - Prevent drivers from using the 'device' internal thermal zone
    structure field directly (Daniel Lezcano).
 
  - Clean up the hwmon thermal driver (Daniel Lezcano).
 
  - Add thermal zone id accessor and thermal zone type accessor
    and prevent drivers from using thermal zone fields directly (Daniel
    Lezcano).
 
  - Clean up the acerhdf and tegra thermal drivers (Daniel Lezcano).
 
  - Add lower bound check for sysfs input to the x86_pkg_temp_thermal
    Intel thermal driver (Zhang Rui).
 
  - Add more thermal zone device encapsulation: prevent setting structure
    field directly, access the sensor device instead the thermal zone's
    device for trace, relocate the traces in drivers/thermal (Daniel
    Lezcano).
 
  - Use the generic trip point for the i.MX and remove the get_trip_temp
    ops (Daniel Lezcano).
 
  - Use the devm_platform_ioremap_resource() in the Hisilicon driver
    (Yang Li).
 
  - Remove R-Car H3 ES1.* handling as public has only access to the ES2
    version and the upstream support for the ES1 has been shutdown (Wolfram
    Sang).
 
  - Add a delay after initializing the bank in order to let the time to
    the hardware to initialze itself before reading the temperature
    (Amjad Ouled-Ameur).
 
  - Add MT8365 support (Amjad Ouled-Ameur).
 
  - Preparational cleanup and DT bindings for RK3588 support (Sebastian
    Reichel).
 
  - Add driver support for RK3588 (Finley Xiao).
 
  - Use devm_reset_control_array_get_exclusive() for the Rockchip driver
    (Ye Xingchen).
 
  - Detect power gated thermal zones and return -EAGAIN when reading the
    temperature (Mikko Perttunen).
 
  - Remove thermal_bind_params structure as it is unused (Zhang Rui)
 
  - Drop unneeded quotes in DT bindings allowing to run yamllint (Rob
    Herring).
 
  - Update the power allocator documentation according to the thermal
    trace relocation (Lukas Bulwahn).
 
  - Fix sensor 1 interrupt status bitmask for the Mediatek LVTS sensor
    (Chen-Yu Tsai).
 
  - Use the dev_err_probe() helper in the Amlogic driver (Ye Xingchen).
 
  - Add AP domain support to LVTS thermal controllers for mt8195
    (Balsam CHIHI).
 
  - Remove buggy call to thermal_of_zone_unregister() (Daniel Lezcano).
 
  - Make thermal_of_zone_[un]register() private to the thermal OF code
    (Daniel Lezcano).
 
  - Create a private copy of the thermal zone device parameters
    structure when registering a thermal zone (Daniel Lezcano).
 
  - Fix a kernel NULL pointer dereference in thermal_hwmon (Zhang Rui).
 
  - Revert recent message adjustment in thermal_hwmon (Rafael Wysocki).
 
  - Use of_property_present() for testing DT property presence in
    thermal control code (Rob Herring).
 
  - Clean up thermal_list_lock locking in the thermal core (Rafael
    Wysocki).
 
  - Add DLVR support for RFIM control in the int340x Intel thermal
    driver (Srinivas Pandruvada).
 -----BEGIN PGP SIGNATURE-----
 
 iQJGBAABCAAwFiEE4fcc61cGeeHD/fCwgsRv/nhiVHEFAmRGvsYSHHJqd0Byand5
 c29ja2kubmV0AAoJEILEb/54YlRxekAQAJ/hhUZyY2hcFveNfrutkO8OGY+/rtz8
 ozMxyfwAdHoD6/zg9zZQTHSQy3W9rx2FC3tYtwHlJopDYFQuNPsfrhYE97EfO9uT
 Baou3OhoXV+ZJ0EZqIuTNuLaDPD/Hg8KSNmZvb6p/30bLR3Y/gKZutX9+S0x8qpG
 y7JcA8qPDYTvNfxkDjYv3M7HlfpwIwpi/xPFuw9nI2Fdw0SYRWpHAQlNj6oaF0xT
 EaNIg5zh4rR81T34/DpaOm1mfrg3Lg9xOJMU0laS5sKkn5Ea8s0E5s3vb5Quup61
 eXL3DhxmsIv51+1URZMZIQo2FmogvLmgnIPQyaeSvtlic0t39YS70tL2i8JY6kfL
 Tkhm8bS8jKQ6Y8GUvUbE/qadWFgkV4/lFTREVkKuq0XUU/YEpl5iQJAc0iEa0soy
 SISucs/ugoFjqdlN1pNDv7mLIzqyYIF6tZekLZTVa1U++MHKRakY9folD3brc6xO
 ewp1yO6e/fYZJx0K8LNlBRzXqNuV1Tl+kBDvUNHDNAEN8jONiZ2v+pDQ+VqYYxIc
 1A2KVw0l3m0MQ97w3E8LqYJTH6f8bxSLxjXnHLSN0eAXJkn10olfz/RYNsqi+dUb
 YBnFU8t3plGMVGrDcoDtO6hkujUw3oF7pibWeXXFEvIyRUcOA2e94kd57i9a1zLS
 5yyH9UchFcQq
 =XNJE
 -----END PGP SIGNATURE-----

Merge tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull thermal control updates from Rafael Wysocki:
 "These mostly continue to prepare the thermal control subsystem for
  using unified representation of trip points, which includes cleanups,
  code refactoring and similar and update several drivers (for other
  reasons), which includes new hardware support.

  Specifics:

   - Add a thermal zone 'devdata' accessor and modify several drivers to
     use it (Daniel Lezcano)

   - Prevent drivers from using the 'device' internal thermal zone
     structure field directly (Daniel Lezcano)

   - Clean up the hwmon thermal driver (Daniel Lezcano)

   - Add thermal zone id accessor and thermal zone type accessor and
     prevent drivers from using thermal zone fields directly (Daniel
     Lezcano)

   - Clean up the acerhdf and tegra thermal drivers (Daniel Lezcano)

   - Add lower bound check for sysfs input to the x86_pkg_temp_thermal
     Intel thermal driver (Zhang Rui)

   - Add more thermal zone device encapsulation: prevent setting
     structure field directly, access the sensor device instead the
     thermal zone's device for trace, relocate the traces in
     drivers/thermal (Daniel Lezcano)

   - Use the generic trip point for the i.MX and remove the
     get_trip_temp ops (Daniel Lezcano)

   - Use the devm_platform_ioremap_resource() in the Hisilicon driver
     (Yang Li)

   - Remove R-Car H3 ES1.* handling as public has only access to the ES2
     version and the upstream support for the ES1 has been shutdown
     (Wolfram Sang)

   - Add a delay after initializing the bank in order to let the time to
     the hardware to initialze itself before reading the temperature
     (Amjad Ouled-Ameur)

   - Add MT8365 support (Amjad Ouled-Ameur)

   - Preparational cleanup and DT bindings for RK3588 support (Sebastian
     Reichel)

   - Add driver support for RK3588 (Finley Xiao)

   - Use devm_reset_control_array_get_exclusive() for the Rockchip
     driver (Ye Xingchen)

   - Detect power gated thermal zones and return -EAGAIN when reading
     the temperature (Mikko Perttunen)

   - Remove thermal_bind_params structure as it is unused (Zhang Rui)

   - Drop unneeded quotes in DT bindings allowing to run yamllint (Rob
     Herring)

   - Update the power allocator documentation according to the thermal
     trace relocation (Lukas Bulwahn)

   - Fix sensor 1 interrupt status bitmask for the Mediatek LVTS sensor
     (Chen-Yu Tsai)

   - Use the dev_err_probe() helper in the Amlogic driver (Ye Xingchen)

   - Add AP domain support to LVTS thermal controllers for mt8195
     (Balsam CHIHI)

   - Remove buggy call to thermal_of_zone_unregister() (Daniel Lezcano)

   - Make thermal_of_zone_[un]register() private to the thermal OF code
     (Daniel Lezcano)

   - Create a private copy of the thermal zone device parameters
     structure when registering a thermal zone (Daniel Lezcano)

   - Fix a kernel NULL pointer dereference in thermal_hwmon (Zhang Rui)

   - Revert recent message adjustment in thermal_hwmon (Rafael Wysocki)

   - Use of_property_present() for testing DT property presence in
     thermal control code (Rob Herring)

   - Clean up thermal_list_lock locking in the thermal core (Rafael
     Wysocki)

   - Add DLVR support for RFIM control in the int340x Intel thermal
     driver (Srinivas Pandruvada)"

* tag 'thermal-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (55 commits)
  thermal: intel: int340x: Add DLVR support for RFIM control
  thermal/core: Alloc-copy-free the thermal zone parameters structure
  thermal/of: Unexport unused OF functions
  thermal/drivers/bcm2835: Remove buggy call to thermal_of_zone_unregister
  thermal/drivers/mediatek/lvts_thermal: Add AP domain for mt8195
  dt-bindings: thermal: mediatek: Add AP domain to LVTS thermal controllers for mt8195
  thermal: amlogic: Use dev_err_probe()
  thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt status bitmask
  MAINTAINERS: adjust entry in THERMAL/POWER_ALLOCATOR after header movement
  dt-bindings: thermal: Drop unneeded quotes
  thermal/core: Remove thermal_bind_params structure
  thermal/drivers/tegra-bpmp: Handle offline zones
  thermal/drivers/rockchip: use devm_reset_control_array_get_exclusive()
  dt-bindings: rockchip-thermal: Support the RK3588 SoC compatible
  thermal/drivers/rockchip: Support RK3588 SoC in the thermal driver
  thermal/drivers/rockchip: Support dynamic sized sensor array
  thermal/drivers/rockchip: Simplify channel id logic
  thermal/drivers/rockchip: Use dev_err_probe
  thermal/drivers/rockchip: Simplify clock logic
  thermal/drivers/rockchip: Simplify getting match data
  ...
2023-04-25 18:32:43 -07:00
..
occ hwmon: (occ) OCC sensors aren't arch-specific 2022-12-04 16:45:02 -08:00
peci hwmon: peci: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
pmbus Thermal control updates for 6.4-rc1 2023-04-25 18:32:43 -07:00
Kconfig hwmon: (sfctemp) Add StarFive JH71x0 temperature sensor 2023-04-19 07:08:39 -07:00
Makefile hwmon: (sfctemp) Add StarFive JH71x0 temperature sensor 2023-04-19 07:08:39 -07:00
abituguru.c hwmon: (abitguru) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() 2022-09-25 14:22:11 -07:00
abituguru3.c hwmon: (abitguru3) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() 2022-09-25 14:22:11 -07:00
acpi_power_meter.c ACPI: make remove callback of ACPI driver void 2022-11-23 19:11:22 +01:00
ad7314.c
ad7414.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
ad7418.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
adc128d818.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
adcxx.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00
adm1021.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
adm1025.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
adm1026.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
adm1029.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
adm1031.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
adm1177.c hwmon: adm1177: constify pointers to hwmon_channel_info 2023-04-19 07:08:34 -07:00
adm9240.c hwmon: adm9240: constify pointers to hwmon_channel_info 2023-04-19 07:08:34 -07:00
ads7828.c
ads7871.c
adt7x10.c hwmon: adt7x10: constify pointers to hwmon_channel_info 2023-04-19 07:08:34 -07:00
adt7x10.h hwmon: (adt7x10) Switch to EXPORT_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() 2022-09-25 14:22:12 -07:00
adt7310.c hwmon: (adt7x10) Switch to EXPORT_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() 2022-09-25 14:22:12 -07:00
adt7410.c hwmon: (adt7x10) Switch to EXPORT_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() 2022-09-25 14:22:12 -07:00
adt7411.c hwmon: adt7411: constify pointers to hwmon_channel_info 2023-04-19 07:08:34 -07:00
adt7462.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
adt7470.c hwmon: adt7470: constify pointers to hwmon_channel_info 2023-04-19 07:08:34 -07:00
adt7475.c hwmon: (adt7475) Use device_property APIs when configuring polarity 2023-04-21 07:27:23 -07:00
aht10.c hwmon: aht10: constify pointers to hwmon_channel_info 2023-04-19 07:08:34 -07:00
amc6821.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
applesmc.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
aquacomputer_d5next.c hwmon: (aquacomputer_d5next) Add support for Aquacomputer Aquastream XT 2023-04-21 07:27:23 -07:00
as370-hwmon.c hwmon: as370: constify pointers to hwmon_channel_info 2023-04-19 07:08:34 -07:00
asb100.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
asc7621.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
aspeed-pwm-tacho.c hwmon: (aspeed-pwm-tacho) increase fan tach period (again) 2022-07-21 07:15:55 -07:00
asus-ec-sensors.c hwmon: (asus-ec-sensors) add ROG STRIX Z390-F GAMING 2023-04-19 07:08:39 -07:00
asus_atk0110.c ACPI: make remove callback of ACPI driver void 2022-11-23 19:11:22 +01:00
asus_wmi_sensors.c hwmon: (asus_wmi_sensors) Save a few bytes of memory 2022-07-13 08:39:42 -07:00
atxp1.c hwmon: Include <linux/kstrtox.h> when appropriate 2022-12-04 16:45:02 -08:00
axi-fan-control.c hwmon: axi-fan: constify pointers to hwmon_channel_info 2023-04-19 07:08:34 -07:00
bt1-pvt.c hwmon: bt1-pvt: constify pointers to hwmon_channel_info 2023-04-19 07:08:34 -07:00
bt1-pvt.h
coretemp.c hwmon: (coretemp) Delete an obsolete comment 2023-04-19 07:08:39 -07:00
corsair-cpro.c hwmon: corsair: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
corsair-psu.c hwmon: corsair: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
da9052-hwmon.c
da9055-hwmon.c
dell-smm-hwmon.c hwmon: dell-smm: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
dme1737.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
drivetemp.c hwmon: drivetemp: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
ds620.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
ds1621.c hwmon: use sysfs_emit() to instead of scnprintf() 2022-12-04 16:49:43 -08:00
emc6w201.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
emc1403.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
emc2103.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
emc2305.c hwmon: emc2305: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
f71805f.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
f71882fg.c hwmon: (f71882fg) Reorder symbols to get rid of a few forward declarations 2022-09-25 14:22:11 -07:00
f75375s.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
fam15h_power.c hwmon: Replace deprecated CPU-hotplug functions. 2021-08-17 14:54:26 -07:00
fschmd.c hwmon: (fschmd) Make const arrays static const 2022-12-04 16:45:01 -08:00
ftsteutates.c hwmon: ftsteutates: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
g760a.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
g762.c hwmon: (g762) add a check of devm_add_action in g762_of_clock_enable 2023-04-19 07:08:31 -07:00
gl518sm.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
gl520sm.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
gpio-fan.c hwmon: (gpio-fan) drop of_match_ptr for ID table 2023-04-19 07:08:31 -07:00
gsc-hwmon.c hwmon: (gsc-hwmon) Switch to flexible array to simplify code 2022-12-04 16:45:03 -08:00
gxp-fan-ctrl.c hwmon: gxp-fan: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
hih6130.c hwmon: (hih6130) fix kernel-doc warnings 2023-02-03 07:30:10 -08:00
hwmon-vid.c
hwmon.c Thermal control updates for 6.4-rc1 2023-04-25 18:32:43 -07:00
i5k_amb.c
i5500_temp.c hwmon: i5500_temp: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
ibmaem.c hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() fails 2022-07-01 11:53:29 -07:00
ibmpex.c hwmon: ibmpex: remove unnecessary (void*) conversions 2023-02-03 07:30:10 -08:00
ibmpowernv.c hwmon: (ibmpowernv, pwm-fan) Use of_property_present() for testing DT property presence 2023-04-19 07:08:31 -07:00
iio_hwmon.c hwmon: (iio_hwmon) use dev_err_probe 2023-02-03 07:30:11 -08:00
ina2xx.c hwmon: ina2xx: add optional regulator support 2023-04-19 07:08:40 -07:00
ina209.c i2c: Make remove callback return void 2022-08-16 12:46:26 +02:00
ina238.c hwmon: ina238: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
ina3221.c hwmon: ina3221: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
intel-m10-bmc-hwmon.c hwmon: intel-m10-bmc: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
it87.c hwmon: (it87) Disable/enable SMBus access for IT8622E chipset 2023-04-21 07:27:23 -07:00
jc42.c hwmon: jc42: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
k8temp.c hwmon: k8temp: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
k10temp.c hwmon: k10temp: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
lan966x-hwmon.c hwmon: lan966x: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
lineage-pem.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
lm63.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
lm70.c hwmon: (lm70) Add ti,tmp125 support 2022-02-27 17:03:19 -08:00
lm73.c hwmon: use sysfs_emit() to instead of scnprintf() 2022-12-04 16:49:43 -08:00
lm75.c hwmon: lm75: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
lm75.h hwmon: (lm75) Replace kernel.h with the necessary inclusions 2022-07-13 08:38:19 -07:00
lm77.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
lm78.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
lm80.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
lm83.c hwmon: lm83: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
lm85.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
lm87.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
lm90.c hwmon: Include <linux/kstrtox.h> when appropriate 2022-12-04 16:45:02 -08:00
lm92.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
lm93.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
lm95234.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
lm95241.c hwmon: lm95241: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
lm95245.c hwmon: lm95245: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
lochnagar-hwmon.c hwmon: lochnagar: Remove the unneeded include <linux/i2c.h> 2023-04-23 08:22:28 -07:00
ltc2945.c hwmon: (ltc2945) Allow setting shunt resistor 2023-02-03 07:30:10 -08:00
ltc2947-core.c hwmon: ltc2947: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
ltc2947-i2c.c hwmon: (ltc2947) Switch to EXPORT_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() 2022-09-25 14:22:12 -07:00
ltc2947-spi.c hwmon: (ltc2947) Switch to EXPORT_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() 2022-09-25 14:22:12 -07:00
ltc2947.h
ltc2990.c
ltc2992.c hwmon: ltc2992: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
ltc4151.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
ltc4215.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
ltc4222.c
ltc4245.c hwmon: ltc4245: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
ltc4260.c
ltc4261.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
ltq-cputemp.c hwmon: ltq-cputemp: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
max127.c hwmon: max127: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
max197.c
max1111.c spi: make remove callback a void function 2022-02-09 13:00:45 +00:00
max1619.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
max1668.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
max6620.c hwmon: max6620: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
max6621.c hwmon: max6621: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
max6639.c hwmon: (max6639) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() 2022-09-25 14:22:12 -07:00
max6642.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
max6650.c hwmon: max6650: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
max6697.c
max16065.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
max31722.c hwmon: (max31722) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() 2022-09-25 14:22:12 -07:00
max31730.c hwmon: max31730: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
max31760.c hwmon: max31760: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
max31790.c hwmon: max31790: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
mc34vr500.c hwmon: mc34vr500: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
mc13783-adc.c
mcp3021.c hwmon: mcp3021: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
menf21bmc_hwmon.c
mlxreg-fan.c hwmon: mlxreg: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
mr75203.c hwmon: Include <linux/kstrtox.h> when appropriate 2022-12-04 16:45:02 -08:00
nct6683.c hwmon: (nct6683) remove unused variable in nct6683_create_attr_group 2022-10-02 08:01:18 -07:00
nct6775-core.c hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div() 2023-01-03 13:26:45 -08:00
nct6775-i2c.c hwmon: (nct6775) Add i2c driver 2022-05-22 11:32:31 -07:00
nct6775-platform.c hwmon: (nct6775) update ASUS WMI monitoring list A620/B760/W790 2023-04-19 07:08:40 -07:00
nct6775.h hwmon: (nct6775) Fix platform driver suspend regression 2022-08-10 06:37:01 -07:00
nct7802.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
nct7904.c hwmon: nct7904: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
npcm750-pwm-fan.c hwmon: npcm750-pwm: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
nsa320-hwmon.c
ntc_thermistor.c hwmon: ntc_thermistor: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
nzxt-kraken2.c hwmon: nzxt: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
nzxt-smart2.c hwmon: nzxt: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
oxp-sensors.c hwmon: oxp-sensors: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
pc87360.c hwmon: (pc87360) Reorder symbols to get rid of a few forward declarations 2022-09-25 14:22:11 -07:00
pc87427.c
pcf8591.c hwmon: Include <linux/kstrtox.h> when appropriate 2022-12-04 16:45:02 -08:00
powr1220.c hwmon: powr1220: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
pwm-fan.c hwmon: (pwm-fan) set usage_power on PWM state 2023-04-19 07:08:33 -07:00
raspberrypi-hwmon.c hwmon: raspberrypi: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
sbrmi.c hwmon: sbrmi: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
sbtsi_temp.c hwmon: sbtsi_temp: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
sch56xx-common.c hwmon: (sch56xx-common) Add DMI override table 2022-07-13 08:38:19 -07:00
sch56xx-common.h hwmon: (sch56xx) Use devres functions for watchdog 2021-06-17 04:21:44 -07:00
sch5627.c hwmon: sch5627: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
sch5636.c hwmon: (sch56xx) Autoload modules on platform device creation 2022-02-27 17:03:17 -08:00
scmi-hwmon.c thermal: Add a thermal zone id accessor 2023-03-03 20:45:02 +01:00
scpi-hwmon.c thermal/core: Use the thermal zone 'devdata' accessor in hwmon located drivers 2023-03-03 20:45:02 +01:00
sfctemp.c hwmon: (sfctemp) Simplify error message 2023-04-19 07:08:40 -07:00
sht3x.c hwmon: use sysfs_emit() to instead of scnprintf() 2022-12-04 16:49:43 -08:00
sht4x.c hwmon: sht4x: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
sht15.c hwmon: (sht15,sht21) fix kernel-doc warnings 2023-02-03 07:30:10 -08:00
sht21.c hwmon: (sht15,sht21) fix kernel-doc warnings 2023-02-03 07:30:10 -08:00
shtc1.c
sis5595.c hwmon: (sis5595) Reorder symbols to get rid of a few forward declarations 2022-09-25 14:22:11 -07:00
sl28cpld-hwmon.c hwmon: sl28cpld: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
smm665.c i2c: Make remove callback return void 2022-08-16 12:46:26 +02:00
smpro-hwmon.c hwmon: smpro: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
smsc47b397.c hwmon: cleanup non-bool "valid" data fields 2021-10-12 07:22:41 -07:00
smsc47m1.c
smsc47m192.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
sparx5-temp.c hwmon: sparx5-temp: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
stts751.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
sy7636a-hwmon.c hwmon: sy7636a: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
tc74.c
tc654.c hwmon: (tc654) Add thermal_cooling device support 2022-02-27 17:03:18 -08:00
thmc50.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
tmp102.c hwmon: tmp102: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
tmp103.c hwmon: tmp103: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
tmp108.c hwmon: tmp108: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
tmp401.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
tmp421.c hwmon: move from strlcpy with unused retval to strscpy 2022-09-19 06:17:05 -07:00
tmp464.c hwmon: tmp464: constify pointers to hwmon_channel_info 2023-04-19 07:08:39 -07:00
tmp513.c hwmon: tmp513: constify pointers to hwmon_channel_info 2023-04-19 07:08:39 -07:00
tps23861.c hwmon: tps23861: constify pointers to hwmon_channel_info 2023-04-19 07:08:39 -07:00
ultra45_env.c
vexpress-hwmon.c hwmon: (vexpress-hwmon) Use of_device_get_match_data() 2022-03-08 09:15:22 -08:00
via-cputemp.c
via686a.c hwmon: (via686a) Reorder symbols to get rid of a few forward declarations 2022-09-25 14:22:11 -07:00
vt1211.c hwmon: remove unused superio_outb function 2023-04-19 07:08:33 -07:00
vt8231.c hwmon: Remove some useless #include <linux/hwmon-vid.h> 2022-12-04 16:45:02 -08:00
w83l785ts.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
w83l786ng.c hwmon: Remove some useless #include <linux/hwmon-vid.h> 2022-12-04 16:45:02 -08:00
w83627ehf.c hwmon: w83627ehf: constify pointers to hwmon_channel_info 2023-04-19 07:08:39 -07:00
w83627hf.c hwmon: w83627hf: Reorder symbols to get rid of a few forward declarations 2022-09-26 15:21:33 -07:00
w83773g.c hwmon: w83773g: constify pointers to hwmon_channel_info 2023-04-19 07:08:39 -07:00
w83781d.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
w83791d.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
w83792d.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
w83793.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
w83795.c hwmon updates for v6.1 2022-10-04 19:02:54 -07:00
wm831x-hwmon.c
wm8350-hwmon.c
xgene-hwmon.c hwmon: (xgene) Fix ioremap and memremap leak 2023-03-21 07:50:24 -07:00