mfd: axp20x: Add support for AXP806 PMIC
authorChen-Yu Tsai <wens@csie.org>
Sat, 27 Aug 2016 07:55:38 +0000 (15:55 +0800)
committerLee Jones <lee.jones@linaro.org>
Mon, 12 Sep 2016 08:56:15 +0000 (09:56 +0100)
commit95f3d81751806971d3ed07e65118e14050bc35c9
tree3667657fee7cd04c7b86965fcb6695ea7c35ce92
parentf7b12b2622c04d0371cece6aa0b9f0b2f35868aa
mfd: axp20x: Add support for AXP806 PMIC

The X-Powers AXP806 is a new PMIC that is paired with Allwinner's A80
SoC, along with a master AXP809 PMIC.

This PMIC has a new register layout, and supports some functions not
seen in other X-Powers PMICs, such as master-slave mode, or having
multiple AXP806 PMICs on the same bus with address space extension,
or supporting both I2C and RSB mode. I2C has not been tested.

This patch adds support for the interrupts of the PMIC. A regulator
sub-device is enabled, but actual regulator support will come in a
later patch.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/axp20x-rsb.c
drivers/mfd/axp20x.c
include/linux/mfd/axp20x.h
This page took 0.027116 seconds and 5 git commands to generate.