OpenCloudOS-Kernel/drivers/hwmon
Linus Torvalds 556eb8b791 Driver core changes for 6.4-rc1
Here is the large set of driver core changes for 6.4-rc1.
 
 Once again, a busy development cycle, with lots of changes happening in
 the driver core in the quest to be able to move "struct bus" and "struct
 class" into read-only memory, a task now complete with these changes.
 
 This will make the future rust interactions with the driver core more
 "provably correct" as well as providing more obvious lifetime rules for
 all busses and classes in the kernel.
 
 The changes required for this did touch many individual classes and
 busses as many callbacks were changed to take const * parameters
 instead.  All of these changes have been submitted to the various
 subsystem maintainers, giving them plenty of time to review, and most of
 them actually did so.
 
 Other than those changes, included in here are a small set of other
 things:
   - kobject logging improvements
   - cacheinfo improvements and updates
   - obligatory fw_devlink updates and fixes
   - documentation updates
   - device property cleanups and const * changes
   - firwmare loader dependency fixes.
 
 All of these have been in linux-next for a while with no reported
 problems.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCZEp7Sw8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ykitQCfamUHpxGcKOAGuLXMotXNakTEsxgAoIquENm5
 LEGadNS38k5fs+73UaxV
 =7K4B
 -----END PGP SIGNATURE-----

Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core

Pull driver core updates from Greg KH:
 "Here is the large set of driver core changes for 6.4-rc1.

  Once again, a busy development cycle, with lots of changes happening
  in the driver core in the quest to be able to move "struct bus" and
  "struct class" into read-only memory, a task now complete with these
  changes.

  This will make the future rust interactions with the driver core more
  "provably correct" as well as providing more obvious lifetime rules
  for all busses and classes in the kernel.

  The changes required for this did touch many individual classes and
  busses as many callbacks were changed to take const * parameters
  instead. All of these changes have been submitted to the various
  subsystem maintainers, giving them plenty of time to review, and most
  of them actually did so.

  Other than those changes, included in here are a small set of other
  things:

   - kobject logging improvements

   - cacheinfo improvements and updates

   - obligatory fw_devlink updates and fixes

   - documentation updates

   - device property cleanups and const * changes

   - firwmare loader dependency fixes.

  All of these have been in linux-next for a while with no reported
  problems"

* tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (120 commits)
  device property: make device_property functions take const device *
  driver core: update comments in device_rename()
  driver core: Don't require dynamic_debug for initcall_debug probe timing
  firmware_loader: rework crypto dependencies
  firmware_loader: Strip off \n from customized path
  zram: fix up permission for the hot_add sysfs file
  cacheinfo: Add use_arch[|_cache]_info field/function
  arch_topology: Remove early cacheinfo error message if -ENOENT
  cacheinfo: Check cache properties are present in DT
  cacheinfo: Check sib_leaf in cache_leaves_are_shared()
  cacheinfo: Allow early level detection when DT/ACPI info is missing/broken
  cacheinfo: Add arm64 early level initializer implementation
  cacheinfo: Add arch specific early level initializer
  tty: make tty_class a static const structure
  driver core: class: remove struct class_interface * from callbacks
  driver core: class: mark the struct class in struct class_interface constant
  driver core: class: make class_register() take a const *
  driver core: class: mark class_release() as taking a const *
  driver core: remove incorrect comment for device_create*
  MIPS: vpe-cmp: remove module owner pointer from struct class usage.
  ...
2023-04-27 11:53:57 -07:00
..
occ
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
abituguru3.c
acpi_power_meter.c
ad7314.c
ad7414.c
ad7418.c
adc128d818.c
adcxx.c
adm1021.c
adm1025.c
adm1026.c
adm1029.c
adm1031.c
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
adt7310.c
adt7410.c
adt7411.c hwmon: adt7411: constify pointers to hwmon_channel_info 2023-04-19 07:08:34 -07:00
adt7462.c
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
applesmc.c
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
asc7621.c
aspeed-pwm-tacho.c
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
asus_wmi_sensors.c
atxp1.c
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
drivetemp.c Driver core changes for 6.4-rc1 2023-04-27 11:53:57 -07:00
ds620.c
ds1621.c
emc6w201.c
emc1403.c
emc2103.c
emc2305.c hwmon: emc2305: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
f71805f.c
f71882fg.c
f75375s.c
fam15h_power.c
fschmd.c
ftsteutates.c hwmon: ftsteutates: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
g760a.c
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
gl520sm.c
gpio-fan.c hwmon: (gpio-fan) drop of_match_ptr for ID table 2023-04-19 07:08:31 -07:00
gsc-hwmon.c
gxp-fan-ctrl.c hwmon: gxp-fan: constify pointers to hwmon_channel_info 2023-04-19 07:08:35 -07:00
hih6130.c
hwmon-vid.c
hwmon.c Driver core changes for 6.4-rc1 2023-04-27 11:53:57 -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
ibmpex.c
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
ina2xx.c hwmon: ina2xx: add optional regulator support 2023-04-19 07:08:40 -07:00
ina209.c
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
lm63.c
lm70.c
lm73.c
lm75.c hwmon: lm75: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
lm75.h
lm77.c
lm78.c
lm80.c
lm83.c hwmon: lm83: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
lm85.c
lm87.c
lm90.c
lm92.c
lm93.c
lm95234.c
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
ltc2947-core.c hwmon: ltc2947: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
ltc2947-i2c.c
ltc2947-spi.c
ltc2947.h
ltc2990.c
ltc2992.c hwmon: ltc2992: constify pointers to hwmon_channel_info 2023-04-19 07:08:36 -07:00
ltc4151.c
ltc4215.c
ltc4222.c
ltc4245.c hwmon: ltc4245: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
ltc4260.c
ltc4261.c
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
max1619.c
max1668.c
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
max6642.c
max6650.c hwmon: max6650: constify pointers to hwmon_channel_info 2023-04-19 07:08:37 -07:00
max6697.c
max16065.c
max31722.c
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
nct6683.c
nct6775-core.c
nct6775-i2c.c
nct6775-platform.c hwmon: (nct6775) update ASUS WMI monitoring list A620/B760/W790 2023-04-19 07:08:40 -07:00
nct6775.h
nct7802.c
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
pc87427.c
pcf8591.c
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
sch56xx-common.h
sch5627.c hwmon: sch5627: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
sch5636.c
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
sht4x.c hwmon: sht4x: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
sht15.c
sht21.c
shtc1.c
sis5595.c
sl28cpld-hwmon.c hwmon: sl28cpld: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
smm665.c
smpro-hwmon.c hwmon: smpro: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
smsc47b397.c
smsc47m1.c
smsc47m192.c
sparx5-temp.c hwmon: sparx5-temp: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
stts751.c
sy7636a-hwmon.c hwmon: sy7636a: constify pointers to hwmon_channel_info 2023-04-19 07:08:38 -07:00
tc74.c
tc654.c
thmc50.c
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
tmp421.c
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
via-cputemp.c
via686a.c
vt1211.c hwmon: remove unused superio_outb function 2023-04-19 07:08:33 -07:00
vt8231.c
w83l785ts.c
w83l786ng.c
w83627ehf.c hwmon: w83627ehf: constify pointers to hwmon_channel_info 2023-04-19 07:08:39 -07:00
w83627hf.c
w83773g.c hwmon: w83773g: constify pointers to hwmon_channel_info 2023-04-19 07:08:39 -07:00
w83781d.c
w83791d.c
w83792d.c
w83793.c
w83795.c
wm831x-hwmon.c
wm8350-hwmon.c
xgene-hwmon.c hwmon: (xgene) Fix ioremap and memremap leak 2023-03-21 07:50:24 -07:00