forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/…
…git/sameo/mfd-2.6 * 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6: (55 commits) regulator: Voltage count for AB3100 mfd: Convert WM8350 to use request_threaded_irq() mfd: Update MAINTAINERS patterns for WM831x mfd: Fix twl4030-power warnings regulator: AB3100 support rtc: AB3100 RTC support mfd: Fix ab3100-otp build failure mfd: OMAP: Board-specifc twl4030 DPS scripts for RX51 board mfd: Print warning for twl4030 out-of-order script loading mfd: Add support for TWL4030/5030 dynamic power switching mfd: AB3100 OTP readout regulator: Add Freescale MC13783 driver mfd: Add Freescale MC13783 driver mfd: AB3100 disable irq nosync mfd: AB3100 alter default setting mfd: AB3100 propagate error mfd: AB3100 accessor function cleanups rtc: Add support for RTCs on Wolfson WM831x devices regulator: get pcap data from the parent device input: PCAP2 misc input driver ...
- Loading branch information
Showing
65 changed files
with
12,770 additions
and
119 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Kernel driver wm831x-hwmon | ||
========================== | ||
|
||
Supported chips: | ||
* Wolfson Microelectronics WM831x PMICs | ||
Prefix: 'wm831x' | ||
Datasheet: | ||
http://www.wolfsonmicro.com/products/WM8310 | ||
http://www.wolfsonmicro.com/products/WM8311 | ||
http://www.wolfsonmicro.com/products/WM8312 | ||
|
||
Authors: Mark Brown <[email protected]> | ||
|
||
Description | ||
----------- | ||
|
||
The WM831x series of PMICs include an AUXADC which can be used to | ||
monitor a range of system operating parameters, including the voltages | ||
of the major supplies within the system. Currently the driver provides | ||
reporting of all the input values but does not provide any alarms. | ||
|
||
Voltage Monitoring | ||
------------------ | ||
|
||
Voltages are sampled by a 12 bit ADC. Voltages in milivolts are 1.465 | ||
times the ADC value. | ||
|
||
Temperature Monitoring | ||
---------------------- | ||
|
||
Temperatures are sampled by a 12 bit ADC. Chip and battery temperatures | ||
are available. The chip temperature is calculated as: | ||
|
||
Degrees celsius = (512.18 - data) / 1.0983 | ||
|
||
while the battery temperature calculation will depend on the NTC | ||
thermistor component. |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Kernel driver wm8350-hwmon | ||
========================== | ||
|
||
Supported chips: | ||
* Wolfson Microelectronics WM835x PMICs | ||
Prefix: 'wm8350' | ||
Datasheet: | ||
http://www.wolfsonmicro.com/products/WM8350 | ||
http://www.wolfsonmicro.com/products/WM8351 | ||
http://www.wolfsonmicro.com/products/WM8352 | ||
|
||
Authors: Mark Brown <[email protected]> | ||
|
||
Description | ||
----------- | ||
|
||
The WM835x series of PMICs include an AUXADC which can be used to | ||
monitor a range of system operating parameters, including the voltages | ||
of the major supplies within the system. Currently the driver provides | ||
simple access to these major supplies. | ||
|
||
Voltage Monitoring | ||
------------------ | ||
|
||
Voltages are sampled by a 12 bit ADC. For the internal supplies the ADC | ||
is referenced to the system VRTC. |
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 |
---|---|---|
|
@@ -5683,6 +5683,26 @@ S: Supported | |
F: drivers/input/touchscreen/*wm97* | ||
F: include/linux/wm97xx.h | ||
|
||
WOLFSON MICROELECTRONICS PMIC DRIVERS | ||
P: Mark Brown | ||
M: [email protected] | ||
L: [email protected] | ||
T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus | ||
W: http://opensource.wolfsonmicro.com/node/8 | ||
S: Supported | ||
F: drivers/leds/leds-wm83*.c | ||
F: drivers/mfd/wm8*.c | ||
F: drivers/power/wm83*.c | ||
F: drivers/rtc/rtc-wm83*.c | ||
F: drivers/regulator/wm8*.c | ||
F: drivers/video/backlight/wm83*_bl.c | ||
F: drivers/watchdog/wm83*_wdt.c | ||
F: include/linux/mfd/wm831x/ | ||
F: include/linux/mfd/wm8350/ | ||
F: include/linux/mfd/wm8400/ | ||
F: sound/soc/codecs/wm8350.c | ||
F: sound/soc/codecs/wm8400.c | ||
|
||
X.25 NETWORK LAYER | ||
M: Henner Eisen <[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
Oops, something went wrong.