summaryrefslogtreecommitdiff
path: root/drivers/hwmon/ds620.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop digital thermometer and thermostat (DTT) driversSimon Glass2017-05-221-65/+0
| | | | | | | | | | This subsystem is quite old. It has been replaced with a driver-model version (UCLASS_THERMAL). Boards are free to convert to that if required, but here is a removal patch that could be applied in the meantime. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>
* dtt: add ds620 supportAlbert ARIBAUD \(3ADEV\)2015-04-101-0/+65
Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>