summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (fam15h_power) Add bit masking for tdp_limitGioh Kim2016-01-271-1/+9
* hwmon: (dell-smm) Blacklist Dell Studio XPS 8000Thorsten Leemhuis2016-01-241-0/+11
* Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2016-01-171-30/+1
|\
| * hwmon: (sch56xx) Drop watchdog driver data reference count callbacksGuenter Roeck2015-12-291-30/+1
* | hwmon: (nct6683) Add basic support for NCT6683 on Mitac boardsGuenter Roeck2016-01-091-17/+61
* | hwmon: (ibmaem) constify aem_rw_sensor_template and aem_ro_sensor_template st...Julia Lawall2016-01-041-6/+6
* | hwmon: (nct6683,nct6775) constify sensor_template_group structuresJulia Lawall2015-12-182-10/+12
* | hwmon: (fam15h_power) Add support for AMD new 15h processorsHuang Rui2015-12-181-2/+5
* | hwmon: (pmbus) Add client driver for LTC3815Guenter Roeck2015-12-183-0/+226
* | hwmon: (htu21) Remove driverGuenter Roeck2015-12-183-185/+0
* | hwmon: (sht15) Select CONFIG_BITREVERSEArnd Bergmann2015-12-181-0/+1
* | hwmon: (tmp102) Force wait for conversion time for the first valid dataNishanth Menon2015-12-101-1/+15
|/
* hwmon: (scpi) skip unsupported sensors properlySudeep Holla2015-11-161-10/+11
* hwmon: (scpi) add thermal-of dependencyArnd Bergmann2015-11-161-0/+1
* hwmon : (applesmc) Fix uninitialized variables warningsShuah Khan2015-11-151-1/+1
* hwmon: (ina2xx) Fix build issue by selecting REGMAP_I2CLi Yang2015-11-151-0/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-103-0/+297
|\
| * Merge tag 'arm-scpi-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2015-10-143-0/+297
| |\
| | * hwmon: Support thermal zones registration for SCP temperature sensorsPunit Agrawal2015-10-091-1/+103
| | * hwmon: Support sensors exported via ARM SCP interfacePunit Agrawal2015-10-093-0/+195
* | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-101-1/+0
|\ \ \
| * | | hwmon: (k10temp) Remove duplicate pci-id defineAdam Majer2015-11-091-1/+0
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-11-071-2/+2
|\ \ \
| * | | hwmon: applesmc: fix comment typosBastien Nocera2015-09-291-2/+2
* | | | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-056-6/+0
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-046-6/+0
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | | * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-286-6/+0
| | |/ /
* | | | hwmon: (fam15h_power) Add max compute unit accumulated powerHuang Rui2015-10-311-0/+12
* | | | hwmon: (fam15h_power) Enable power1_input on AMD CarrizoHuang Rui2015-10-311-2/+7
* | | | hwmon: (fam15h_power) Refactor attributes for dynamically addedHuang Rui2015-10-311-25/+45
* | | | hwmon: (ina2xx) remove no longer used variable 'kind'Marc Titinger2015-10-311-4/+2
* | | | hwmon: (nct6775) Introduce separate temperature labels for NCT6792 and NCT6793Guenter Roeck2015-10-301-1/+82
* | | | hwmon: (nct6775) NCT6791D and NCT6792D have an additional temperature sourceGuenter Roeck2015-10-301-5/+13
* | | | hwmon: (ina2xx) give precedence to DT over checking for platform data.Marc Titinger2015-10-281-13/+12
* | | | hwmon: (ina2xx) convert driver to using regmapMarc Titinger2015-10-281-128/+86
* | | | hwmon: (coretemp) Increase limit of maximum core ID from 32 to 128.Lukasz Odzioba2015-10-141-1/+1
* | | | hwmon: (lm75) Add support for TMP75CBen Gardner2015-10-141-0/+7
* | | | hwmon: (ibmpowernv) Add OF compatibility table entryCédric Le Goater2015-10-141-0/+7
* | | | hwmon: (abx500) drop the use of IRQF_NO_SUSPENDSudeep Holla2015-10-141-1/+1
* | | | hwmon: (max31790) Fix dereference of ERR_PTRSudip Mukherjee2015-10-141-4/+4
* | | | hwmon: Driver for Maxim MAX31790Il Han2015-10-143-0/+614
|/ / /
* | | hwmon: (pwm-fan) Fix module autoload for OF platform driverLuis de Bethencourt2015-09-201-0/+1
* | | hwmon: (gpio-fan) Fix module autoload for OF platform driverLuis de Bethencourt2015-09-201-0/+1
* | | hwmon: (abx500) Fix module autoload for OF platform driverLuis de Bethencourt2015-09-201-0/+1
* | | hwmon: (nct6775) Add support for NCT6793DGuenter Roeck2015-09-122-18/+34
* | | hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck2015-09-121-6/+10
|/ /
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-09-113-3/+3
|\ \
| | \
| | \
| *-. \ Merge branches 'thermal-core' and 'thermal-intel' of .git into nextZhang Rui2015-09-023-3/+3
| |\ \ \ | | | |/
| | * | thermal: consistently use int for temperaturesSascha Hauer2015-08-033-3/+3
| | |/
* | | hwmon: (fam15h_power) Add ratio of Tsample to the PTSC periodHuang Rui2015-08-271-1/+15
OpenPOWER on IntegriCloud