summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-263-0/+1039
|\
| * hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8kPali Rohár2015-05-243-67/+96
| * hwmon: Rename i8k driver to dell-smm-hwmon and move it to hwmon treePali Rohár2015-05-242-0/+1010
* | Merge tag 'hwmon-for-linus-v4.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-06-237-76/+264
|\ \
| * | hwmon: add driver for Microchip TC74Maciej S. Szmigiero2015-06-223-0/+188
| * | hwmon: (ntc_thermistor) Improve precision of resistance calculationChris Lesiak2015-06-041-13/+10Star
| * | hwmon: (ntc_thermistor) fix iio raw to microvolts conversionChris Lesiak2015-06-021-7/+8
| * | hwmon: (atxp1) Drop auto-detectionGuenter Roeck2015-06-011-46/+9Star
| * | hwmon: (atxp1) Drop FSF mailing addressGuenter Roeck2015-06-011-5/+0Star
| * | hwmon: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-06-011-2/+2
| * | hwmon: (sht15) Constify platform_device_idKrzysztof Kozlowski2015-06-011-1/+1
| * | hwmon: (max197) Constify platform_device_idKrzysztof Kozlowski2015-06-011-1/+1
| * | hwmon: (ntc_thermistor) Add support for ncpXXwf104Beomho Seo2015-06-012-2/+46
* | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-024-1/+14
|\| |
| * | hwmon: (nct6683) Add missing sysfs attribute initializationGuenter Roeck2015-05-301-0/+2
| * | hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck2015-05-301-0/+2
| * | hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37Guenter Roeck2015-05-291-1/+1
| * | hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEChris Lesiak2015-05-271-0/+9
| |/
* / coretemp: Replace cpu_sibling_mask() with topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+2
|/
* hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg()Bartosz Golaszewski2015-04-171-5/+3Star
* hwmon: (lm85) use find_closest() in x_TO_REG() functionsBartosz Golaszewski2015-04-171-18/+8Star
* hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()Bartosz Golaszewski2015-04-171-14/+3Star
* hwmon: (pwm-fan) Update the duty cycle inorder to control the pwm-fanAnand Moon2015-04-131-6/+3Star
* hwmon: (it87) Use feature macros on sio_dataGuenter Roeck2015-04-091-2/+5
* hwmon: (ibmpowernv) Fix build error seen for some configurationsGuenter Roeck2015-04-091-0/+1
* hwmon: (gpio-fan) Move the thermal registration after registration is completeNishanth Menon2015-04-091-8/+11
* hwmon: (ibmpowernv) pretty print labelsCédric Le Goater2015-04-081-0/+41
* hwmon: (ibmpowernv) add a label attributeCédric Le Goater2015-04-081-3/+52
* hwmon: (ibmpowernv) add support for the new device treeCédric Le Goater2015-04-081-10/+40
* hwmon: (ibmpowernv) add a helper routine create_hwmon_attrCédric Le Goater2015-04-081-8/+16
* hwmon: (it87) Add support for 6th fan of IT8620EGuenter Roeck2015-04-051-15/+33
* hwmon: (it87) Add support for IT8620EGuenter Roeck2015-04-052-2/+43
* hwmon: (it87) Add support for IT8790EGuenter Roeck2015-04-052-3/+15
* hwmon: (it87) Introduce feature flag to reflect internal in7 sensorGuenter Roeck2015-04-051-11/+16
* hwmon: (it87) Introduce configuration field for chip suffixGuenter Roeck2015-04-051-3/+17
* hwmon: (it87) Fix PWM frequency display for chips with newer PWM controlGuenter Roeck2015-04-051-9/+25
* hwmon: (it87) Fix pwm sysfs attribute removalGuenter Roeck2015-03-301-1/+1
* hwmon: (ibmpowernv) do not use the OPAL index for hwmon attribute namesCédric Le Goater2015-03-201-1/+22
* hwmon: (ibmpowernv) change create_hwmon_attr_name() prototypeCédric Le Goater2015-03-201-17/+20
* hwmon: (ibmpowernv) add a convert_opal_attr_name() routineCédric Le Goater2015-03-201-14/+22
* hwmon: (ibmpowernv) add a get_sensor_type() routineCédric Le Goater2015-03-201-11/+15
* hwmon: (ibmpowernv) replace AMBIENT_TEMP by TEMPCédric Le Goater2015-03-201-3/+3
* hwmon: (pwm-fan, vexpress) Constify of_device_id arrayFabian Frederick2015-03-162-2/+2
* hwmon: (nct6775) Enable auxiliary fan monitoring on ASRock Z77 Pro4-MGuenter Roeck2015-03-151-0/+21
* hwmon: (nct6775) Restore hardware monitoring logical device status on resumeGuenter Roeck2015-03-151-13/+22
* hwmon: (nct6775) Convert to use SIMPLE_DEV_PM_OPSGuenter Roeck2015-03-151-17/+5Star
* hwmon: (gpio-fan) Fix build with CONFIG_THERMAL=m and SENSORS_GPIO_FAN=yRandy Dunlap2015-03-111-0/+1
* hwmon: (pwm-fan) Fix build when THERMAL=mRandy Dunlap2015-03-091-0/+1
* hwmon: (pwm-fan) Declare pwm_fan_of_get_cooling_data staticGuenter Roeck2015-03-091-1/+2
* (gpio-fan): Add thermal control hooksNishanth Menon2015-03-091-7/+76