aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-03hwmon: w83795: Fan control option isn't that dangerousJean Delvare1-6/+1
2019-09-03hwmon: (npcm750-pwm-fan) Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-09-03hwmon: (acpi_power_meter) Change log level for 'unsafe software power cap'Wang Shenran1-2/+2
2019-09-03hwmon: (nct6775) Integrate new model nct6116Björn Gerhart1-6/+174
2019-09-03hwmon: (adt7475) Convert to use hwmon_device_register_with_groups()Grant McEwan1-96/+50
2019-09-03hwmon: (w83781d) convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-09-03hwmon: (smm665) convert to i2c_new_dummy_deviceWolfram Sang1-3/+3
2019-09-03hwmon: (asb100) convert to i2c_new_dummy_deviceWolfram Sang1-6/+6
2019-09-03hwmon: (k10temp) Add support for AMD family 17h, model 70h CPUsMarcel Bocu1-0/+1
2019-09-03hwmon: (k8temp) update to use new hwmon registration APIRobert Karszniewicz1-164/+69
2019-09-03hwmon: (pmbus/max31785) Remove a useless #defineChristophe JAILLET1-2/+0
2019-09-03hwmon: (lm75) add support for PCT2075Daniel Mack1-0/+10
2019-09-03hwmon: Remove ads1015 driverGuenter Roeck3-335/+0
2019-08-31hwmon (coretemp) Fix a memory leak bugWenwen Wang1-1/+2
2019-08-31hwmon: (lm75) Fix write operations for negative temperaturesGuenter Roeck1-1/+1
2019-08-31hwmon: pmbus: ucd9000: remove unneeded includeBartosz Golaszewski1-1/+0
2019-08-28hwmon: pwm-fan: Use platform_get_irq_optional()Thierry Reding1-1/+1
2019-08-12firmware: arm_scmi: Drop async flag in sensor_ops->reading_getSudeep Holla1-1/+1
2019-08-07hwmon: (lm75) Fixup tmp75b clr_maskIker Perez del Palomar Sustatxa1-1/+1
2019-08-07hwmon: (nct7802) Fix wrong detection of in4 presenceGuenter Roeck1-3/+3
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab2-2/+2
2019-07-30hwmon: Drop obsolete JZ4740 driverPaul Cercueil3-146/+0
2019-07-21hwmon: (nct6775) Fix register address and added missed tolerance for nct6106Björn Gerhart1-1/+2
2019-07-21hwmon: (occ) Fix division by zero issueLei YU1-2/+4
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+48
2019-07-11Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-2/+3
2019-07-11Merge tag 'hwmon-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds17-457/+864
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+18
2019-07-08hwmon: (ina3221) Add of_node_put() before returnNishka Dasgupta1-1/+3
2019-07-08hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarmsChristian Schneider1-2/+2
2019-07-08hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_groupsChristian Schneider1-7/+7
2019-07-08hwmon: (lm90) Introduce function to update configuration registerGuenter Roeck1-49/+40
2019-07-08hwmon: (lm90) Cache configuration register valueGuenter Roeck1-31/+28
2019-07-08hwmon: (lm90) Fix max6658 sporadic wrong temperature readingBoyang Yu1-4/+38
2019-07-08hwmon: (nct7904) Changes comments in probe function.amy.shih1-2/+2
2019-07-08hwmon: (nct7904) Add error handling in probe function.amy.shih1-5/+18
2019-07-03Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi into char-misc-nextGreg Kroah-Hartman2-2/+3
2019-07-03OCC: FSI and hwmon: Add sequence numberingEddie James2-2/+3
2019-06-23hwmon: Convert remaining drivers to use SPDX identifierGuenter Roeck2-19/+1
2019-06-23hwmon: (max6650) Fix unused variable warningArnd Bergmann1-10/+9
2019-06-23hwmon: (pmbus/adm1275) Fix power sampling supportGuenter Roeck1-19/+65
2019-06-23hwmon: (lm90) simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-23hwmon: (asus_atk0110) no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-20/+3
2019-06-23hwmon: (max6650) Fix minor formatting issuesGuenter Roeck1-5/+4
2019-06-23hwmon: (max6650) Improve error handling in max6650_update_deviceGuenter Roeck1-7/+24
2019-06-23hwmon: (max6650) Read non-volatile registers only onceGuenter Roeck1-8/+15
2019-06-23hwmon: (max6650) Convert to use devm_hwmon_device_register_with_infoGuenter Roeck1-261/+247
2019-06-23hwmon: (max6650) Simplify alarm handlingGuenter Roeck1-6/+3
2019-06-23hwmon: (max6650) Cache alarm_en registerGuenter Roeck1-3/+9
2019-06-23hwmon: (max6650) Declare valid as booleanGuenter Roeck1-2/+2