From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Crispin Subject: [PATCH 0/4] mfd: mediatek: add support for MT6323 Date: Sun, 10 Jan 2016 17:18:45 +0100 Message-ID: <1452442729-27154-1-git-send-email-blogic@openwrt.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Matthias Brugger Cc: linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-mediatek@lists.infradead.org MT6323 and MT6397 are very similar. Currently there is only a regulator driver for the MT6323. This series is based on a patch that I was given by MTK. Signed-off-by: John Crispin 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, 527 insertions(+), 18 deletions(-) create mode 100644 include/linux/mfd/mt6323/core.h create mode 100644 include/linux/mfd/mt6323/registers.h -- 1.7.10.4