aboutsummaryrefslogtreecommitdiff
path: root/Documentation/hwmon/da9052
AgeCommit message (Collapse)AuthorFilesLines
2019-04-17docs: hwmon: Add an index file and rename docs to *.rstMauro Carvalho Chehab1-78/+0
Now that all files were converted to ReST format, rename them and add an index. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
2019-04-17docs: hwmon: da9052, da9055: convert to ReST formatMauro Carvalho Chehab1-12/+29
Convert da9052 and da9055 to ReST format, in order to allow them to be parsed by Sphinx. Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Guenter Roeck <[email protected]>
2012-10-10hwmon: Fix spelling of CelsiusPeter Meerwald1-1/+1
Signed-off-by: Peter Meerwald <[email protected]> Signed-off-by: Jean Delvare <[email protected]>
2012-07-21hwmon: Driver for DA9052/53 PMICAshish Jangam1-0/+61
The DA9052 PMIC provides an Analogue to Digital Converter with 10 bits resolution and 10 channels. This patch monitors the DA9052 PMIC's ADC channels mostly for battery parameters like battery temperature, junction temperature, battery current etc. This patch is functionally tested on Samsung SMDKV6410 Signed-off-by: David Dajun Chen <[email protected]> Signed-off-by: Ashish Jangam <[email protected]> [Guenter Roeck: __init --> __devinit for probe function] Signed-off-by: Guenter Roeck <[email protected]>