summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/mt6358-irq.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-21mfd: Add support for the MediaTek MT6358 PMICHsin-Hsiung Wang1-0/+235
This adds support for the MediaTek MT6358 PMIC. This is a multifunction device with the following sub modules: - Regulator - RTC - Codec - Interrupt It is interfaced to the host controller using SPI interface by a proprietary hardware called PMIC wrapper or pwrap. MT6358 MFD is a child device of the pwrap. Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>