From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752910AbcBOSu5 (ORCPT ); Mon, 15 Feb 2016 13:50:57 -0500 Received: from mail-io0-f193.google.com ([209.85.223.193]:34078 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751217AbcBOSuz (ORCPT ); Mon, 15 Feb 2016 13:50:55 -0500 Date: Mon, 15 Feb 2016 12:50:41 -0600 From: Michael Welling To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Neil Armstrong , Mark Brown Subject: Re: [PATCH 4.3 041/200] spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_message Message-ID: <20160215185041.GA16845@deathstar> References: <20160214222217.084543173@linuxfoundation.org> <20160214222218.624453318@linuxfoundation.org> <20160214225047.GA3710@qwerty.qwertyembedded> <20160214231736.GA24447@kroah.com> <20160215030850.GA8300@deathstar> <20160215181508.GE7927@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160215181508.GE7927@kroah.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 15, 2016 at 10:15:08AM -0800, Greg Kroah-Hartman wrote: > On Sun, Feb 14, 2016 at 09:08:50PM -0600, Michael Welling wrote: > > On Sun, Feb 14, 2016 at 03:17:36PM -0800, Greg Kroah-Hartman wrote: > > > On Sun, Feb 14, 2016 at 04:50:47PM -0600, Michael Welling wrote: > > > > On Sun, Feb 14, 2016 at 02:20:48PM -0800, Greg Kroah-Hartman wrote: > > > > > 4.3-stable review patch. If anyone has any objections, please let me know. > > > > > > > > > > > > > If not planned it should be considered that we include the latest two > > > > commits to spi-omap2-mcpsi into stable as well. > > > > > > > > spi: omap2-mcspi: Prevent duplicate gpio_request > > > > spi: omap2-mcspi: Add calls for pinctrl state select > > > > > > > > Let me know if I need to do anything to make this happen. > > > > > > What are the git commit ids of them? > > > > commit 2f538c017e1a8620d19553931199c6d6a6d31bb2 > > Author: Michael Welling > > Date: Mon Nov 30 09:02:39 2015 -0600 > > > > spi: omap2-mcspi: Prevent duplicate gpio_request > > > > Occasionally the setup function will be called multiple times. Only request > > the gpio the first time otherwise -EBUSY will occur on subsequent calls to > > setup. > > > > Reported-by: Joseph Bell > > > > Signed-off-by: Michael Welling > > Signed-off-by: Mark Brown > > That seems reasonable but: > > > commit beca365565d8f8912dce67567f54ad4c71734843 > > Author: Pascal Huerst > > Date: Thu Nov 19 16:18:28 2015 +0100 > > > > spi: omap2-mcspi: Add calls for pinctrl state select > > > > This adds calls to pinctrl subsystem in order to switch pin states > > on suspend/resume if you provide a "sleep" state in DT. > > > > If no "sleep" state is provided in DT, these calls turn > > to NOPs. > > > > Signed-off-by: Pascal Huerst > > Signed-off-by: Mark Brown > > That looks like a new feature being added. > > > > What stable tree(s) do you want > > > them applied to? > > > > v4.3, v4.4 > > 4.3 is now end-of-life with this release, can you live with these just > in 4.4-stable instead? v4.4 stable is good enough. Let me know what needs to be done if anything. > > thanks, > > greg k-h