summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
AgeCommit message (Expand)AuthorFilesLines
2013-10-13hwmon: (gpio-fan) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-27/+14
2013-10-13hwmon: (ds1621) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-33/+27
2013-10-13hwmon: Introduce hwmon_device_register_with_groupsGuenter Roeck1-16/+106
2013-10-13hwmon: (f71882fg) Remove extra return statementGuenter Roeck1-1/+0
2013-10-13hwmon: (f75375s) Don't crash the kernel unnecessarilyGuenter Roeck1-2/+2
2013-10-13hwmon: (atxp1) Set and use error code from vid_to_reg()Guenter Roeck1-2/+1
2013-10-13hwmon: (acpi_power_meter) Use return value from acpi_bus_register_driverGuenter Roeck1-1/+1
2013-10-13hwmon: (acpi_power_meter) Don't crash the kernel unnecessarilyGuenter Roeck1-3/+8
2013-10-13hwmon: (gpio_fan) Use error value returned from get_fan_speed_index()Guenter Roeck1-2/+2
2013-10-13hwmon: (adt7462) Use error value returned from find_trange_value()Guenter Roeck1-3/+2
2013-10-13hwmon: (pmbus) Don't unnecessarily crash the kernelGuenter Roeck1-1/+1
2013-10-13hwmon: (mc13783-adc) Increase size of name stringGuenter Roeck1-1/+1
2013-10-13hwmon: (nct6775) Check array index when accessing temp_offsetGuenter Roeck1-1/+2
2013-10-13hwmon: (nct6775) Use return value from find_temp_sourceGuenter Roeck1-2/+2
2013-10-13hwmon: Remove unnecessary semicolonsGuenter Roeck2-9/+9
2013-10-09hwmon: (applesmc) Always read until end of dataHenrik Rydberg1-0/+13
2013-10-03hwmon: (adt7310) Use spi_w8r16be() instead spi_w8r16()Lars-Peter Clausen1-6/+1
2013-09-26hwmon: (applesmc) Check key count before proceedingHenrik Rydberg1-1/+10
2013-09-12hwmon: (k10temp) remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-11hwmon: (tmp421) Fix return valueSachin Kamat1-1/+1
2013-09-11hwmon: (amc6821) Remove redundant breakSachin Kamat1-3/+0
2013-09-11hwmon: (amc6821) Fix return valueSachin Kamat1-2/+2
2013-09-11hwmon: (ibmaem) Fix return valueSachin Kamat1-1/+1
2013-09-11hwmon: (emc2103) Fix return valueSachin Kamat1-5/+5
2013-09-10hwmon: (ina2xx) Remove casting the return value which is a void pointerJingoo Han1-2/+1
2013-09-10hwmon: (hwmon-vid) Add __maybe_unused attribute to dummy variableGuenter Roeck1-1/+1
2013-09-07Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-3/+3
2013-09-06hwmon: (emc6w201) Do not declare enum variableGuenter Roeck1-1/+1
2013-09-06hwmon: (w83792d) Update module authorShane Huang1-2/+2
2013-09-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds34-1348/+1563
2013-09-01Merge remote-tracking branch 'regulator/topic/optional' into regulator-nextMark Brown1-1/+1
2013-08-29hwmon: (htu21) Add Measurement Specialties HTU21D supportWilliam Markezana3-0/+210
2013-08-27hwmon: Change my email address.Darrick J. Wong6-12/+12
2013-08-27hwmon: (k10temp) Add support for Fam16h (Kabini)Wei Hu2-3/+4
2013-08-27hwmon: (adt7462) ADT7462_REG_VOLT_MAX() should return 0Dan Carpenter1-2/+2
2013-08-19hwmon: (sht15) Use devm_regulator_get_optional()Mark Brown1-1/+1
2013-08-11hwmon: (ads1015) Add support for ADS1115Evgeniy Dushistov2-8/+23
2013-08-11hwmon: (w83627ehf) Add support for hibernateHarald Judt1-0/+2
2013-08-11hwmon: (nct6775) Add support for hibernateHarald Judt1-0/+2
2013-08-11hwmon: use dev_get_platdata()Jingoo Han22-44/+46
2013-08-11hwmon: (nct6775) Fix size of data->temp arrayDan Carpenter1-2/+2
2013-08-11hwmon: (nct6775) Avoid using device platform data outside probe functionGuenter Roeck1-26/+25
2013-08-11hwmon: (nct6775) Add support for NCT6791DDavid Bartley1-74/+207
2013-08-11hwmon: (nct6775) Add support for beep attributesGuenter Roeck1-21/+218
2013-08-11hwmon: (nct6775) Add support for critical low/high temperature limits on NCT6106Guenter Roeck1-9/+34
2013-08-11hwmon: (nct6775) Add support for NCT6102D/6106DGuenter Roeck1-25/+225
2013-08-11hwmon: (nct6775) Support two SuperIO chips in the same systemGuenter Roeck1-50/+63
2013-08-11hwmon: (nct6775) Allocate attributes dynamically from templatesGuenter Roeck1-1103/+507
2013-08-11hwmon: (coretemp) Atom CPUs don't support TjMax; no warning neededGuenter Roeck1-1/+13
2013-08-08hwmon: (adt7470) Fix incorrect return code checkCurt Brune1-1/+1