linux-mainline/drivers/hwmon
Linus Torvalds c2c23dc7d5 - Core Frameworks
- Change MFD support status from Supported to Maintained
 
  - New Drivers
    - Add support for the Intel Platform Management Component Interface (PMCI)
 
  - Remove Drivers
    - HTC PASIC3 LED/DS1WM
    - Toshiba T7L66XB, TC6387XB and TC6393XB TMIO
 
  - New Device Support
    - Add support for N6000 Flash to Intel M10 BMC PMCI
    - Add support for Lenovo Yoga Tab 3 to Intel CHTWC PMIC
 
  - New Functionality
    - Provide Reset support to Syscon
 
  - Fix-ups
    - Explicitly provide missing include files
    - Pass platform type data/info via the SPI/I2C/DT registration strategy
    - Lots of DT documentation / adaptions
    - Replace scnprintf() with preferred sysfs_emit()
    - Remove unused / superfluous code
    - Fix some trivial whitesspace / spelling / grammatical issues
    - Replace pm_power_off with new and improved register_sys_off_handler() API
 
  - Bug Fixes
    - Reintroduce RK808-clkout registration - fixing Wi-Fi and Bluetooth
    - Repair the order of AXPxxx IRQ PEK RISE/FALL definitions
    - Refuse to build CS5535 on unsupported UML architectures
    - Fix memory leaks in error return paths
    - Prevent refcount leaks in error return paths
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmP3KQ8ACgkQUa+KL4f8
 d2FAFw//deQpWVTX8CBdgHtCTxkLymussYgvnlJwJhoD8RYpTyFme9drVSBX9Msi
 C3rRX3RQCu114xUVMt5JIVTZbbbx2zjDI9HGSmh3lOIW0vh9/oW6/bUO/PFw6/C3
 v4AkzMYIwE9O4g9DbM9WWR/uickYyKobS8VXMupyWYnVbF361UOCFChCMrm+3Kl1
 S+grj1/fKxiCJxF/L+Iij06PQtCGGZBxN2JNqsTHj7IyUjA2JZyvXvV3pJ/MtIQv
 w+hb+xYK13uCG4JUI6xOHkJU7/gNCwpsz1TJoR7CuXl6JBIP/oVIw9fJ4N1eZ1Zr
 ioBEBIrEmKF1Hihd8iP5prE1BV5WvE6s9hqTdqn3qJPaH9+Rp8sExuDcq6gzE7Lc
 c5eVhA0uSXQM62pz4rqwkfzPX8BFMvZ1Ii9ukyWaAb1Lyz2f5tFu5E2gd6vjXVVP
 yId3H43eQVrutlZAbP+txhN7VDSf/OunUrOEDw9VbLe2sB/rBta2De0tFfpE5lAg
 McOfyNvclqwTXuakNB0sg2Sg3DhxMTKQhnQQAj7E/DmcYVhQTFQPVj69BtERIldf
 9VHsAg3Kp93A/w5/J/3HOqMexHWpZ6eiW05Xu1zwGtWhx70c1YWMmMhMJk1zf/T+
 G8Drk+fuhsycsGu/7MkY+NuqIqIM3JVb4Hqa/HYN+L/iPJXLAxI=
 =f0fr
 -----END PGP SIGNATURE-----

Merge tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull MFD updates from Lee Jones:
 "Core Framework:
   - Change MFD support status from Supported to Maintained

  New Drivers:
   - Add support for the Intel Platform Management Component Interface
     (PMCI)

  Removed Drivers:
   - HTC PASIC3 LED/DS1WM
   - Toshiba T7L66XB, TC6387XB and TC6393XB TMIO

  New Device Support:
   - Add support for N6000 Flash to Intel M10 BMC PMCI
   - Add support for Lenovo Yoga Tab 3 to Intel CHTWC PMIC

  New Functionality:
   - Provide Reset support to Syscon

  Fix-ups:
   - Explicitly provide missing include files
   - Pass platform type data/info via the SPI/I2C/DT registration
     strategy
   - Lots of DT documentation / adaptions
   - Replace scnprintf() with preferred sysfs_emit()
   - Remove unused / superfluous code
   - Fix some trivial whitesspace / spelling / grammatical issues
   - Replace pm_power_off with new and improved
     register_sys_off_handler() API

  Bug Fixes:
   - Reintroduce RK808-clkout registration - fixing Wi-Fi and Bluetooth
   - Repair the order of AXPxxx IRQ PEK RISE/FALL definitions
   - Refuse to build CS5535 on unsupported UML architectures
   - Fix memory leaks in error return paths
   - Prevent refcount leaks in error return paths"

* tag 'mfd-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (40 commits)
  dt-bindings: mfd: qcom,tcsr: Add compatible for IPQ5332
  dt-bindings: mfd: Add NXP BBNSM
  mfd: ntxec: Add version number for EC in Tolino Vision
  dt-bindings: mfd: syscon: Add mt8365-syscfg
  mfd: Remove toshiba tmio drivers
  mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak
  mfd: syscon: Allow reset control for syscon devices
  dt-bindings: mfd/syscon: Add resets property
  dt-bindings: mfd: syscon: Add amd,pensando-elba-syscon compatible
  dt-bindings: mfd: qcom,tcsr: Add compatible for MSM8226
  mfd: simple-mfd-i2c: Fix incoherent comment regarding DT registration
  mfd: axp20x: Switch to the sys-off handler API
  mfd: core: Spelling s/compement/complement/
  mfd: max8925: Remove the unused function irq_to_max8925()
  mfd: qcom-pm8xxx: Remove set but unused variable 'rev'
  dt-bindings: mfd: syscon: Document GXP register compatible
  mfd: twl4030-power: Drop empty platform remove function
  mfd: twl: Fix TWL6032 phy vbus detection
  mfd: pcf50633-adc: Fix potential memleak in pcf50633_adc_async_read()
  MAINTAINERS: Move MFD from a Supported to Maintaied state
  ...
2023-02-23 15:03:05 -08:00
..
occ hwmon: (occ) OCC sensors aren't arch-specific 2022-12-04 16:45:02 -08:00
peci hwmon: (peci/cputemp) Fix off-by-one in coretemp_label allocation 2023-02-03 07:27:25 -08:00
pmbus hwmon: (pmbus/max16601) Add support for MAX16600 2023-02-03 07:30:11 -08:00
abituguru3.c
abituguru.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) simplify using devm_regulator_get_enable() 2022-12-04 16:45:02 -08:00
adm9240.c
ads7828.c
ads7871.c
adt7x10.c
adt7x10.h
adt7310.c
adt7410.c
adt7411.c
adt7462.c
adt7470.c
adt7475.c
aht10.c hwmon: (aht10) Fix some kernel-doc comments 2023-02-03 07:30:09 -08:00
amc6821.c
applesmc.c
aquacomputer_d5next.c hwmon: (aquacomputer_d5next) Add support for Aquacomputer Aquastream Ultimate 2023-02-03 07:30:11 -08:00
as370-hwmon.c
asb100.c
asc7621.c
aspeed-pwm-tacho.c
asus_atk0110.c
asus_wmi_sensors.c
asus-ec-sensors.c hwmon: (asus-ec-sensors) add zenith ii extreme alpha 2023-02-03 07:30:10 -08:00
atxp1.c hwmon: Include <linux/kstrtox.h> when appropriate 2022-12-04 16:45:02 -08:00
axi-fan-control.c
bt1-pvt.c
bt1-pvt.h
coretemp.c hwmon: (coretemp) Simplify platform device handling 2023-02-03 07:30:09 -08:00
corsair-cpro.c
corsair-psu.c
da9052-hwmon.c
da9055-hwmon.c
dell-smm-hwmon.c hwmon: (dell-smm) Move error message to make probing silent 2022-12-04 19:34:51 -08:00
dme1737.c
drivetemp.c scsi: hwmon: drivetemp: Convert to scsi_execute_cmd() 2023-01-13 21:34:08 -05:00
ds620.c
ds1621.c hwmon: use sysfs_emit() to instead of scnprintf() 2022-12-04 16:49:43 -08:00
emc6w201.c
emc1403.c
emc2103.c
emc2305.c hwmon: (emc2305) fix kernel-doc warnings 2023-02-03 07:30:09 -08:00
f71805f.c
f71882fg.c
f75375s.c
fam15h_power.c
fschmd.c hwmon: (fschmd) Make const arrays static const 2022-12-04 16:45:01 -08:00
ftsteutates.c hwmon: (ftsteutates) Add support for fanX_fault attributes 2023-02-03 07:30:10 -08:00
g760a.c
g762.c
gl518sm.c
gl520sm.c
gpio-fan.c hwmon: Include <linux/kstrtox.h> when appropriate 2022-12-04 16:45:02 -08: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-ctrl) use devm_platform_get_and_ioremap_resource() 2023-02-09 09:38:35 -08:00
hih6130.c hwmon: (hih6130) fix kernel-doc warnings 2023-02-03 07:30:10 -08:00
hwmon-vid.c
hwmon.c hwmon: Include <linux/kstrtox.h> when appropriate 2022-12-04 16:45:02 -08:00
i5k_amb.c
i5500_temp.c
ibmaem.c
ibmpex.c hwmon: ibmpex: remove unnecessary (void*) conversions 2023-02-03 07:30:10 -08:00
ibmpowernv.c
iio_hwmon.c hwmon: (iio_hwmon) use dev_err_probe 2023-02-03 07:30:11 -08:00
ina2xx.c
ina209.c
ina238.c
ina3221.c
intel-m10-bmc-hwmon.c hwmon: intel-m10-bmc-hwmon: Add N6000 sensors 2023-02-03 07:30:11 -08:00
it87.c hwmon: (it87) Add new chipset IT87952E 2023-02-03 07:30:11 -08:00
jc42.c hwmon: (jc42) Consistently use bit and bitfield macros in the driver 2022-12-04 16:45:02 -08:00
k8temp.c
k10temp.c
Kconfig - Core Frameworks 2023-02-23 15:03:05 -08:00
lan966x-hwmon.c
lineage-pem.c
lm63.c
lm70.c
lm73.c hwmon: use sysfs_emit() to instead of scnprintf() 2022-12-04 16:49:43 -08:00
lm75.c
lm75.h
lm77.c
lm78.c
lm80.c
lm83.c
lm85.c
lm87.c
lm90.c hwmon: Include <linux/kstrtox.h> when appropriate 2022-12-04 16:45:02 -08:00
lm92.c
lm93.c
lm95234.c
lm95241.c
lm95245.c
lochnagar-hwmon.c
ltc2945.c hwmon: (ltc2945) Allow setting shunt resistor 2023-02-03 07:30:10 -08:00
ltc2947-core.c
ltc2947-i2c.c
ltc2947-spi.c
ltc2947.h
ltc2990.c
ltc2992.c hwmon: use simple i2c probe 2022-12-04 16:45:02 -08:00
ltc4151.c
ltc4215.c
ltc4222.c
ltc4245.c
ltc4260.c
ltc4261.c
ltq-cputemp.c
Makefile hwmon updates for v6.3 2023-02-22 11:31:09 -08:00
max127.c hwmon: use simple i2c probe 2022-12-04 16:45:02 -08:00
max197.c
max1111.c
max1619.c
max1668.c
max6620.c
max6621.c
max6639.c
max6642.c
max6650.c
max6697.c
max16065.c
max31722.c
max31730.c
max31760.c
max31790.c
mc34vr500.c hwmon: add initial NXP MC34VR500 PMIC monitoring support 2023-02-03 07:30:10 -08:00
mc13783-adc.c
mcp3021.c
menf21bmc_hwmon.c
mlxreg-fan.c hwmon: (mlxreg-fan) Return zero speed for broken fan 2023-02-12 07:21:40 -08:00
mr75203.c hwmon: Include <linux/kstrtox.h> when appropriate 2022-12-04 16:45:02 -08:00
nct6683.c
nct6775-core.c hwmon: (nct6775) Fix incorrect parenthesization in nct6775_write_fan_div() 2023-01-03 13:26:45 -08:00
nct6775-i2c.c
nct6775-platform.c hwmon: (nct6775) B650/B660/X670 ASUS boards support 2023-02-03 07:30:10 -08:00
nct6775.h
nct7802.c
nct7904.c
npcm750-pwm-fan.c
nsa320-hwmon.c
ntc_thermistor.c
nzxt-kraken2.c
nzxt-smart2.c hwmon: (nzxt-smart2) Add device id 2023-02-03 07:30:09 -08:00
oxp-sensors.c hwmon: (oxp-sensors) Add AYANEO AIR and AIR Pro 2023-02-03 07:30:09 -08:00
pc87360.c
pc87427.c
pcf8591.c hwmon: Include <linux/kstrtox.h> when appropriate 2022-12-04 16:45:02 -08:00
powr1220.c
pwm-fan.c
raspberrypi-hwmon.c
sbrmi.c hwmon: use simple i2c probe 2022-12-04 16:45:02 -08:00
sbtsi_temp.c hwmon: use simple i2c probe 2022-12-04 16:45:02 -08:00
sch56xx-common.c
sch56xx-common.h
sch5627.c
sch5636.c
scmi-hwmon.c
scpi-hwmon.c
sht3x.c hwmon: use sysfs_emit() to instead of scnprintf() 2022-12-04 16:49:43 -08:00
sht4x.c hwmon: use simple i2c probe 2022-12-04 16:45:02 -08: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
sl28cpld-hwmon.c
smm665.c
smpro-hwmon.c hwmon: (smpro-hwmon) Improve switch statments in smpro_is_visible() 2022-12-04 16:45:02 -08:00
smsc47b397.c
smsc47m1.c
smsc47m192.c
sparx5-temp.c
stts751.c
sy7636a-hwmon.c
tc74.c
tc654.c
thmc50.c
tmp102.c
tmp103.c
tmp108.c
tmp401.c
tmp421.c
tmp464.c
tmp513.c
tps23861.c
ultra45_env.c
vexpress-hwmon.c
via686a.c
via-cputemp.c
vt1211.c
vt8231.c hwmon: Remove some useless #include <linux/hwmon-vid.h> 2022-12-04 16:45:02 -08:00
w83l785ts.c
w83l786ng.c hwmon: Remove some useless #include <linux/hwmon-vid.h> 2022-12-04 16:45:02 -08:00
w83627ehf.c
w83627hf.c
w83773g.c
w83781d.c
w83791d.c
w83792d.c
w83793.c
w83795.c
wm831x-hwmon.c
wm8350-hwmon.c
xgene-hwmon.c