]> asedeno.scripts.mit.edu Git - linux.git/commit
mfd: Add support for Allwinner SoCs ADC
authorQuentin Schulz <quentin.schulz@free-electrons.com>
Thu, 15 Sep 2016 12:44:03 +0000 (14:44 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 29 Nov 2016 08:21:19 +0000 (08:21 +0000)
commit937d3a0af521ece133a8716c1bf2d8044e15faa0
treed77797522fd23587448d1e037097594a9575d187
parent7fff7d9b15449c317fcc5dcd82ebb17dd0ae53e1
mfd: Add support for Allwinner SoCs ADC

The Allwinner SoCs all have an ADC that can also act as a touchscreen
controller and a thermal sensor. For now, only the ADC and the thermal
sensor drivers are probed by the MFD, the touchscreen controller support
will be added later.

Signed-off-by: Quentin Schulz <quentin.schulz@free-electrons.com>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/sun4i-gpadc.c [new file with mode: 0644]
include/linux/mfd/sun4i-gpadc.h [new file with mode: 0644]