From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752610AbbBWTPQ (ORCPT ); Mon, 23 Feb 2015 14:15:16 -0500 Received: from avon.wwwdotorg.org ([70.85.31.133]:44044 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752326AbbBWTPO (ORCPT ); Mon, 23 Feb 2015 14:15:14 -0500 Message-ID: <54EB7AB1.5060200@wwwdotorg.org> Date: Mon, 23 Feb 2015 12:08:33 -0700 From: Stephen Warren User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Charles Keepax , lee@kernel.org, Stefan Wahren CC: linux@arm.linux.org.uk, robh+dt@kernel.org, pawel.moll@arm.com, galak@codeaurora.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH] ARM: bcm2835: Add header file for pinctrl constants References: <1424624396-812-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> In-Reply-To: <1424624396-812-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/22/2015 09:59 AM, Charles Keepax wrote: > This patch adds a header file for the constants used in pincontrol > configuration for the bcm2835. This seems like a duplicate of the following series: https://lkml.org/lkml/2015/1/16/402 [PATCH 0/4] ARM: bcm2835: DT improvements [PATCH 1/4] dt-bindings: Add vendor prefix for Raspberry Pi [PATCH 2/4] dt-bindings: Add root properties for Raspberry Pi B and B+ [PATCH 3/4] ARM: bcm2835: Add header file for pinctrl constants https://lkml.org/lkml/2015/1/16/405 [PATCH 4/4] ARM: bcm2835: Use pinctrl header Lee, are you planning on applying one/both/some of these?