index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
it87.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwmon (it87): Fix voltage scaling for chips with 10.9mV ADCs
Frank Crawford
2023-03-22
1
-1
/
+3
*
hwmon: (it87) Add new chipset IT87952E
Frank Crawford
2023-02-03
1
-1
/
+15
*
hwmon: (it87) Allow multiple chip IDs for force_id
Frank Crawford
2023-02-03
1
-8
/
+13
*
hwmon: (it87) Add chip_id in some info message
Frank Crawford
2023-02-03
1
-2
/
+4
*
hwmon: (it87) List full chip model name
Frank Crawford
2023-02-03
1
-23
/
+23
*
hwmon: (it87) Disable configuration exit for certain chips
Frank Crawford
2023-02-03
1
-2
/
+2
*
hwmon: (it87) Allow disabling exiting of configuration mode
Frank Crawford
2023-02-03
1
-8
/
+18
*
hwmon: (it87) Group all related MODULE_PARM definitions together
Frank Crawford
2023-02-03
1
-8
/
+15
*
hwmon: (it87) Set second Super-IO chip in configuration mode
Frank Crawford
2023-02-03
1
-0
/
+48
*
hwmon: (it87) Allow calling __superio_enter outside muxed region
Frank Crawford
2023-02-03
1
-4
/
+9
*
hwmon: (it87) Add DMI table for future extensions
Frank Crawford
2022-12-05
1
-19
/
+53
*
hwmon: (it87) Check for a valid chip before using force_id
Ahmad Khalifa
2022-12-05
1
-1
/
+7
*
hwmon: (it87) Add param to ignore ACPI resource conflicts
Ahmad Khalifa
2022-12-05
1
-2
/
+8
*
hwmon: (it87) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
Jonathan Cameron
2022-09-25
1
-4
/
+4
*
hwmon: cleanup non-bool "valid" data fields
Paul Fertser
2021-10-12
1
-6
/
+6
*
hwmon: Use kobj_to_dev()
Guenter Roeck
2021-04-20
1
-6
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-05-30
1
-10
/
+1
*
hwmon: (it87) Reapply probe path chip registers settings after resume
Maciej S. Szmigiero
2017-08-13
1
-2
/
+74
*
hwmon: (it87) Split out chip registers setting code on probe path
Maciej S. Szmigiero
2017-08-13
1
-50
/
+88
*
hwmon: (it87) Avoid registering the same chip on both SIO addresses
Guenter Roeck
2017-03-22
1
-5
/
+19
*
hwmon: (it87) Add support for IT8792E
Guenter Roeck
2017-02-11
1
-2
/
+16
*
hwmon: (it87) Do not overwrite bit 2..6 of pwm control registers
Guenter Roeck
2017-02-11
1
-13
/
+24
*
hwmon: (it87) Fix pwm4 detection for IT8620 and IT8628
Guenter Roeck
2017-02-11
1
-1
/
+1
*
hwmon: (it87) Ensure that pwm control cache is current before updating values
Guenter Roeck
2017-02-11
1
-0
/
+2
*
hwmon: (it87) Improve IT8622 support
Guenter Roeck
2017-02-11
1
-8
/
+59
*
hwmon: (it87) Add support for IT8622E
Guenter Roeck
2017-02-11
1
-1
/
+15
*
hwmon: (it87) Add feature flag indicating that VIN3 is connected to 5V
Guenter Roeck
2017-02-11
1
-3
/
+7
*
hwmon: (it87) use permission-specific DEVICE_ATTR variants
Julia Lawall
2017-01-02
1
-10
/
+10
*
hwmon: (it87) Drop useless comments
Jean Delvare
2016-09-09
1
-4
/
+4
*
hwmon: (it87) Add missing sysfs attribute group terminator
Jean Delvare
2016-08-29
1
-0
/
+1
*
hwmon: (it87) Features mask must be 32 bit wide
Guenter Roeck
2016-08-12
1
-1
/
+1
*
hwmon: (it87) Add support for IT8628E
Guenter Roeck
2016-04-19
1
-2
/
+16
*
hwmon: (it87) Fix pwm_temp_map for system with 6 pwm channels
Guenter Roeck
2016-04-19
1
-8
/
+15
*
hwmon: (it87) Support automatic pwm control on newer chips
Guenter Roeck
2016-04-19
1
-14
/
+187
*
hwmon: (it87) Enhance validation for fan4 and fan5
Guenter Roeck
2016-04-19
1
-0
/
+23
*
hwmon: (it87) Support disabling fan control for all pwm control and chips
Guenter Roeck
2016-04-19
1
-21
/
+31
*
hwmon: (it87) Formatting cleanup
Guenter Roeck
2016-04-19
1
-75
/
+80
*
hwmon: (it87) Use defines for array sizes and sensor counts
Guenter Roeck
2016-04-19
1
-24
/
+34
*
hwmon: (it87) Use BIT macro
Guenter Roeck
2016-04-19
1
-144
/
+146
*
hwmon: (it87) Add support for VIN7 to VIN10 on IT8620E
Guenter Roeck
2016-04-19
1
-5
/
+24
*
hwmon: (it87) Simplify reading voltage registers
Guenter Roeck
2016-04-19
1
-9
/
+13
*
hwmon: (it87) Support up to 6 temperature sensors on IT8620E
Guenter Roeck
2016-04-19
1
-8
/
+40
*
hwmon: (it87) Convert to use new hwmon API
Guenter Roeck
2016-04-19
1
-74
/
+19
*
hwmon: (it87) Use single group and is_visible for miscellaneous attributes
Guenter Roeck
2016-04-19
1
-48
/
+33
*
hwmon: (it87) Use is_visible for pwm attributes
Guenter Roeck
2016-04-19
1
-72
/
+65
*
hwmon: (it87) Use is_visible for fan attributes
Guenter Roeck
2016-04-19
1
-85
/
+55
*
hwmon: (it87) Use is_visible for temperature sensors
Guenter Roeck
2016-04-19
1
-51
/
+36
*
hwmon: (it87) Use is_visible for voltage sensors
Guenter Roeck
2016-04-19
1
-68
/
+56
*
hwmon: (it87) Rearrange code to avoid forward declarations
Guenter Roeck
2016-04-19
1
-336
/
+327
*
hwmon: (it87) Add support for second Super-IO chip
Guenter Roeck
2016-04-19
1
-15
/
+34
[next]