index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
pmbus
/
ltc2978.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwmon: (ltc2978) Add support for LTM4675
Guenter Roeck
2015-08-19
1
-2
/
+8
*
hwmon: (ltc2978) Add polling for chips requiring it
Michael Jones
2015-08-19
1
-10
/
+101
*
hwmon: (ltc2978) Add support for LTC3886
Guenter Roeck
2015-08-17
1
-2
/
+22
*
hwmon: (ltc2978) Add support for LTC2980 and LTM2987
Guenter Roeck
2015-08-17
1
-3
/
+17
*
hwmon: (ltc2978) Add missing chip IDs for LTC2978 and LTC3882
Guenter Roeck
2015-08-17
1
-3
/
+8
*
hwmon: (ltc2978) Use correct ID mask to detect all chips
Guenter Roeck
2015-08-17
1
-22
/
+17
*
hwmon: (ltc2978) Introduce helper functions for min and max values
Guenter Roeck
2015-08-17
1
-91
/
+57
*
hwmon: (ltc2978) Introduce feature flags
Guenter Roeck
2015-08-17
1
-12
/
+18
*
hwmon: (ltc2978) Add support for LTC2975
Guenter Roeck
2015-08-17
1
-10
/
+94
*
hwmon: (ltc2978) Add support for LTC3887
Guenter Roeck
2015-08-12
1
-5
/
+14
*
hwmon: (ltc2978) Add additional chip IDs for LTM4676 and LTM4676A
Guenter Roeck
2015-08-12
1
-2
/
+6
*
hwmon: (ltc2978) Add support for LTC3882
Guenter Roeck
2015-08-12
1
-6
/
+44
*
hwmon: (ltc2978) Move code to read chip ID into separate function
Guenter Roeck
2015-08-12
1
-19
/
+29
*
hwmon: (ltc2978) LTM4676 supports CLEAR_PEAKS
Guenter Roeck
2015-08-09
1
-1
/
+1
*
hwmon: (ltc2978) Add regulator support
Alan Tull
2014-11-30
1
-1
/
+38
*
hwmon: (pmbus/ltc2978) Add support for LTM4676
Guenter Roeck
2014-03-19
1
-9
/
+11
*
hwmon: (pmbus/ltc2978) Add new chip ID for LTC2974
Guenter Roeck
2014-03-05
1
-2
/
+3
*
hwmon: (pmbus/ltc2978): Add support for LTC2978A
Guenter Roeck
2013-10-18
1
-1
/
+3
*
hwmon: (pmbus/ltc2978): Add support for LTC2977
Guenter Roeck
2013-10-18
1
-3
/
+9
*
hwmon: (pmbus/ltc2978) Add support for LTC2974 and LTC3883
Guenter Roeck
2013-04-07
1
-19
/
+130
*
hwmon: (pmbus/ltc2978) Code cleanup
Guenter Roeck
2013-04-07
1
-11
/
+14
*
hwmon: (pmbus/ltc2978) Fix temperature reporting
Guenter Roeck
2013-03-14
1
-6
/
+8
*
hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionality
Guenter Roeck
2013-03-03
1
-1
/
+1
*
hwmon: (pmbus/ltc2978) Fix peak attribute handling
Guenter Roeck
2013-03-03
1
-13
/
+15
*
hwmon: (pmbus) Simplify remove functions
Guenter Roeck
2012-03-18
1
-7
/
+1
*
hwmon: (pmbus) Convert pmbus drivers to use devm_kzalloc
Guenter Roeck
2012-03-18
1
-22
/
+8
*
hwmon: convert drivers/hwmon/* to use module_i2c_driver()
Axel Lin
2012-03-18
1
-11
/
+1
*
hwmon: (pmbus/ltc2978) Add support for LTC3880 to LTC2978 driver
Guenter Roeck
2011-10-24
1
-12
/
+125
*
hwmon: (pmbus/ltc2978) Explicit driver for LTC2978
Guenter Roeck
2011-10-24
1
-0
/
+295