diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-30 14:57:57 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-30 14:57:57 -0400 |
commit | 464c9098bbc17b4596aa12191a7e646a28e7587a (patch) | |
tree | 1d97f02c1f071f358f0d0b5fd8e04db3b9a7a9af /MAINTAINERS | |
parent | 4c677e2eefdba9c5bfc4474e2e91b26ae8458a1d (diff) | |
parent | f90be42fb383f39aa814b8e14de138da8973e5c1 (diff) |
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging
* 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging: (24 commits)
hwmon: (lm90) Refactor reading of config2 register
hwmon: (lm90) Make SA56004 detection more robust
hwmon: (lm90) Simplify handling of extended local temp register
hwmon: (pmbus) Add client driver for LM25066, LM5064, and LM5066
hwmon: (max34440) Add support for peak attributes
hwmon: (max8688) Add support for peak attributes
hwmon: (max16064) Add support for peak attributes
hwmon: (adm1275) Add support for peak attributes
hwmon: (pmbus) Add support for peak attributes
hwmon: Add new attributes to sysfs ABI
hwmon: (pmbus) Strengthen check for status register existence
hwmon: (pmbus) Add support for virtual pages
hwmon: (pmbus) Support reading and writing of word registers in device specific code
hwmon: (pmbus) Increase attribute name size
hwmon: (pmbus) Add ADP4000, NCP4200 and NCP4208 to list of supported devices
hwmon: (pmbus) Add support for VID output voltage mode
hwmon: (pmbus) Move PMBus drivers to drivers/hwmon/pmbus
hwmon: (coretemp) Add core/pkg threshold support to Coretemp
hwmon: (lm95241) Add support for LM95231
hwmon: LM95245 driver
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1d2e79db0f58..cf5e8a79309b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4150,6 +4150,13 @@ S: Orphan | |||
4150 | F: drivers/video/matrox/matroxfb_* | 4150 | F: drivers/video/matrox/matroxfb_* |
4151 | F: include/linux/matroxfb.h | 4151 | F: include/linux/matroxfb.h |
4152 | 4152 | ||
4153 | MAX1668 TEMPERATURE SENSOR DRIVER | ||
4154 | M: "David George" <david.george@ska.ac.za> | ||
4155 | L: lm-sensors@lm-sensors.org | ||
4156 | S: Maintained | ||
4157 | F: Documentation/hwmon/max1668 | ||
4158 | F: drivers/hwmon/max1668.c | ||
4159 | |||
4153 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER | 4160 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
4154 | M: "Hans J. Koch" <hjk@hansjkoch.de> | 4161 | M: "Hans J. Koch" <hjk@hansjkoch.de> |
4155 | L: lm-sensors@lm-sensors.org | 4162 | L: lm-sensors@lm-sensors.org |
@@ -4999,6 +5006,17 @@ F: drivers/i2c/busses/i2c-puv3.c | |||
4999 | F: drivers/video/fb-puv3.c | 5006 | F: drivers/video/fb-puv3.c |
5000 | F: drivers/rtc/rtc-puv3.c | 5007 | F: drivers/rtc/rtc-puv3.c |
5001 | 5008 | ||
5009 | PMBUS HARDWARE MONITORING DRIVERS | ||
5010 | M: Guenter Roeck <guenter.roeck@ericsson.com> | ||
5011 | L: lm-sensors@lm-sensors.org | ||
5012 | W: http://www.lm-sensors.org/ | ||
5013 | W: http://www.roeck-us.net/linux/drivers/ | ||
5014 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git | ||
5015 | S: Maintained | ||
5016 | F: Documentation/hwmon/pmbus | ||
5017 | F: drivers/hwmon/pmbus/ | ||
5018 | F: include/linux/i2c/pmbus.h | ||
5019 | |||
5002 | PMC SIERRA MaxRAID DRIVER | 5020 | PMC SIERRA MaxRAID DRIVER |
5003 | M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> | 5021 | M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> |
5004 | L: linux-scsi@vger.kernel.org | 5022 | L: linux-scsi@vger.kernel.org |