From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752753AbcBOSNn (ORCPT ); Mon, 15 Feb 2016 13:13:43 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:44840 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752724AbcBOSNh (ORCPT ); Mon, 15 Feb 2016 13:13:37 -0500 Date: Mon, 15 Feb 2016 10:13:36 -0800 From: Greg Kroah-Hartman To: Michael Welling Cc: Mark Brown , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Neil Armstrong Subject: Re: [PATCH 4.3 041/200] spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_message Message-ID: <20160215181336.GD7927@kroah.com> References: <20160214222217.084543173@linuxfoundation.org> <20160214222218.624453318@linuxfoundation.org> <20160214225047.GA3710@qwerty.qwertyembedded> <20160215110351.GF18988@sirena.org.uk> <20160215152346.GA31634@deathstar> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160215152346.GA31634@deathstar> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 15, 2016 at 09:23:46AM -0600, Michael Welling wrote: > On Mon, Feb 15, 2016 at 11:03:51AM +0000, Mark Brown wrote: > > On Sun, Feb 14, 2016 at 04:50:47PM -0600, Michael Welling wrote: > > > > > spi: omap2-mcspi: Add calls for pinctrl state select > > > > That doesn't sound like stable material, it's adding a new feature which > > might break existing systems if they have buggy configuration defined in > > DT which we suddenly start using. > > Okay. > > I was looking to get the GPIO registration fix in and figured that > it would be easier to merge with both. > > Greg, How do you want to handle this? I always prefer to keep things identical to how they are in Linus's tree, so let's leave this as-is because I'm guessing this is working properly in 4.4 and 4.5-rc releases. thanks greg k-h