Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753689AbbGaPIB (ORCPT ); Fri, 31 Jul 2015 11:08:01 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:46155 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751485AbbGaPIA (ORCPT ); Fri, 31 Jul 2015 11:08:00 -0400 From: Ludovic Desroches To: , , CC: , , , Ludovic Desroches Subject: [RFC PATCH 0/3] New Atmel PIO4 pinctrl/gpio driver Date: Fri, 31 Jul 2015 17:08:07 +0200 Message-ID: <1438355290-28255-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: 1283 Lines: 33 Hi, Following our discussion, I send an RFC version of my driver. RFC because it is not totally achieved, some cleanup and feature addition is needed. At least, we could discuss about the 'core' part. I have used the pinmux property as Mediatek driver. Patch 3 is the internal dt files we are using. Thanks for your reviews. Ludovic Desroches (3): pinctrl: introduce driver for Atmel PIO4 controller ARM: at91/dt: add sama5d2 pinmux ARM: at91/dt: add pinctrl arch/arm/boot/dts/at91-sama5d2_xplained.dts | 386 ++++++++++ arch/arm/boot/dts/sama5d2-pinfunc.h | 760 +++++++++++++++++++ arch/arm/boot/dts/sama5d2.dtsi | 1076 +++++++++++++++++++++++++++ drivers/pinctrl/pinctrl-at91-pio4.c | 959 ++++++++++++++++++++++++ 4 files changed, 3181 insertions(+) create mode 100644 arch/arm/boot/dts/at91-sama5d2_xplained.dts create mode 100644 arch/arm/boot/dts/sama5d2-pinfunc.h create mode 100644 arch/arm/boot/dts/sama5d2.dtsi 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/