aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2015-02-22hwmon: (ads7828) Check return value of devm_regmap_init_i2cAxel Lin1-0/+3
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-2/+2
2015-02-03hwmon: (tmp102) add hibernation callbacksGrygorii Strashko1-11/+4
2015-02-02hwmon: (ads2828) Only keep data in device data structure if neededGuenter Roeck1-18/+14
2015-02-02hwmon: (ads2828) Convert to use regmapGuenter Roeck2-44/+27
2015-01-25hwmon: (jc42) Allow negative hysteresis temperaturesJean Delvare1-3/+4
2015-01-25hwmon: (adc128d818) Do proper sign extensionRasmus Villemoes1-1/+2
2015-01-25hwmon: (ad7314) Do proper sign extensionRasmus Villemoes1-2/+3
2015-01-25hwmon: (abx500) Fix format string warningsAsaf Vertz1-3/+3
2015-01-25hwmon: (jc42) Fix integer overflow when writing hysteresis valueGuenter Roeck1-0/+2
2015-01-25hwmon: (jc42) Fix integer overflowGuenter Roeck1-1/+1
2015-01-25hwmon: (jc42) Use sign_extend32 for sign extensionGuenter Roeck1-5/+1
2015-01-25hwmon: (ina2xx) Add ina231 compatible stringKevin Hilman2-2/+3
2015-01-25hwmon: (ina2xx) use DIV_ROUND_CLOSEST() to avoid rounding errorsBartosz Golaszewski1-3/+7
2015-01-25hwmon: (ina2xx) remove an unnecessary dev_get_drvdata() result checkBartosz Golaszewski1-3/+0
2015-01-25hwmon: (ina2xx) implement update_interval attribute for ina226Bartosz Golaszewski1-6/+158
2015-01-25hwmon: (ina2xx) make shunt resistance configurable at run-timeBartosz Golaszewski1-2/+46
2015-01-25hwmon: (ina2xx) don't accept shunt values greater than the calibration factorBartosz Golaszewski1-1/+2
2015-01-25hwmon: (ina2xx) remove a stray new lineBartosz Golaszewski1-1/+0
2015-01-25hwmon: (ina2xx) reinitialize the chip in case it's been resetBartosz Golaszewski1-37/+91
2015-01-25hwmon: (nct7802) Constify struct regmap_configKrzysztof Kozlowski1-1/+1
2015-01-24hwmon: (i5500_temp) Convert to use ATTRIBUTE_GROUPS macroAxel Lin1-10/+3
2015-01-24hwmon: (i5500_temp) Convert to module_pci_driverAxel Lin1-12/+1
2015-01-24hwmon: (i5500_temp) Don't bind to disabled sensorsJean Delvare1-0/+9
2015-01-24hwmon: (i5500_temp) Convert to devm_hwmon_device_register_with_groupsJean Delvare1-58/+15
2015-01-24hwmon: (i5500_temp) New driver for the Intel 5500/5520/X58 chipsetsJean Delvare3-0/+212
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2-2/+2
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds3-5/+16
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds43-43/+0
2014-12-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui3-5/+16
2014-12-08hwmon: (tmp401) Detect TMP435 on all addresses it supportsGuenter Roeck1-5/+4
2014-12-05hwmon: (lm75) Strengthen detect functionGuenter Roeck1-0/+6
2014-12-04hwmon: (gpio-fan) Add a shutdown handler to poweroff the fansNishanth Menon1-0/+9
2014-12-04hwmon: (gpio-fan) Allow usage of gpio operations that may sleepNishanth Menon1-4/+5
2014-12-04hwmon: (tmp401) Bail out from tmp401_probe() in case of write errorsBartosz Golaszewski1-10/+14
2014-12-04hwmon: (tmp401) Add support for TI TMP435Patrick Titiano2-3/+12
2014-12-02hwmon: (lm95234) Add support for LM95233Guenter Roeck2-29/+68
2014-12-02hwmon: (lm95245) Add support for LM95235Guenter Roeck2-16/+30
2014-11-30hwmon: (ina2xx) bail-out from ina2xx_probe() in case of configuration errorsBartosz Golaszewski1-6/+20
2014-11-30hwmon: (nct6775) Add blank lines after declarationsGuenter Roeck1-6/+24
2014-11-30hwmon: (nct6775) Add support for NCT6792DGuenter Roeck2-12/+39
2014-11-30hwmon: (lm75) Add support for the NXP LM75BMichael Thalmeier1-0/+6
2014-11-30hwmon: Driver for Nuvoton NCT7802YGuenter Roeck3-0/+872
2014-11-30hwmon: (ibmpowernv) Convert to module_platform_driverAxel Lin1-12/+1
2014-11-30hwmon: (ibmpowernv) Use platform 'id_table' to probe the deviceNeelesh Gupta1-48/+19
2014-11-30hwmon: (iio_hwmon) Add support for humidity sensorsGuenter Roeck1-1/+6
2014-11-30hwmon: (ltc2978) Add regulator supportAlan Tull2-3/+47
2014-11-30hwmon: (pmbus) Add regulator supportAlan Tull2-0/+113
2014-11-30hwmon: (pmbus) add helpers for byte write and read modify writeAlan Tull2-0/+35
2014-11-20thermal: of: improve of-thermal sensor registration APIEduardo Valentin3-5/+16
2014-11-19hwmon: (g762) fix call to devm_hwmon_device_register_with_groups()Arnaud Ebalard1-4/+2
2014-11-11hwmon: (fam15h_power) Fix NB device ID for F16h M30hAravind Gopalakrishnan1-1/+1
2014-11-11hwmon: (pwm-fan) Fix suspend/resume behaviorKamil Debski1-3/+10
2014-11-11hwmon: (ibmpowernv) Quieten when probing finds no deviceMichael Ellerman1-2/+4
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman43-43/+0
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang43-43/+0
2014-10-19hwmon: (menf21bmc) Include linux/err.hJohannes Thumshirn1-0/+1
2014-10-03hwmon: (ab8500) Call kernel_power_off instead of pm_power_offGuenter Roeck1-2/+3
2014-09-24Merge tag 'mfd-hwmon-leds-watchdog-v3.18' into hwmon-nextGuenter Roeck3-0/+241
2014-09-24hwmon: (menf21bmc) Introduce MEN14F021P00 BMC HWMON driverAndreas Werner3-0/+241
2014-09-22hwmon: (ntc_thermistor) Add ntc thermistor to thermal subsystem as a sensor.Jonghwa Lee2-0/+26
2014-09-22hwmon: (smsc47b397) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-44/+7
2014-09-22hwmon: (k10temp) Convert to devm_hwmon_device_register_with_groupsGuenter Roeck1-76/+48
2014-09-22hwmon: (k10temp) Add support for F15h M60hAravind Gopalakrishnan2-5/+34
2014-09-22hwmon: (da9052) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-45/+9
2014-09-22hwmon: (da9055) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-43/+9
2014-09-22hwmon: (ads1015) Use of_property_read_u32 at appropriate placesAxel Lin1-13/+8
2014-09-22hwmon: (tmp103) Fix resource leak bug in tmp103 temperature sensor driversundarjdev1-1/+1
2014-09-16hwmon: (fam15h_power) Add support for two more processorsAravind Gopalakrishnan1-0/+2
2014-09-16hwmon: (fam15h_power) Make actual power reporting conditionalAravind Gopalakrishnan1-1/+17
2014-08-28hwmon: (ds1621) Update zbits after conversion rate changeRobert Coulson1-0/+1
2014-08-14Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-31/+60
2014-08-10hwmon: (tmp103) Remove duplicate test for I2C_FUNC_SMBUS_BYTE_DATA functionalityAxel Lin1-7/+0
2014-08-06fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches1-1/+1
2014-08-05hwmon: (w83793) Fix vrm write operationAxel Lin1-0/+3
2014-08-05hwmon: (w83791d) Fix vrm write operationAxel Lin1-0/+3
2014-08-05hwmon: (w83627hf) Fix vrm write operationAxel Lin1-0/+3
2014-08-05hwmon: (vt1211) Fix vrm write operationAxel Lin1-0/+3
2014-08-05hwmon: (pc87360) Fix vrm write operationAxel Lin1-0/+3
2014-08-05hwmon: (lm87) Fix vrm write operationAxel Lin1-0/+4
2014-08-05hwmon: (asb100) Fix vrm write operationAxel Lin1-0/+4
2014-08-05hwmon: (adm1026) Fix vrm write operationAxel Lin1-0/+3
2014-08-05hwmon: (adm1025) Fix vrm write operationAxel Lin1-0/+3
2014-08-05hwmon: (hih6130) Fix missing hih6130->write_length settingAxel Lin1-0/+3
2014-08-05hwmon: (dme1737) Prevent overflow problem when writing large limitsAxel Lin1-15/+18
2014-08-05hwmon: (emc6w201) Fix temperature limit rangeGuenter Roeck1-2/+2
2014-08-05hwmon: (ads1015) Fix out-of-bounds array accessAxel Lin1-0/+2
2014-08-05hwmon: (lm92) Prevent overflow problem when writing large limitsAxel Lin1-7/+6
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+2
2014-08-04hwmon: (g762) Use of_property_read_u32 at appropriate placeAxel Lin1-5/+2
2014-08-04hwmon: (sis5595) Prevent overflow problem when writing large limitsAxel Lin1-1/+1
2014-08-04hwmon: (gpio-fan) Prevent overflow problem when writing large limitsAxel Lin1-1/+1
2014-08-04hwmon: (ibmpowernv) Use of_property_read_u32 at appropriate placeAxel Lin1-4/+3
2014-08-04hwmon: (lm85) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-93/+51
2014-08-04hwmon: (lm85) Avoid forward declarationAxel Lin1-263/+250
2014-08-04hwmon: (lm78) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-83/+15
2014-08-04hwmon: (max6697) Use of_property_read_bool at appropriate placesAxel Lin1-9/+7
2014-08-04hwmon: (pwm-fan) Make SENSORS_PWM_FAN depend on OFAxel Lin1-1/+1
2014-08-04hwmon: (pwm-fan) Remove duplicate dev_set_drvdata callAxel Lin1-1/+0
2014-08-04hwmon: (nct6775) Remove num_attr_groups from struct nct6775_dataAxel Lin1-6/+6
2014-08-04hwmon: (nct6775) Update module description and Kconfig for NCT6106D and NCT6791DAxel Lin2-3/+3
2014-08-04hwmon: (adt7411) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-39/+20
2014-08-04hwmon: (g762) Convert to hwmon_device_register_with_groupsAxel Lin1-44/+27
2014-08-04hwmon: (emc2103) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-63/+26
2014-08-04hwmon: (smsc47m1) Avoid forward declarationAxel Lin1-60/+55
2014-08-04hwmon: (smsc47m192) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-52/+25
2014-08-04hwmon: (smsc47m192) Avoid forward declarationAxel Lin1-84/+77
2014-08-04hwmon: (max1668) Make max1668_addr_list array constAxel Lin1-1/+1
2014-08-04hwmon: (max6639) Make normal_i2c array constAxel Lin1-1/+1
2014-08-04hwmon: (thmc50) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-53/+25
2014-08-04hwmon: (thmc50) Avoid forward declarationAxel Lin1-84/+76
2014-08-04hwmon: (adt7470) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-55/+42
2014-08-04hwmon: (adt7470) Avoid forward declarationAxel Lin1-36/+30
2014-08-04hwmon: (adt7462) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-64/+42
2014-08-04hwmon: (adt7462) Avoid forward declarationAxel Lin1-24/+18
2014-08-04hwmon: Add pwm-fan driverKamil Debski3-0/+206
2014-08-04hwmon: (asc7621) Make map tables constAxel Lin1-7/+7
2014-08-04hwmon: (ds620) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-43/+17
2014-08-04hwmon: (max16065) Use PTR_ERR_OR_ZEROAxel Lin1-4/+1
2014-08-04hwmon: (sht21) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-60/+22
2014-08-04hwmon: (fam15h_power) Remove needless pci dev idAravind Gopalakrishnan1-3/+0
2014-08-04hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and tempera...Neelesh Gupta3-0/+376
2014-08-04hwmon: (pmbus) Add tps40422 front-end driverZhu, Richard \(NSN - CN/Beijing\)4-3/+76
2014-08-04hwmon: (tmp421) Drop FSF mailing addressGuenter Roeck1-4/+0
2014-08-04hwmon: (tmp421) Add support for TMP441 and TMP442Guenter Roeck2-5/+18
2014-08-04hwmon: (tmp421) Strengthen detect functionGuenter Roeck1-0/+14
2014-08-04hwmon: (g760a) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-40/+13
2014-08-04hwmon: (g760a) Avoid forward declarationAxel Lin1-20/+15
2014-08-04hwmon: (adm9240) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-48/+26
2014-08-04hwmon: (lineage-pem) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-47/+19
2014-08-04hwmon: (smm665) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-28/+16
2014-08-04hwmon: (adm9240) Avoid forward declarationAxel Lin1-162/+153
2014-08-04hwmon: (adm1031) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-63/+38
2014-08-04hwmon: (adm1031) Avoid forward declarationAxel Lin1-148/+138
2014-08-04hwmon: (adm1026) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-85/+55
2014-08-04hwmon: (adm1026) Avoid forward declarationAxel Lin1-233/+219
2014-08-04hwmon: (adm1025) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-48/+23
2014-08-04hwmon: (adm1025) Avoid forward declarationAxel Lin1-120/+104
2014-08-04hwmon: (adm1021) Avoid forward declarationAxel Lin1-92/+83
2014-08-04hwmon: (gl520sm) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-61/+35
2014-08-04hwmon: (gl520sm) Avoid forward declarationAxel Lin1-167/+150
2014-08-04hwmon: (gl518sm) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-51/+25
2014-08-04hwmon: (gl518sm) Avoid forward declarationAxel Lin1-137/+126
2014-08-04hwmon: (lm93) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-88/+66
2014-08-04hwmon: (w83791d) Fix smatch warningGuenter Roeck1-9/+6
2014-08-04hwmon: (lm63) Fix smatch warningsGuenter Roeck1-17/+10
2014-08-04hwmon: Make regmap configs constAxel Lin5-5/+5
2014-08-04hwmon: (htu21) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-47/+22
2014-08-04hwmon: (emc6w201) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-45/+19
2014-08-04hwmon: (amc6821) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-45/+25
2014-08-04hwmon: (amc6821) Avoid forward declarationAxel Lin1-206/+154
2014-08-04hwmon: (adm1029) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-40/+15
2014-08-04hwmon: (adm1029) Avoid forward declarationsAxel Lin1-93/+78
2014-08-04hwmon: (ad7418) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-41/+24
2014-08-04hwmon: (ad7418) Avoid forward declarationAxel Lin1-38/+34
2014-08-04hwmon: (ad7414) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-41/+16
2014-08-04hwmon: (ntc_thermistor) Support B57330V2103 from EPCOSJohannes Pointner2-2/+50
2014-08-04hwmon: (hih6130) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-65/+23
2014-08-04hwmon: (tmp103) Add missing i2c_set_clientdata call in tmp103_probeAxel Lin1-0/+1
2014-08-04hwmon: (lm75) Add support for TMP112Frans Klaver2-2/+10
2014-08-04hwmon: (w83l786ng) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-57/+29
2014-08-04hwmon: (w83l786ng) Avoid forward declarationAxel Lin1-109/+100
2014-08-04hwmon: (fam15h_power) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-42/+9
2014-08-04hwmon: (wm8350) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-43/+7
2014-08-04hwmon: (wm831x) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-61/+11
2014-08-04hwmon: (ads7828) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-38/+14
2014-08-04hwmon: (atxp1) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-55/+21
2014-08-04hwmon: Driver for TI TMP103 temperature sensorHeiko Schocher3-0/+217
2014-08-04hwmon: (gpio-fan) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-13/+4
2014-08-04hwmon: (twl4030-madc-hwmon) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-32/+6
2014-08-04hwmon: Add support for Lattice's POWR1220 power manager ICScott Kanowitz3-0/+404
2014-07-31hwmon: (lm77) Prevent overflow problem when writing large limitsAxel Lin1-5/+6
2014-07-30hwmon: (amc6821) Fix possible race condition bugAxel Lin1-6/+11
2014-07-30hwmon: (lm78) Fix overflow problems seen when writing large temperature limitsGuenter Roeck1-1/+1
2014-07-30hwmon: (lm85) Fix various errors on attribute writesGuenter Roeck1-3/+6
2014-07-29hwmon: (ads1015) Fix off-by-one for valid channel index checkingAxel Lin1-1/+1
2014-07-24hwmon: (smsc47m192) Fix temperature limit and vrm write operationsGuenter Roeck1-1/+3
2014-07-23hwmon: ibmaem: Use ktime_get_ns()Thomas Gleixner1-4/+2
2014-07-16hwmon: (adt7470) Fix writes to temperature limit registersGuenter Roeck1-3/+3
2014-07-14hwmon: (da9055) Don't use dash in the name attributeAxel Lin1-1/+1
2014-07-14hwmon: (da9052) Don't use dash in the name attributeAxel Lin1-1/+1
2014-07-07hwmon: (adc128d818) Drop write support on inX_input attributesGuenter Roeck1-14/+14
2014-07-07hwmon: (emc2103) Clamp limits instead of bailing outGuenter Roeck1-10/+5
2014-07-07hwmon: (adm1031) Fix writes to limit registersGuenter Roeck1-3/+5
2014-07-03hwmon: (adm1021) Fix cache problem when writing temperature limitsAxel Lin1-6/+8
2014-07-03hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_divAxel Lin1-0/+3
2014-07-03hwmon: (amc6821) Fix permissions for temp2_inputAxel Lin1-1/+1
2014-06-29hwmon: (ntc_thermistor) Correct information printed during probeNaveen Krishna Chatradhi1-1/+1
2014-06-25hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groupsJulien D'Ascenzio1-1/+1
2014-06-25hwmon: (emc1403) Fix missing 'select REGMAP_I2C' in KconfigJosef Gajdusek1-0/+1
2014-06-25hwmon: (ntc_thermistor) Use the manufacturer name properlyNaveen Krishna Chatradhi2-3/+16
2014-06-25hwmon: (w83l786ng) Report correct minimum fan speedAxel Lin1-1/+1
2014-06-12hwmon: vexpress: Use devm helper for hwmon device registrationPawel Moll1-54/+28
2014-06-12hwmon: (atxp1) Avoid forward declarationAxel Lin1-24/+18
2014-06-12hwmon: add support for Sensirion SHTC1 sensorTomas Pop3-0/+262
2014-06-12hwmon: (ltc4151) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-38/+13
2014-06-12hwmon: (lm85) Drop generic detectionJean Delvare1-23/+10
2014-06-12hwmon: (ina2xx) Cast to s16 on shunt and current regsFabio Baltieri1-3/+4
2014-06-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-1408/+2633
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+7