Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933785AbbHKI20 (ORCPT ); Tue, 11 Aug 2015 04:28:26 -0400 Received: from eusmtp01.atmel.com ([212.144.249.242]:49683 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753539AbbHKI2Y (ORCPT ); Tue, 11 Aug 2015 04:28:24 -0400 From: Ludovic Desroches To: , , , CC: , , , , Ludovic Desroches Subject: [PATCH 0/5] New Atmel PIO4 pinctrl/gpio driver Date: Tue, 11 Aug 2015 10:28:00 +0200 Message-ID: <1439281685-3020-1-git-send-email-ludovic.desroches@atmel.com> X-Mailer: git-send-email 2.5.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: 1367 Lines: 32 Hi, The Atmel PIO4 controller has been introduced with SAMA5D2 chip family. This drivers manages both pinmux/pinconf and gpio stuff. It is inspired by Mediatek pinctrl driver. Ludovic Desroches (5): pinctrl: introduce driver for Atmel PIO4 controller pinctrl: dt-binding: Add DT binding documentation for Atmel PIO4 MAINTAINERS: Add an entry for pinctrl-at91-pio4 ARM: at91/dt: sama5d2: add pio controller node ARM: at91/defconfig: sama5: add PIO4 controller support .../bindings/pinctrl/atmel,at91-pio4-pinctrl.txt | 90 ++ MAINTAINERS | 7 + arch/arm/boot/dts/sama5d2.dtsi | 14 + arch/arm/mach-at91/Kconfig | 1 + drivers/pinctrl/Kconfig | 13 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/pinctrl-at91-pio4.c | 1063 ++++++++++++++++++++ 7 files changed, 1189 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt create mode 100644 drivers/pinctrl/pinctrl-at91-pio4.c -- 2.5.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/