summaryrefslogtreecommitdiff
path: root/drivers/hwmon/it87.c
AgeCommit message (Expand)Author
2023-02-03hwmon: (it87) Add new chipset IT87952EFrank Crawford
2023-02-03hwmon: (it87) Allow multiple chip IDs for force_idFrank Crawford
2023-02-03hwmon: (it87) Add chip_id in some info messageFrank Crawford
2023-02-03hwmon: (it87) List full chip model nameFrank Crawford
2023-02-03hwmon: (it87) Disable configuration exit for certain chipsFrank Crawford
2023-02-03hwmon: (it87) Allow disabling exiting of configuration modeFrank Crawford
2023-02-03hwmon: (it87) Group all related MODULE_PARM definitions togetherFrank Crawford
2023-02-03hwmon: (it87) Set second Super-IO chip in configuration modeFrank Crawford
2023-02-03hwmon: (it87) Allow calling __superio_enter outside muxed regionFrank Crawford
2022-12-04hwmon: (it87) Add DMI table for future extensionsFrank Crawford
2022-12-04hwmon: (it87) Check for a valid chip before using force_idAhmad Khalifa
2022-12-04hwmon: (it87) Add param to ignore ACPI resource conflictsAhmad Khalifa
2022-09-25hwmon: (it87) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2021-10-12hwmon: cleanup non-bool "valid" data fieldsPaul Fertser
2021-04-20hwmon: Use kobj_to_dev()Guenter Roeck
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2017-08-13hwmon: (it87) Reapply probe path chip registers settings after resumeMaciej S. Szmigiero
2017-08-13hwmon: (it87) Split out chip registers setting code on probe pathMaciej S. Szmigiero
2017-03-22hwmon: (it87) Avoid registering the same chip on both SIO addressesGuenter Roeck
2017-02-10hwmon: (it87) Add support for IT8792EGuenter Roeck
2017-02-10hwmon: (it87) Do not overwrite bit 2..6 of pwm control registersGuenter Roeck
2017-02-10hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628Guenter Roeck
2017-02-10hwmon: (it87) Ensure that pwm control cache is current before updating valuesGuenter Roeck
2017-02-10hwmon: (it87) Improve IT8622 supportGuenter Roeck
2017-02-10hwmon: (it87) Add support for IT8622EGuenter Roeck
2017-02-10hwmon: (it87) Add feature flag indicating that VIN3 is connected to 5VGuenter Roeck
2017-01-02hwmon: (it87) use permission-specific DEVICE_ATTR variantsJulia Lawall
2016-09-08hwmon: (it87) Drop useless commentsJean Delvare
2016-08-29hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare
2016-08-11hwmon: (it87) Features mask must be 32 bit wideGuenter Roeck
2016-04-19hwmon: (it87) Add support for IT8628EGuenter Roeck
2016-04-19hwmon: (it87) Fix pwm_temp_map for system with 6 pwm channelsGuenter Roeck
2016-04-19hwmon: (it87) Support automatic pwm control on newer chipsGuenter Roeck
2016-04-19hwmon: (it87) Enhance validation for fan4 and fan5Guenter Roeck
2016-04-19hwmon: (it87) Support disabling fan control for all pwm control and chipsGuenter Roeck
2016-04-19hwmon: (it87) Formatting cleanupGuenter Roeck
2016-04-19hwmon: (it87) Use defines for array sizes and sensor countsGuenter Roeck
2016-04-19hwmon: (it87) Use BIT macroGuenter Roeck
2016-04-19hwmon: (it87) Add support for VIN7 to VIN10 on IT8620EGuenter Roeck
2016-04-19hwmon: (it87) Simplify reading voltage registersGuenter Roeck
2016-04-19hwmon: (it87) Support up to 6 temperature sensors on IT8620EGuenter Roeck
2016-04-19hwmon: (it87) Convert to use new hwmon APIGuenter Roeck
2016-04-19hwmon: (it87) Use single group and is_visible for miscellaneous attributesGuenter Roeck
2016-04-19hwmon: (it87) Use is_visible for pwm attributesGuenter Roeck
2016-04-19hwmon: (it87) Use is_visible for fan attributesGuenter Roeck
2016-04-19hwmon: (it87) Use is_visible for temperature sensorsGuenter Roeck
2016-04-19hwmon: (it87) Use is_visible for voltage sensorsGuenter Roeck
2016-04-19hwmon: (it87) Rearrange code to avoid forward declarationsGuenter Roeck
2016-04-19hwmon: (it87) Add support for second Super-IO chipGuenter Roeck
2016-04-19hwmon: (it87) Pass SIO base address as parameter to superio functionsGuenter Roeck