aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-19hwmon: (it87) Add support for IT8628EGuenter Roeck2-3/+18
2016-04-19hwmon: (it87) Fix pwm_temp_map for system with 6 pwm channelsGuenter Roeck1-8/+15
2016-04-19hwmon: (it87) Support automatic pwm control on newer chipsGuenter Roeck1-14/+187
2016-04-19hwmon: (it87) Enhance validation for fan4 and fan5Guenter Roeck1-0/+23
2016-04-19hwmon: (it87) Support disabling fan control for all pwm control and chipsGuenter Roeck1-21/+31
2016-04-19hwmon: (it87) Formatting cleanupGuenter Roeck1-75/+80
2016-04-19hwmon: (it87) Use defines for array sizes and sensor countsGuenter Roeck1-24/+34
2016-04-19hwmon: (it87) Use BIT macroGuenter Roeck1-144/+146
2016-04-19hwmon: (it87) Add support for VIN7 to VIN10 on IT8620EGuenter Roeck1-5/+24
2016-04-19hwmon: (it87) Simplify reading voltage registersGuenter Roeck1-9/+13
2016-04-19hwmon: (it87) Support up to 6 temperature sensors on IT8620EGuenter Roeck1-8/+40
2016-04-19hwmon: (it87) Convert to use new hwmon APIGuenter Roeck1-74/+19
2016-04-19hwmon: (it87) Use single group and is_visible for miscellaneous attributesGuenter Roeck1-48/+33
2016-04-19hwmon: (it87) Use is_visible for pwm attributesGuenter Roeck1-72/+65
2016-04-19hwmon: (it87) Use is_visible for fan attributesGuenter Roeck1-85/+55
2016-04-19hwmon: (it87) Use is_visible for temperature sensorsGuenter Roeck1-51/+36
2016-04-19hwmon: (it87) Use is_visible for voltage sensorsGuenter Roeck1-68/+56
2016-04-19hwmon: (it87) Rearrange code to avoid forward declarationsGuenter Roeck1-336/+327
2016-04-19hwmon: (it87) Add support for second Super-IO chipGuenter Roeck1-15/+34
2016-04-19hwmon: (it87) Pass SIO base address as parameter to superio functionsGuenter Roeck1-65/+72
2016-04-19hwmon: (it87) Don't use pdev as static driver variableGuenter Roeck1-3/+5
2016-04-19hwmon: (it87) Simplify error return in it87_device_addGuenter Roeck1-7/+3
2016-04-19hwmon: (it87) Add support for second pwm frequency registerGuenter Roeck1-31/+69
2016-04-19hwmon: (it87) Add support for all pwm channels on IT8620EGuenter Roeck1-20/+94
2016-04-19hwmon: (it87) Add feature flag for AVCC3 supportGuenter Roeck1-8/+13
2016-04-19hwmon: (fam15h_power) Add platform check functionHuang Rui1-2/+7
2016-04-19hwmon: (fam15h_power) Add documentation for TDP and accumulated power algorithmHuang Rui1-1/+1
2016-04-19hwmon: (fam15h_power) Introduce a cpu accumulated power reporting algorithmHuang Rui1-4/+124
2016-04-19hwmon: (fam15h_power) Add ptsc counter value for accumulated powerHuang Rui1-0/+4
2016-04-19hwmon: (fam15h_power) Add compute unit accumulated powerHuang Rui1-1/+71
2016-04-19hwmon: (fam15h_power) Add CPU_SUP_AMD as the dependenceHuang Rui1-1/+1
2016-04-19hwmon: (max31722) Add support for MAX31722/MAX31723 temperature sensorsTiberiu Breana3-0/+176
2016-04-19hwmon: (ads7828) Enable internal referenceAkshay Bhat1-0/+10
2016-03-27hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiatedGuenter Roeck1-0/+6
2016-03-20Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-3/+11
2016-03-08hwmon: Create an NSA320 hardware monitoring driverAdam Baker3-0/+231
2016-03-05hwmon: (adm1275) Add support for ADM1278Guenter Roeck2-3/+57
2016-03-05hwmon: (ntc_thermistor) Add support for ncpXXxh103Joseph McNally2-1/+45
2016-03-05hwmon: (iio_hwmon) Allow the driver to accept hypen in device tree node namesSanchayan Maity1-1/+10
2016-03-05hwmon: Add LTC2990 sensor driverMike Looijmans3-0/+176
2016-03-05hwmon: (vexpress) rename vexpress hwmon implementationSudeep Holla2-1/+1
2016-02-24Merge tag 'scpi-for-v4.6/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/driversOlof Johansson1-3/+11
2016-02-19hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hookNishanth Menon1-6/+1
2016-02-18hwmon: (ads1015) Handle negative conversion values correctlyPeter Rosin1-1/+1
2016-02-16hwmon: (scpi) add energy meter supportSudeep Holla1-0/+8
2016-02-16firmware: arm_scpi: add support for 64-bit sensor valuesSudeep Holla1-3/+3
2016-01-27hwmon: (fam15h_power) Add bit masking for tdp_limitGioh Kim1-1/+9
2016-01-24hwmon: (dell-smm) Blacklist Dell Studio XPS 8000Thorsten Leemhuis1-0/+11
2016-01-17Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-30/+1
2016-01-09hwmon: (nct6683) Add basic support for NCT6683 on Mitac boardsGuenter Roeck1-17/+61