index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
amc6821.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwmon: (amc6821) Use multi-byte regmap operations
Guenter Roeck
2024-07-31
1
-17
/
+13
*
hwmon: (amc6821) Add support for pwm1_mode attribute
Guenter Roeck
2024-07-08
1
-1
/
+15
*
hwmon: (amc6821) Convert to with_info API
Guenter Roeck
2024-07-08
1
-326
/
+362
*
hwmon: (amc6821) Convert to use regmap
Guenter Roeck
2024-07-08
1
-444
/
+383
*
hwmon: (amc6821) Drop unnecessary enum chips
Guenter Roeck
2024-07-08
1
-4
/
+1
*
hwmon: (amc6821) Use BIT() and GENMASK()
Guenter Roeck
2024-07-08
1
-40
/
+41
*
hwmon: (amc6821) Use tabs for column alignment in defines
Guenter Roeck
2024-07-08
1
-71
/
+71
*
hwmon: (amc6821) Reorder include files, drop unnecessary ones
Guenter Roeck
2024-07-08
1
-7
/
+6
*
hwmon: (amc6821) Add support for fan1_target and pwm1_enable mode 4
Guenter Roeck
2024-07-08
1
-8
/
+17
*
hwmon: (amc6821) Rename fan1_div to fan1_pulses
Guenter Roeck
2024-07-08
1
-13
/
+13
*
hwmon: (amc6821) Make reading and writing fan speed limits consistent
Guenter Roeck
2024-07-08
1
-4
/
+9
*
hwmon: (amc6821) Stop accepting invalid pwm values
Guenter Roeck
2024-07-08
1
-6
/
+8
*
hwmon: (amc6821) add of_match table
Josua Mayer
2024-03-07
1
-0
/
+11
*
hwmon: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-06-08
1
-1
/
+1
*
hwmon: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-19
1
-1
/
+1
*
hwmon: cleanup non-bool "valid" data fields
Paul Fertser
2021-10-12
1
-4
/
+4
*
hwmon: use simple i2c probe function
Stephen Kitt
2020-09-23
1
-3
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
2019-05-24
1
-14
/
+1
*
hwmon: (amc6821) Use permission specific SENSOR[_DEVICE]_ATTR variants
Guenter Roeck
2018-12-17
1
-142
/
+87
*
hwmon: (amc6821) sign extension temperature
Jared Bents
2016-12-02
1
-2
/
+2
*
hwmon: (amc6821) Convert to devm_hwmon_device_register_with_groups
Axel Lin
2014-08-04
1
-45
/
+25
*
hwmon: (amc6821) Avoid forward declaration
Axel Lin
2014-08-04
1
-206
/
+154
*
hwmon: (amc6821) Fix possible race condition bug
Axel Lin
2014-07-31
1
-6
/
+11
*
hwmon: (amc6821) Fix permissions for temp2_input
Axel Lin
2014-07-03
1
-1
/
+1
*
hwmon: (amc6821) Remove redundant break
Sachin Kamat
2013-09-11
1
-3
/
+0
*
hwmon: (amc6821) Fix return value
Sachin Kamat
2013-09-11
1
-2
/
+2
*
hwmon: Replace SENSORS_LIMIT with clamp_val
Guenter Roeck
2013-01-26
1
-20
/
+12
*
hwmon: (amc6821) Convert to use devm_ functions
Guenter Roeck
2012-09-24
1
-11
/
+5
*
hwmon: (amc6821) Fix multi-line comments
Guenter Roeck
2012-03-19
1
-27
/
+30
*
hwmon: convert drivers/hwmon/* to use module_i2c_driver()
Axel Lin
2012-03-19
1
-14
/
+1
*
hwmon: (amc6821) fix initialisation
Frans Meulenbroeks
2012-03-19
1
-1
/
+1
*
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
2012-01-05
1
-7
/
+7
*
hwmon: Change mail address of Hans J. Koch
Hans J. Koch
2010-11-15
1
-1
/
+1
*
hwmon: (amc6821) Double unlock bug
Dan Carpenter
2010-01-25
1
-1
/
+0
*
hwmon: driver for Texas Instruments amc6821 chip
Tomaz Mertelj
2010-01-11
1
-0
/
+1116