summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
Commit message (Expand)AuthorAgeFilesLines
* 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
* hwmon: (pwm-fan) Add support for using PWM FAN as a cooling deviceLukasz Majewski2015-03-091-1/+88
* hwmon: (pwm-fan) Read PWM FAN configuration from device treeLukasz Majewski2015-03-091-1/+49
* hwmon: (pwm-fan) Extract __set_pwm() function to only modify PWM duty cycleLukasz Majewski2015-03-091-12/+21
* hwmon: (gpio-fan) allow to use alarm support alone from DTSimon Guinot2015-03-091-21/+23
* hwmon: (nct7904) Strengthen detect functionGuenter Roeck2015-03-091-1/+2
* hwmon: Add Nuvoton NCT7904 hwmon driverVadim V. Vlasov2015-03-093-0/+603
* hwmon: (it87) No need to skip fan4 for IT8603Guenter Roeck2015-03-091-4/+0Star
* hwmon: (it87) Add support for IT8786EThomas Lorblanches2015-03-092-8/+18
* hwmon: (it87) Add feature flag for VID supportGuenter Roeck2015-03-091-20/+11Star
* hwmon: (it87) Add feature flags for fans count and 16-bit fan configurationGuenter Roeck2015-03-091-33/+36
* hwmon: (it87) Don't configure 16 bit fan counters it not necessaryGuenter Roeck2015-03-091-3/+6
* hwmon: (jc42) Add support for additional IDT temperature sensorsGuenter Roeck2015-03-092-7/+11
* hwmon: (it87) Add support for IT8781FGuenter Roeck2015-03-092-10/+26
* hwmon: (ibmpex) Allow format string checkingRasmus Villemoes2015-03-091-11/+8Star
* hwmon: (coretemp) Allow format checkingRasmus Villemoes2015-03-091-6/+5Star
* hwmon: (ads7828) Check return value of devm_regmap_init_i2cAxel Lin2015-02-231-0/+3
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-192-2/+2
|\
| * kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-072-2/+2
* | hwmon: (tmp102) add hibernation callbacksGrygorii Strashko2015-02-031-11/+4Star