Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752788AbcD0OL4 (ORCPT ); Wed, 27 Apr 2016 10:11:56 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:36083 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752597AbcD0OLx (ORCPT ); Wed, 27 Apr 2016 10:11:53 -0400 From: Franklin S Cooper Jr To: robh+dt@kernel.org, linux@arm.linux.org.uk, ssantosh@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Franklin S Cooper Jr Subject: [PATCH 0/5] ARM:Keystone: Add pinmuxing support Date: Wed, 27 Apr 2016 09:11:43 -0500 Message-Id: <1461766308-27669-1-git-send-email-fcooper@ti.com> X-Mailer: git-send-email 2.7.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 839 Lines: 24 Unlike most Keystone 2 devices, K2G supports pinmuxing of its pins. This patch series enables pinmuxing for Keystone 2 devices. Franklin S Cooper Jr (1): ARM: keystone: defconfig: Enable PINCTRL SINGLE for Keystone 2 Lokesh Vutla (3): ARM: Keystone: Enable PINCTRL for Keystone ARCH ARM: dts: keystone: Header file for pinctrl constants ARM: dts: k2g-evm: Add pinmuxing for UART0 Vitaly Andrianov (1): ARM: dts: k2g: Add pinctrl support arch/arm/boot/dts/keystone-k2g-evm.dts | 11 ++++++++++ arch/arm/boot/dts/keystone-k2g.dtsi | 8 +++++++ arch/arm/configs/keystone_defconfig | 1 + arch/arm/mach-keystone/Kconfig | 1 + include/dt-bindings/pinctrl/keystone.h | 39 ++++++++++++++++++++++++++++++++++ 5 files changed, 60 insertions(+) create mode 100644 include/dt-bindings/pinctrl/keystone.h -- 2.7.0