-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/ker…
…nel/git/groeck/linux-staging Pull hwmon fixes from Guenter Roeck: "Bug fixes for pmbus, ltc2978, and lineage-pem drivers Added specific maintainer for some hwmon drivers" * tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: hwmon: (pmbus/ltc2978) Fix temperature reporting hwmon: (pmbus) Fix krealloc() misuse in pmbus_add_attribute() hwmon: (lineage-pem) Add missing terminating entry for pem_[input|fan]_attributes MAINTAINERS: Add maintainer for MAX6697, INA209, and INA2XX drivers
- Loading branch information
Showing
4 changed files
with
42 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4005,6 +4005,22 @@ M: Stanislaw Gruszka <[email protected]> | |
S: Maintained | ||
F: drivers/usb/atm/ueagle-atm.c | ||
|
||
INA209 HARDWARE MONITOR DRIVER | ||
M: Guenter Roeck <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/hwmon/ina209 | ||
F: Documentation/devicetree/bindings/i2c/ina209.txt | ||
F: drivers/hwmon/ina209.c | ||
|
||
INA2XX HARDWARE MONITOR DRIVER | ||
M: Guenter Roeck <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/hwmon/ina2xx | ||
F: drivers/hwmon/ina2xx.c | ||
F: include/linux/platform_data/ina2xx.h | ||
|
||
INDUSTRY PACK SUBSYSTEM (IPACK) | ||
M: Samuel Iglesias Gonsalvez <[email protected]> | ||
M: Jens Taprogge <[email protected]> | ||
|
@@ -5098,6 +5114,15 @@ S: Maintained | |
F: Documentation/hwmon/max6650 | ||
F: drivers/hwmon/max6650.c | ||
|
||
MAX6697 HARDWARE MONITOR DRIVER | ||
M: Guenter Roeck <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: Documentation/hwmon/max6697 | ||
F: Documentation/devicetree/bindings/i2c/max6697.txt | ||
F: drivers/hwmon/max6697.c | ||
F: include/linux/platform_data/max6697.h | ||
|
||
MAXIRADIO FM RADIO RECEIVER DRIVER | ||
M: Hans Verkuil <[email protected]> | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters