Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756312AbbLDRK2 (ORCPT ); Fri, 4 Dec 2015 12:10:28 -0500 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:12366 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754526AbbLDRKX (ORCPT ); Fri, 4 Dec 2015 12:10:23 -0500 X-IronPort-AV: E=Sophos;i="5.20,380,1444719600"; d="scan'208";a="82233982" From: Yendapally Reddy Dhananjaya Reddy To: Linus Walleij , Ray Jui , Scott Branden , Jon Mason CC: Rob Herring , Pawel Moll , "Mark Rutland" , Ian Campbell , Kumar Gala , , , , , Yendapally Reddy Dhananjaya Reddy Subject: [PATCH v2 0/3] gpio support for Broadcom NSP Date: Fri, 4 Dec 2015 12:09:41 -0500 Message-ID: <1449248981-12102-1-git-send-email-yrdreddy@broadcom.com> X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1540 Lines: 41 This is the second iteration in the series. Changes in v2: Addressed the review comments on device tree bindings and the device tree file. This patchset contains the gpio support for the Broadcom's Northstar Plus (NSP) SOC. The first patch provides the documentation details and the second patch contains driver details. The third patch contains the enable method. This patchset has been tested on NSP bcm958625HR board with pinctrl patch added. This patchset is based on v4.4.0-rc1 and is available from github repo: https://github.com/Broadcom/cygnus-linux.git branch: nsp-gpio-v1 Yendapally Reddy Dhananjaya Reddy (3): pinctrl: Broadcom NSP GPIO-a device tree bindings pinctrl: nsp: add gpio-a driver support for Broadcom NSP SoC ARM: dts: enable GPIO-a for Broadcom NSP .../devicetree/bindings/pinctrl/brcm,nsp-gpio.txt | 80 +++ arch/arm/boot/dts/bcm-nsp.dtsi | 12 + drivers/pinctrl/bcm/Kconfig | 17 + drivers/pinctrl/bcm/Makefile | 1 + drivers/pinctrl/bcm/pinctrl-nsp-gpio.c | 749 +++++++++++++++++++++ 5 files changed, 859 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/brcm,nsp-gpio.txt create mode 100644 drivers/pinctrl/bcm/pinctrl-nsp-gpio.c -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/