From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [PATCH v4 1/4] arm/tegra: Prep boards for gpio/pinmux conversion to pdevs Date: Wed, 12 Oct 2011 15:37:49 -0700 Message-ID: <20111012223749.GA25128@quad.lixom.net> References: <1318371375-4083-1-git-send-email-swarren@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1318371375-4083-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: Colin Cross , Arnd Bergmann , Nicolas Pitre , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Grant Likely , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Peter De Schrijver List-Id: linux-tegra@vger.kernel.org On Tue, Oct 11, 2011 at 04:16:12PM -0600, Stephen Warren wrote: > The Tegra GPIO driver will be converted from static registration via > postcore_initcall() to be a platform device later in this patch series. > A new Tegra pinmux platform device will also be added. > > Prepare for this by modifying all boards to register the appropriate > platform devices before-hand, so that when the drivers are converted, > those devices will be probed, and git bisectability will be maintained. > > v2: Add resource definitions for GPIO and pinmux > > Signed-off-by: Stephen Warren Thanks, applied to for-3.2/features. -Olof