From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vaibhav Hiremath Subject: [PATCH 0/4] Add Device tree support for 88PM800 mfd and rtc driver Date: Sat, 30 May 2015 03:49:18 +0530 Message-ID: <1432937962-4537-1-git-send-email-vaibhav.hiremath@linaro.org> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-arm-kernel@lists.infradead.org Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, sameo@linux.intel.com, lee.jones@linaro.org, a.zummo@towertech.it, alexandre.belloni@free-electrons.com, Vaibhav Hiremath List-Id: devicetree@vger.kernel.org This patch-series adds support for Device tree to 88PM800 mfd and rtc driver. It also creates the DT binding for 88pm800 driver. Testing:: - Boot tested on PXA1928 based platform. - probe of mfd, rtc and regulator function passing. Attempt has been made to push some of the patches to the list sometime back in 2013. Link to previous patch submission: https://lkml.org/lkml/2013/8/14/86 Vaibhav Hiremath (4): mfd: 88pm800: add device tree support mfd: 88pm800: use irq_mode to configure interrupt status reg clear method rtc: 88pm80x: add device tree support mfd: 88pm800: allocate pdata->rtc if not allocated earlier Documentation/devicetree/bindings/mfd/88pm800.txt | 57 +++++++++++++++++++++ drivers/mfd/88pm800.c | 62 ++++++++++++++++++++++- drivers/rtc/rtc-88pm80x.c | 28 ++++++---- include/linux/mfd/88pm80x.h | 2 + 4 files changed, 137 insertions(+), 12 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/88pm800.txt -- 1.9.1