From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757590AbbFQTBI (ORCPT ); Wed, 17 Jun 2015 15:01:08 -0400 Received: from mail-pd0-f177.google.com ([209.85.192.177]:35127 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756613AbbFQTA7 (ORCPT ); Wed, 17 Jun 2015 15:00:59 -0400 From: Vaibhav Hiremath To: linux-arm-kernel@lists.infradead.org Cc: robh+dt@kernel.org, lee.jones@linaro.org, devicetree@vger.kernel.org, rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org, Vaibhav Hiremath Subject: [PATCH-v2 0/3] mfd: 88pm800: Add Device tree support Date: Thu, 18 Jun 2015 00:28:04 +0530 Message-Id: <1434567488-6477-1-git-send-email-vaibhav.hiremath@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch-series adds support for Device tree to 88PM800 mfd driver. It also enabled configuration of irq clear method through DT. Testing:: - Boot tested on PXA1928 based platform. - probe of mfd, rtc and regulator function passing successfully. - Basic read operations on registers V1 => V1 ======= Link to V1: http://lkml.iu.edu/hypermail/linux/kernel/1505.3/04386.html - Split binding changes from original commit - Updated binding info as per Rob's suggestion - Dropped PATCH 4/4, as discussed during review - Dropped PATCH 3/4, as it is independent RTC code change, so will submit it separately to ease merging. - Fixed all other minor comments 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 (3): mfd: 88pm800: Add device tree support mfd: 88pm800: Allow configuration of interrupt clear method mfd: devicetree: bindings: Add new 88pm800 mfd binding Documentation/devicetree/bindings/mfd/88pm800.txt | 60 +++++++++++++++++++++++ drivers/mfd/88pm800.c | 40 +++++++++++++-- include/linux/mfd/88pm80x.h | 6 ++- 3 files changed, 99 insertions(+), 7 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/88pm800.txt -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com. [209.85.192.175]) by gmr-mx.google.com with ESMTPS id fl5si663678pad.0.2015.06.17.12.00.59 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Jun 2015 12:00:59 -0700 (PDT) Received: by pdbki1 with SMTP id ki1so46712991pdb.1 for ; Wed, 17 Jun 2015 12:00:58 -0700 (PDT) From: Vaibhav Hiremath To: linux-arm-kernel@lists.infradead.org Cc: robh+dt@kernel.org, lee.jones@linaro.org, devicetree@vger.kernel.org, rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org, Vaibhav Hiremath Subject: [rtc-linux] [PATCH-v2 0/3] mfd: 88pm800: Add Device tree support Date: Thu, 18 Jun 2015 00:28:04 +0530 Message-Id: <1434567488-6477-1-git-send-email-vaibhav.hiremath@linaro.org> In-Reply-To: References: Reply-To: rtc-linux@googlegroups.com Content-Type: text/plain; charset=UTF-8 List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , This patch-series adds support for Device tree to 88PM800 mfd driver. It also enabled configuration of irq clear method through DT. Testing:: - Boot tested on PXA1928 based platform. - probe of mfd, rtc and regulator function passing successfully. - Basic read operations on registers V1 => V1 ======= Link to V1: http://lkml.iu.edu/hypermail/linux/kernel/1505.3/04386.html - Split binding changes from original commit - Updated binding info as per Rob's suggestion - Dropped PATCH 4/4, as discussed during review - Dropped PATCH 3/4, as it is independent RTC code change, so will submit it separately to ease merging. - Fixed all other minor comments 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 (3): mfd: 88pm800: Add device tree support mfd: 88pm800: Allow configuration of interrupt clear method mfd: devicetree: bindings: Add new 88pm800 mfd binding Documentation/devicetree/bindings/mfd/88pm800.txt | 60 +++++++++++++++++++++++ drivers/mfd/88pm800.c | 40 +++++++++++++-- include/linux/mfd/88pm80x.h | 6 ++- 3 files changed, 99 insertions(+), 7 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/88pm800.txt -- 1.9.1 -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 From: vaibhav.hiremath@linaro.org (Vaibhav Hiremath) Date: Thu, 18 Jun 2015 00:28:04 +0530 Subject: [PATCH-v2 0/3] mfd: 88pm800: Add Device tree support In-Reply-To: References: Message-ID: <1434567488-6477-1-git-send-email-vaibhav.hiremath@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org This patch-series adds support for Device tree to 88PM800 mfd driver. It also enabled configuration of irq clear method through DT. Testing:: - Boot tested on PXA1928 based platform. - probe of mfd, rtc and regulator function passing successfully. - Basic read operations on registers V1 => V1 ======= Link to V1: http://lkml.iu.edu/hypermail/linux/kernel/1505.3/04386.html - Split binding changes from original commit - Updated binding info as per Rob's suggestion - Dropped PATCH 4/4, as discussed during review - Dropped PATCH 3/4, as it is independent RTC code change, so will submit it separately to ease merging. - Fixed all other minor comments 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 (3): mfd: 88pm800: Add device tree support mfd: 88pm800: Allow configuration of interrupt clear method mfd: devicetree: bindings: Add new 88pm800 mfd binding Documentation/devicetree/bindings/mfd/88pm800.txt | 60 +++++++++++++++++++++++ drivers/mfd/88pm800.c | 40 +++++++++++++-- include/linux/mfd/88pm80x.h | 6 ++- 3 files changed, 99 insertions(+), 7 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/88pm800.txt -- 1.9.1