From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751920AbdAYKJ5 (ORCPT ); Wed, 25 Jan 2017 05:09:57 -0500 Received: from mga11.intel.com ([192.55.52.93]:2227 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751896AbdAYKJs (ORCPT ); Wed, 25 Jan 2017 05:09:48 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,283,1477983600"; d="scan'208";a="217411502" Date: Wed, 25 Jan 2017 12:09:44 +0200 From: Mika Westerberg To: Johan Hovold Cc: Linus Walleij , Alexandre Courbot , Andy Shevchenko , Neil Armstrong , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 3/3] pinctrl / gpio: Introduce .set_config() callback for GPIO chips Message-ID: <20170125100944.GR17297@lahna.fi.intel.com> References: <20170123123434.61972-1-mika.westerberg@linux.intel.com> <20170123123434.61972-4-mika.westerberg@linux.intel.com> <20170123171107.GC32404@localhost> <20170124111130.GE17297@lahna.fi.intel.com> <20170124125756.GG17297@lahna.fi.intel.com> <20170124134504.GA20261@localhost> <20170124142220.GK17297@lahna.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170124142220.GK17297@lahna.fi.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 24, 2017 at 04:22:20PM +0200, Mika Westerberg wrote: > On Tue, Jan 24, 2017 at 02:45:04PM +0100, Johan Hovold wrote: > > Good, that's the one I knew about. But I also got another conflict > > against pinctrl when applying on top of f9dd6f6cc63c ("Add linux-next > > specific files for 20170123"): > > > > Applying: pinctrl / gpio: Introduce .set_config() callback for GPIO chips > > error: patch failed: drivers/pinctrl/pinctrl-amd.c:756 > > error: drivers/pinctrl/pinctrl-amd.c: patch does not apply > > error: patch failed: drivers/staging/greybus/gpio.c:474 > > error: drivers/staging/greybus/gpio.c: patch does not apply > > Patch failed at 0001 pinctrl / gpio: Introduce .set_config() callback for GPIO chips > > I tried today's linux-next 766074e7818 ("Add linux-next specific files > for 20170124") but only saw that GPIO conflict. > > In any case I'm going to rebase my series on top of linux-gpio.git/devel > and submit it as v3. That said, it seems this v2 series applies cleanly to linux-gpio.git/devel. There will be trivial conflict with the staging tree because of 7f2e9de736e7 ("staging: greybus: fix checkpatch unsigned warnings") but that's it. LinusW, can you take the series as is or should I rebase it on top of something else? Thanks and sorry about the mess.