mfd: max77620: Add core driver for MAX77620/MAX20024
authorLaxman Dewangan <ldewangan@nvidia.com>
Thu, 28 Apr 2016 09:58:56 +0000 (15:28 +0530)
committerLee Jones <lee.jones@linaro.org>
Mon, 9 May 2016 14:42:00 +0000 (15:42 +0100)
commit327156c593600e0f08575621c2a56f311d482e7a
tree11b013f45d4f0b3d055f9113bd5cf4cf34dd0118
parent37ac9c9029905b5b3a3e4526fdcde1892d8f5501
mfd: max77620: Add core driver for MAX77620/MAX20024

MAX77620/MAX20024 are Power Management IC from the MAXIM.
It supports RTC, multiple GPIOs, multiple DCDC and LDOs,
watchdog, clock etc.

Add MFD drier to provides common support for accessing the
device; additional drivers is developed on respected subsystem
in order to use the functionality of the device.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Mallikarjun Kasoju <mkasoju@nvidia.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/max77620.c [new file with mode: 0644]
include/linux/mfd/max77620.h [new file with mode: 0644]