From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756246Ab2IQR0Z (ORCPT ); Mon, 17 Sep 2012 13:26:25 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:44282 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754409Ab2IQR0X (ORCPT ); Mon, 17 Sep 2012 13:26:23 -0400 Date: Mon, 17 Sep 2012 13:27:54 -0400 From: Matt Porter To: Linux OMAP List , Linux SPI Devel List , Grant Likely , Tony Lindgren Cc: Linux Kernel Mailing List , Linux ARM Kernel List , AnilKumar Subject: Re: [PATCH v2 0/2] Add pinctrl support to omap2-mcspi Message-ID: <20120917172754.GR27758@beef> References: <1347902538-21208-1-git-send-email-mporter@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1347902538-21208-1-git-send-email-mporter@ti.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 17, 2012 at 01:22:16PM -0400, Matt Porter wrote: > Changes since v1: > - warns that pins are not configured by the driver rather than > exiting > - dummy states are only enabled for OMAP platforms where DT is > not populated > > This series enables pinctrl support for McSPI. Platforms that boot only > from DT and rely on pinctrl to set pinmuxes appropriately require this > for omap2-mcspi operation. > > It has been tested on AM335x BeagleBone with an Adafruit SPI LCD attached > and regression tested on Beagleboard xM booting in the !DT case, using > board-omap3evm.c. > > The series applies on top of Tony's dt-devel branch. *sigh*, that's devel-dt of course.