Changes in V2: * send to proper maintainer * add more people in Cc John Crispin (4): dt-bindings: mfd: Add bindings for the MediaTek MT6323 PMIC mfd: mediatek: int_con and int_status may vary in location mfd: mediatek: add support for different Slave types mfd: mediatek: add MT6323 support to MT6397 driver
Documentation/devicetree/bindings/mfd/mt6397.txt | 10 +- drivers/mfd/mt6397-core.c | 77 +++- include/linux/mfd/mt6323/core.h | 42 +++ include/linux/mfd/mt6323/registers.h | 414 ++++++++++++++++++++++ include/linux/mfd/mt6397/core.h | 2 + 5 files changed, 528 insertions(+), 17 deletions(-) create mode 100644 include/linux/mfd/mt6323/core.h create mode 100644 include/linux/mfd/mt6323/registers.h -- 1.7.10.4