~ubuntu-branches/ubuntu/precise/linux-linaro-u8500/precise

« back to all changes in this revision

Viewing changes to Documentation/hwmon/twl4030-madc-hwmon

  • Committer: Bazaar Package Importer
  • Author(s): John Rigby, Upstream Fixes, Andy Green, John Rigby
  • Date: 2011-04-14 12:16:06 UTC
  • Revision ID: james.westby@ubuntu.com-20110414121606-b77podkyqgr2oix7
Tags: 2.6.38-1002.3
[ Upstream Fixes ]

* MUSB: shutdown: Make sure block is awake before doing shutdown
  - LP: #745737
* Fixed gpio polarity of gpio USB-phy reset.
  - LP: #747639

[ Andy Green ]

* LINARO: SAUCE: disable CONFIG_OMAP_RESET_CLOCKS
  - LP: #752900

[ John Rigby ]

* Rebase to new upstreams:
  Linux v2.6.38.1
  linaro-linux-2.6.38-upstream-29Mar2011
  Ubuntu-2.6.38-7.35
* SAUCE: OMAP4: clock: wait for module to become accessible on
  a clk enable
  - LP: #745737
* Rebase to new upstreams:
  Linux v2.6.38.2
  linaro-linux-2.6.38-upstream-5Apr2011
  Ubuntu-2.6.38-8.41
  - LP: #732842
* Update configs for device tree, dvfs and lttng
* LINARO: add building of dtb's
* LINARO: SAUCE: Disable lowest operating freqs on omap34xx
  - LP: #732912

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Kernel driver twl4030-madc
 
2
=========================
 
3
 
 
4
Supported chips:
 
5
        * Texas Instruments TWL4030
 
6
        Prefix: 'twl4030-madc'
 
7
 
 
8
 
 
9
Authors:
 
10
        J Keerthy <j-keerthy@ti.com>
 
11
 
 
12
Description
 
13
-----------
 
14
 
 
15
The Texas Instruments TWL4030 is a Power Management and Audio Circuit. Among
 
16
other things it contains a 10-bit A/D converter MADC. The converter has 16
 
17
channels which can be used in different modes.
 
18
 
 
19
 
 
20
See this table for the meaning of the different channels
 
21
 
 
22
Channel Signal
 
23
------------------------------------------
 
24
0       Battery type(BTYPE)
 
25
1       BCI: Battery temperature (BTEMP)
 
26
2       GP analog input
 
27
3       GP analog input
 
28
4       GP analog input
 
29
5       GP analog input
 
30
6       GP analog input
 
31
7       GP analog input
 
32
8       BCI: VBUS voltage(VBUS)
 
33
9       Backup Battery voltage (VBKP)
 
34
10      BCI: Battery charger current (ICHG)
 
35
11      BCI: Battery charger voltage (VCHG)
 
36
12      BCI: Main battery voltage (VBAT)
 
37
13      Reserved
 
38
14      Reserved
 
39
15      VRUSB Supply/Speaker left/Speaker right polarization level
 
40
 
 
41
 
 
42
The Sysfs nodes will represent the voltage in the units of mV,
 
43
the temperature channel shows the converted temperature in
 
44
degree celcius. The Battery charging current channel represents
 
45
battery charging current in mA.