summaryrefslogtreecommitdiff
path: root/drivers/hwmon/it87.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-22hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford1-1/+3
2023-02-03hwmon: (it87) Add new chipset IT87952EFrank Crawford1-1/+15
2023-02-03hwmon: (it87) Allow multiple chip IDs for force_idFrank Crawford1-8/+13
2023-02-03hwmon: (it87) Add chip_id in some info messageFrank Crawford1-2/+4
2023-02-03hwmon: (it87) List full chip model nameFrank Crawford1-23/+23
2023-02-03hwmon: (it87) Disable configuration exit for certain chipsFrank Crawford1-2/+2
2023-02-03hwmon: (it87) Allow disabling exiting of configuration modeFrank Crawford1-8/+18
2023-02-03hwmon: (it87) Group all related MODULE_PARM definitions togetherFrank Crawford1-8/+15
2023-02-03hwmon: (it87) Set second Super-IO chip in configuration modeFrank Crawford1-0/+48
2023-02-03hwmon: (it87) Allow calling __superio_enter outside muxed regionFrank Crawford1-4/+9
2022-12-05hwmon: (it87) Add DMI table for future extensionsFrank Crawford1-19/+53
2022-12-05hwmon: (it87) Check for a valid chip before using force_idAhmad Khalifa1-1/+7
2022-12-05hwmon: (it87) Add param to ignore ACPI resource conflictsAhmad Khalifa1-2/+8
2022-09-26hwmon: (it87) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron1-4/+4
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser1-6/+6
2021-04-20hwmon: Use kobj_to_dev()Guenter Roeck1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2017-08-13hwmon: (it87) Reapply probe path chip registers settings after resumeMaciej S. Szmigiero1-2/+74
2017-08-13hwmon: (it87) Split out chip registers setting code on probe pathMaciej S. Szmigiero1-50/+88
2017-03-22hwmon: (it87) Avoid registering the same chip on both SIO addressesGuenter Roeck1-5/+19
2017-02-11hwmon: (it87) Add support for IT8792EGuenter Roeck1-2/+16
2017-02-11hwmon: (it87) Do not overwrite bit 2..6 of pwm control registersGuenter Roeck1-13/+24
2017-02-11hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628Guenter Roeck1-1/+1
2017-02-11hwmon: (it87) Ensure that pwm control cache is current before updating valuesGuenter Roeck1-0/+2
2017-02-11hwmon: (it87) Improve IT8622 supportGuenter Roeck1-8/+59
2017-02-11hwmon: (it87) Add support for IT8622EGuenter Roeck1-1/+15
2017-02-11hwmon: (it87) Add feature flag indicating that VIN3 is connected to 5VGuenter Roeck1-3/+7
2017-01-02hwmon: (it87) use permission-specific DEVICE_ATTR variantsJulia Lawall1-10/+10
2016-09-09hwmon: (it87) Drop useless commentsJean Delvare1-4/+4
2016-08-29hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare1-0/+1
2016-08-12hwmon: (it87) Features mask must be 32 bit wideGuenter Roeck1-1/+1
2016-04-19hwmon: (it87) Add support for IT8628EGuenter Roeck1-2/+16
2016-04-19hwmon: (it87) Fix pwm_temp_map for system with 6 pwm channelsGuenter Roeck1-8/+15
2016-04-19hwmon: (it87) Support automatic pwm control on newer chipsGuenter Roeck1-14/+187
2016-04-19hwmon: (it87) Enhance validation for fan4 and fan5Guenter Roeck1-0/+23
2016-04-19hwmon: (it87) Support disabling fan control for all pwm control and chipsGuenter Roeck1-21/+31
2016-04-19hwmon: (it87) Formatting cleanupGuenter Roeck1-75/+80
2016-04-19hwmon: (it87) Use defines for array sizes and sensor countsGuenter Roeck1-24/+34
2016-04-19hwmon: (it87) Use BIT macroGuenter Roeck1-144/+146
2016-04-19hwmon: (it87) Add support for VIN7 to VIN10 on IT8620EGuenter Roeck1-5/+24
2016-04-19hwmon: (it87) Simplify reading voltage registersGuenter Roeck1-9/+13
2016-04-19hwmon: (it87) Support up to 6 temperature sensors on IT8620EGuenter Roeck1-8/+40
2016-04-19hwmon: (it87) Convert to use new hwmon APIGuenter Roeck1-74/+19
2016-04-19hwmon: (it87) Use single group and is_visible for miscellaneous attributesGuenter Roeck1-48/+33
2016-04-19hwmon: (it87) Use is_visible for pwm attributesGuenter Roeck1-72/+65
2016-04-19hwmon: (it87) Use is_visible for fan attributesGuenter Roeck1-85/+55
2016-04-19hwmon: (it87) Use is_visible for temperature sensorsGuenter Roeck1-51/+36
2016-04-19hwmon: (it87) Use is_visible for voltage sensorsGuenter Roeck1-68/+56
2016-04-19hwmon: (it87) Rearrange code to avoid forward declarationsGuenter Roeck1-336/+327
2016-04-19hwmon: (it87) Add support for second Super-IO chipGuenter Roeck1-15/+34