summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorLines
2019-10-28hwmon: (ina3221) Fix read timeout issueNicolin Chen-1/+1
2019-10-20hwmon: (nct7904) Fix the incorrect value of vsen_mask & tcpu_mask & temp_mode...amy.shih-3/+12
2019-10-02hwmon: (nct7904) Add array fan_alarm and vsen_alarm to store the alarms in nc...amy.shih-2/+20
2019-10-02hwmon: (nct7904) Fix the incorrect value of vsen_mask in nct7904_data structamy.shih-4/+7
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-146/+0
2019-09-18Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds-2/+2
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-1/+1
2019-09-12hwmon: (nct7904) Fix incorrect SMI status register setting of LTD temperature...amy.shih-2/+9
2019-09-10hwmon: (shtc1) add support for the SHTC3 sensorDan Robertson-16/+45
2019-09-10hwmon: (shtc1) fix shtc1 and shtw1 id maskDan Robertson-1/+1
2019-09-04hwmon: (lm75) Aproximate sample times to data-sheet valuesIker Perez del Palomar Sustatxa-22/+22
2019-09-03hwmon: (w83793d) convert to use devm_i2c_new_dummy_deviceWolfram Sang-22/+8
2019-09-03hwmon: (w83792d) convert to use devm_i2c_new_dummy_deviceWolfram Sang-23/+9
2019-09-03hwmon: (w83791d) convert to use devm_i2c_new_dummy_deviceWolfram Sang-23/+9
2019-09-03hwmon: (as370-hwmon) fix devm_platform_ioremap_resource.cocci warningskbuild test robot-3/+1
2019-09-03hwmon: (lm75) Add support for writing sampling period on PCT2075Guenter Roeck-1/+14
2019-09-03hwmon: (lm75) Add support for writing conversion time for TMP112Guenter Roeck-9/+26
2019-09-03hwmon: (lm75) Move updating the sample interval to its own functionGuenter Roeck-14/+19
2019-09-03hwmon: (lm75) Support configuring the sample time for various chipsGuenter Roeck-27/+56
2019-09-03hwmon: (nct7904) Fix incorrect temperature limitation register setting of LTD.amy.shih-8/+8
2019-09-03hwmon: Add Synaptics AS370 PVT sensor driverJisheng Zhang-0/+158
2019-09-03pmbus: (ibm-cffps) Add support for version 2 of the PSUEddie James-22/+88
2019-09-03hwmon: (iio_hwmon) Enable power exporting from IIOMichal Simek-3/+15
2019-09-03hwmon: pmbus: Add Inspur Power System power supply driverJohn Wang-0/+238
2019-09-03hwmon/ltc2990: Generalise DT to fwnode supportMax Staudt-5/+5
2019-09-03hwmon: (raspberrypi) update MODULE_AUTHOR() email addressStefan Wahren-1/+1
2019-09-03hwmon: (lm75) Modularize lm75_write and make hwmon_chip writableIker Perez del Palomar Sustatxa-5/+47
2019-09-03hwmon: (lm75) Add new fields into lm75_params_Iker Perez del Palomar Sustatxa-6/+32
2019-09-03hwmon: (lm75) Create function from code to write into registersIker Perez del Palomar Sustatxa-7/+27
2019-09-03hwmon: (lm75) Create structure to save all the configuration parameters.Iker Perez del Palomar Sustatxa-106/+176
2019-09-03hwmon: (nct7904) Add extra sysfs support for fan, voltage and temperature.amy.shih-45/+424
2019-09-03hwmon: w83795: Fan control option isn't that dangerousJean Delvare-6/+1
2019-09-03hwmon: (npcm750-pwm-fan) Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-09-03hwmon: (acpi_power_meter) Change log level for 'unsafe software power cap'Wang Shenran-2/+2
2019-09-03hwmon: (nct6775) Integrate new model nct6116Björn Gerhart-6/+174
2019-09-03hwmon: (adt7475) Convert to use hwmon_device_register_with_groups()Grant McEwan-96/+50
2019-09-03hwmon: (w83781d) convert to i2c_new_dummy_deviceWolfram Sang-3/+3
2019-09-03hwmon: (smm665) convert to i2c_new_dummy_deviceWolfram Sang-3/+3
2019-09-03hwmon: (asb100) convert to i2c_new_dummy_deviceWolfram Sang-6/+6
2019-09-03hwmon: (k10temp) Add support for AMD family 17h, model 70h CPUsMarcel Bocu-0/+1
2019-09-03hwmon: (k8temp) update to use new hwmon registration APIRobert Karszniewicz-164/+69
2019-09-03hwmon: (pmbus/max31785) Remove a useless #defineChristophe JAILLET-2/+0
2019-09-03hwmon: (lm75) add support for PCT2075Daniel Mack-0/+10
2019-09-03hwmon: Remove ads1015 driverGuenter Roeck-335/+0
2019-08-31hwmon (coretemp) Fix a memory leak bugWenwen Wang-1/+2
2019-08-31hwmon: (lm75) Fix write operations for negative temperaturesGuenter Roeck-1/+1
2019-08-31hwmon: pmbus: ucd9000: remove unneeded includeBartosz Golaszewski-1/+0
2019-08-28hwmon: pwm-fan: Use platform_get_irq_optional()Thierry Reding-1/+1
2019-08-12firmware: arm_scmi: Drop async flag in sensor_ops->reading_getSudeep Holla-1/+1