+20
−0
+8
−0
+1
−0
drivers/mfd/syscon.c
0 → 100644
+176
−0
include/linux/mfd/syscon.h
0 → 100644
+23
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Add regmap based syscon driver. This is usually used for access misc bits in registers which does not belong to a specific module, for example, IMX IOMUXC GPR and ANATOP. With this driver, client can use generic regmap API to access registers which are registered into syscon. Reviewed-by:Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by:
Stephen Warren <swarren@wwwdotorg.org> Signed-off-by:
Dong Aisheng <dong.aisheng@linaro.org> Signed-off-by:
Samuel Ortiz <sameo@linux.intel.com>