Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751936Ab2FRLvL (ORCPT ); Mon, 18 Jun 2012 07:51:11 -0400 Received: from mail-vc0-f174.google.com ([209.85.220.174]:48149 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751133Ab2FRLvJ (ORCPT ); Mon, 18 Jun 2012 07:51:09 -0400 MIME-Version: 1.0 In-Reply-To: References: <1340011219-31657-1-git-send-email-stigge@antcom.de> Date: Mon, 18 Jun 2012 08:51:08 -0300 Message-ID: Subject: Re: [PATCH] spi: spi-pl022: Adjust probe() to of_get_named_gpio() returning -EPROBE_DEFER From: Alexandre Pereira da Silva To: Linus Walleij Cc: Roland Stigge , cjb@laptop.org, grant.likely@secretlab.ca, rob.herring@calxeda.com, rmk+kernel@arm.linux.org.uk, ulf.hansson@stericsson.com, linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, spi-devel-general@lists.sourceforge.net Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1142 Lines: 27 On Mon, Jun 18, 2012 at 8:47 AM, Linus Walleij wrote: > On Mon, Jun 18, 2012 at 11:20 AM, Roland Stigge wrote: > >> The patch to gpiolib-of.c providing -EPROBE_DEFER as a hint to defer >> of_get_named_gpio*() to a later probe() breaks spi-pl022.c. >> >> This patch adjusts to this change, using -EPROBE_DEFER as indication to defer. >> >> Signed-off-by: Roland Stigge > > Acked-by: Linus Walleij Acked-by: Alexandre Pereira da Silva >> Should this patch be joined with gpiolib-of's patch to of_get_named_gpio()? Or >> should they just be issued as a series? > > If it's not bisectable unless you change this in the same patch then join > them. Else I'd put them in a series and try to figure out a good tree for > merging them. Ok, so lets keep the original patch as is for now. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/