From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@wwwdotorg.org (Stephen Warren) Date: Thu, 25 Oct 2012 20:50:58 -0600 Subject: [PATCH 2/2] ARM: bcm2835: enable GPIO/pinctrl In-Reply-To: <1348805412-7804-2-git-send-email-swarren@wwwdotorg.org> References: <1348805412-7804-1-git-send-email-swarren@wwwdotorg.org> <1348805412-7804-2-git-send-email-swarren@wwwdotorg.org> Message-ID: <5089FA92.9090908@wwwdotorg.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 09/27/2012 10:10 PM, Stephen Warren wrote: > Enable GPIO and pinctrl in Kconfig. > > Add required for gpiolib. > > Instantiate the BCM2835 GPIO module in bcm2835.dtsi. > > Add a pinctrl definition to bcm2835-rpi-b.dts that sets up all of the > board's required pinmux configuration. GPIO aren't specified; that's > left to gpio_request(). Applied to rpi's for-3.8/soc branch. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 2/2] ARM: bcm2835: enable GPIO/pinctrl Date: Thu, 25 Oct 2012 20:50:58 -0600 Message-ID: <5089FA92.9090908@wwwdotorg.org> References: <1348805412-7804-1-git-send-email-swarren@wwwdotorg.org> <1348805412-7804-2-git-send-email-swarren@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1348805412-7804-2-git-send-email-swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Stephen Warren Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 09/27/2012 10:10 PM, Stephen Warren wrote: > Enable GPIO and pinctrl in Kconfig. > > Add required for gpiolib. > > Instantiate the BCM2835 GPIO module in bcm2835.dtsi. > > Add a pinctrl definition to bcm2835-rpi-b.dts that sets up all of the > board's required pinmux configuration. GPIO aren't specified; that's > left to gpio_request(). Applied to rpi's for-3.8/soc branch.