summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/it87.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (it87) Disable/enable SMBus access for IT8622E chipsetFrank Crawford2023-04-211-0/+1
* hwmon: (it87) Add calls to smbus_enable/smbus_disable as requiredFrank Crawford2023-04-211-46/+135
* hwmon: (it87) Test for error in it87_update_deviceFrank Crawford2023-04-211-2/+52
* hwmon: (it87) Disable SMBus access for environmental controller registers.Frank Crawford2023-04-191-2/+56
* hwmon: (it87) Use voltage scaling macro where appropriateFrank Crawford2023-04-191-1/+1
* hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCsFrank Crawford2023-03-211-1/+3
* hwmon: (it87) Add new chipset IT87952EFrank Crawford2023-02-031-1/+15
* hwmon: (it87) Allow multiple chip IDs for force_idFrank Crawford2023-02-031-8/+13
* hwmon: (it87) Add chip_id in some info messageFrank Crawford2023-02-031-2/+4
* hwmon: (it87) List full chip model nameFrank Crawford2023-02-031-23/+23
* hwmon: (it87) Disable configuration exit for certain chipsFrank Crawford2023-02-031-2/+2
* hwmon: (it87) Allow disabling exiting of configuration modeFrank Crawford2023-02-031-8/+18
* hwmon: (it87) Group all related MODULE_PARM definitions togetherFrank Crawford2023-02-031-8/+15
* hwmon: (it87) Set second Super-IO chip in configuration modeFrank Crawford2023-02-031-0/+48
* hwmon: (it87) Allow calling __superio_enter outside muxed regionFrank Crawford2023-02-031-4/+9
* hwmon: (it87) Add DMI table for future extensionsFrank Crawford2022-12-041-19/+53
* hwmon: (it87) Check for a valid chip before using force_idAhmad Khalifa2022-12-041-1/+7
* hwmon: (it87) Add param to ignore ACPI resource conflictsAhmad Khalifa2022-12-041-2/+8
* hwmon: (it87) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-09-251-4/+4
* hwmon: cleanup non-bool "valid" data fieldsPaul Fertser2021-10-121-6/+6
* hwmon: Use kobj_to_dev()Guenter Roeck2021-04-201-6/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* hwmon: (it87) Reapply probe path chip registers settings after resumeMaciej S. Szmigiero2017-08-131-2/+74
* hwmon: (it87) Split out chip registers setting code on probe pathMaciej S. Szmigiero2017-08-131-50/+88
* hwmon: (it87) Avoid registering the same chip on both SIO addressesGuenter Roeck2017-03-221-5/+19
* hwmon: (it87) Add support for IT8792EGuenter Roeck2017-02-101-2/+16
* hwmon: (it87) Do not overwrite bit 2..6 of pwm control registersGuenter Roeck2017-02-101-13/+24
* hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628Guenter Roeck2017-02-101-1/+1
* hwmon: (it87) Ensure that pwm control cache is current before updating valuesGuenter Roeck2017-02-101-0/+2
* hwmon: (it87) Improve IT8622 supportGuenter Roeck2017-02-101-8/+59
* hwmon: (it87) Add support for IT8622EGuenter Roeck2017-02-101-1/+15
* hwmon: (it87) Add feature flag indicating that VIN3 is connected to 5VGuenter Roeck2017-02-101-3/+7
* hwmon: (it87) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-10/+10
* hwmon: (it87) Drop useless commentsJean Delvare2016-09-081-4/+4
* hwmon: (it87) Add missing sysfs attribute group terminatorJean Delvare2016-08-291-0/+1
* hwmon: (it87) Features mask must be 32 bit wideGuenter Roeck2016-08-111-1/+1
* hwmon: (it87) Add support for IT8628EGuenter Roeck2016-04-191-2/+16
* hwmon: (it87) Fix pwm_temp_map for system with 6 pwm channelsGuenter Roeck2016-04-191-8/+15
* hwmon: (it87) Support automatic pwm control on newer chipsGuenter Roeck2016-04-191-14/+187
* hwmon: (it87) Enhance validation for fan4 and fan5Guenter Roeck2016-04-191-0/+23
* hwmon: (it87) Support disabling fan control for all pwm control and chipsGuenter Roeck2016-04-191-21/+31
* hwmon: (it87) Formatting cleanupGuenter Roeck2016-04-191-75/+80
* hwmon: (it87) Use defines for array sizes and sensor countsGuenter Roeck2016-04-191-24/+34
* hwmon: (it87) Use BIT macroGuenter Roeck2016-04-191-144/+146
* hwmon: (it87) Add support for VIN7 to VIN10 on IT8620EGuenter Roeck2016-04-191-5/+24
* hwmon: (it87) Simplify reading voltage registersGuenter Roeck2016-04-191-9/+13
* hwmon: (it87) Support up to 6 temperature sensors on IT8620EGuenter Roeck2016-04-191-8/+40
* hwmon: (it87) Convert to use new hwmon APIGuenter Roeck2016-04-191-74/+19
* hwmon: (it87) Use single group and is_visible for miscellaneous attributesGuenter Roeck2016-04-191-48/+33
* hwmon: (it87) Use is_visible for pwm attributesGuenter Roeck2016-04-191-72/+65