summaryrefslogtreecommitdiff
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2016-07-11hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiatedGuenter Roeck1-0/+6
2016-06-04hwmon: (ads7828) Enable internal referenceAkshay Bhat1-0/+10
2016-03-07hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hookNishanth Menon1-6/+1
2016-03-07hwmon: (ads1015) Handle negative conversion values correctlyPeter Rosin1-1/+1
2015-10-23hwmon: (nct6775) Swap STEP_UP_TIME and STEP_DOWN_TIME registers for most chipsGuenter Roeck1-6/+10
2015-08-17hwmon: (nct7904) Export I2C module alias informationJavier Martinez Canillas1-0/+1
2015-08-10hwmon: (nct7904) Rename pwm attributes to match hwmon ABIGuenter Roeck1-28/+29
2015-08-10hwmon: (nct7802) Fix integer overflow seen when writing voltage limitsGuenter Roeck1-1/+1
2015-08-03hwmon: (nct7802) fix visibility of temp3Constantine Shulyupin1-1/+1
2015-08-03hwmon: (mcp3021) Fix broken output scalingStevens, Nick1-13/+1
2015-05-30hwmon: (nct6683) Add missing sysfs attribute initializationGuenter Roeck1-0/+2
2015-05-30hwmon: (nct6775) Add missing sysfs attribute initializationGuenter Roeck1-0/+2
2015-05-29hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37Guenter Roeck1-1/+1
2015-05-27hwmon: (ntc_thermistor) Ensure iio channel is of type IIO_VOLTAGEChris Lesiak1-0/+9
2015-04-17hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg()Bartosz Golaszewski1-5/+3
2015-04-17hwmon: (lm85) use find_closest() in x_TO_REG() functionsBartosz Golaszewski1-18/+8
2015-04-17hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()Bartosz Golaszewski1-14/+3
2015-04-13hwmon: (pwm-fan) Update the duty cycle inorder to control the pwm-fanAnand Moon1-6/+3
2015-04-09hwmon: (it87) Use feature macros on sio_dataGuenter Roeck1-2/+5
2015-04-09hwmon: (ibmpowernv) Fix build error seen for some configurationsGuenter Roeck1-0/+1
2015-04-09hwmon: (gpio-fan) Move the thermal registration after registration is completeNishanth Menon1-8/+11
2015-04-08hwmon: (ibmpowernv) pretty print labelsCédric Le Goater1-0/+41
2015-04-08hwmon: (ibmpowernv) add a label attributeCédric Le Goater1-3/+52
2015-04-08hwmon: (ibmpowernv) add support for the new device treeCédric Le Goater1-10/+40
2015-04-08hwmon: (ibmpowernv) add a helper routine create_hwmon_attrCédric Le Goater1-8/+16
2015-04-05hwmon: (it87) Add support for 6th fan of IT8620EGuenter Roeck1-15/+33
2015-04-05hwmon: (it87) Add support for IT8620EGuenter Roeck2-2/+43
2015-04-05hwmon: (it87) Add support for IT8790EGuenter Roeck2-3/+15
2015-04-05hwmon: (it87) Introduce feature flag to reflect internal in7 sensorGuenter Roeck1-11/+16
2015-04-05hwmon: (it87) Introduce configuration field for chip suffixGuenter Roeck1-3/+17
2015-04-05hwmon: (it87) Fix PWM frequency display for chips with newer PWM controlGuenter Roeck1-9/+25
2015-03-30hwmon: (it87) Fix pwm sysfs attribute removalGuenter Roeck1-1/+1
2015-03-20hwmon: (ibmpowernv) do not use the OPAL index for hwmon attribute namesCédric Le Goater1-1/+22
2015-03-20hwmon: (ibmpowernv) change create_hwmon_attr_name() prototypeCédric Le Goater1-17/+20
2015-03-20hwmon: (ibmpowernv) add a convert_opal_attr_name() routineCédric Le Goater1-14/+22
2015-03-20hwmon: (ibmpowernv) add a get_sensor_type() routineCédric Le Goater1-11/+15
2015-03-20hwmon: (ibmpowernv) replace AMBIENT_TEMP by TEMPCédric Le Goater1-3/+3
2015-03-16hwmon: (pwm-fan, vexpress) Constify of_device_id arrayFabian Frederick2-2/+2
2015-03-15hwmon: (nct6775) Enable auxiliary fan monitoring on ASRock Z77 Pro4-MGuenter Roeck1-0/+21
2015-03-15hwmon: (nct6775) Restore hardware monitoring logical device status on resumeGuenter Roeck1-13/+22
2015-03-15hwmon: (nct6775) Convert to use SIMPLE_DEV_PM_OPSGuenter Roeck1-17/+5
2015-03-11hwmon: (gpio-fan) Fix build with CONFIG_THERMAL=m and SENSORS_GPIO_FAN=yRandy Dunlap1-0/+1
2015-03-09hwmon: (pwm-fan) Fix build when THERMAL=mRandy Dunlap1-0/+1
2015-03-09hwmon: (pwm-fan) Declare pwm_fan_of_get_cooling_data staticGuenter Roeck1-1/+2
2015-03-09(gpio-fan): Add thermal control hooksNishanth Menon1-7/+76
2015-03-09hwmon: (pwm-fan) Add support for using PWM FAN as a cooling deviceLukasz Majewski1-1/+88
2015-03-09hwmon: (pwm-fan) Read PWM FAN configuration from device treeLukasz Majewski1-1/+49
2015-03-09hwmon: (pwm-fan) Extract __set_pwm() function to only modify PWM duty cycleLukasz Majewski1-12/+21
2015-03-09hwmon: (gpio-fan) allow to use alarm support alone from DTSimon Guinot1-21/+23
2015-03-09hwmon: (nct7904) Strengthen detect functionGuenter Roeck1-1/+2