https://github.com/torvalds/linux
Revision 5c6b2aaf9316fd0983c0c999d920306ddc65bd2d authored by Steve Wise on 03 November 2016, 19:09:38 UTC, committed by Doug Ledford on 17 November 2016, 01:10:36 UTC
Also, rearrange things a bit to have a common c4iw_invalidate_mr()
function used everywhere that we need to invalidate.

Fixes: 49b53a93a64a ("iw_cxgb4: add fast-path for small REG_MR operations")
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
1 parent 4ff522e
Raw File
Tip revision: 5c6b2aaf9316fd0983c0c999d920306ddc65bd2d authored by Steve Wise on 03 November 2016, 19:09:38 UTC
iw_cxgb4: invalidate the mr when posting a read_w_inv wr
Tip revision: 5c6b2aa
twl4030-madc-hwmon
Kernel driver twl4030-madc
=========================

Supported chips:
	* Texas Instruments TWL4030
	Prefix: 'twl4030-madc'


Authors:
	J Keerthy <j-keerthy@ti.com>

Description
-----------

The Texas Instruments TWL4030 is a Power Management and Audio Circuit. Among
other things it contains a 10-bit A/D converter MADC. The converter has 16
channels which can be used in different modes.


See this table for the meaning of the different channels

Channel Signal
------------------------------------------
0	Battery type(BTYPE)
1	BCI: Battery temperature (BTEMP)
2	GP analog input
3	GP analog input
4	GP analog input
5	GP analog input
6	GP analog input
7	GP analog input
8	BCI: VBUS voltage(VBUS)
9	Backup Battery voltage (VBKP)
10	BCI: Battery charger current (ICHG)
11	BCI: Battery charger voltage (VCHG)
12	BCI: Main battery voltage (VBAT)
13	Reserved
14	Reserved
15	VRUSB Supply/Speaker left/Speaker right polarization level


The Sysfs nodes will represent the voltage in the units of mV,
the temperature channel shows the converted temperature in
degree Celsius. The Battery charging current channel represents
battery charging current in mA.
back to top