From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932218AbdETIpx (ORCPT ); Sat, 20 May 2017 04:45:53 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:32875 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932110AbdETIpq (ORCPT ); Sat, 20 May 2017 04:45:46 -0400 X-ME-Sender: X-Sasl-enc: LnD6x4rpcOgjSuNvZYAmGQKwMCb6uNZYYd045T0gI3E6 1495269940 Date: Sat, 20 May 2017 10:45:31 +0200 From: Greg KH To: Enric Balletbo i Serra Cc: Tony Lindgren , stable@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] ARM: dts: am335x-sl50: Fix cannot claim requested pins for spi0 Message-ID: <20170520084531.GB4284@kroah.com> References: <20170519165144.11508-1-enric.balletbo@collabora.com> <20170519165144.11508-2-enric.balletbo@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170519165144.11508-2-enric.balletbo@collabora.com> User-Agent: Mutt/1.8.2 (2017-04-18) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 19, 2017 at 06:51:44PM +0200, Enric Balletbo i Serra wrote: > We don't need to bitbang these pins anymore, instead we muxed these > pins as SPI, after this change, done in commit 6c69f726, we introduced > the following error: > > pinctrl-single 44e10800.pinmux: pin PIN85 already requested \ > by 44e10800.pinmux; cannot claim for 48030000.spi > pinctrl-single 44e10800.pinmux: pin-85 (48030000.spi) status -22 > > Fixes: 6c69f726 ("ARM: dts: am335x-sl50: Enable SPI0 interface and Flash Memory") > Signed-off-by: Enric Balletbo i Serra > --- > arch/arm/boot/dts/am335x-sl50.dts | 4 ---- > 1 file changed, 4 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly. From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Sat, 20 May 2017 10:45:31 +0200 Subject: [PATCH 2/2] ARM: dts: am335x-sl50: Fix cannot claim requested pins for spi0 In-Reply-To: <20170519165144.11508-2-enric.balletbo@collabora.com> References: <20170519165144.11508-1-enric.balletbo@collabora.com> <20170519165144.11508-2-enric.balletbo@collabora.com> Message-ID: <20170520084531.GB4284@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, May 19, 2017 at 06:51:44PM +0200, Enric Balletbo i Serra wrote: > We don't need to bitbang these pins anymore, instead we muxed these > pins as SPI, after this change, done in commit 6c69f726, we introduced > the following error: > > pinctrl-single 44e10800.pinmux: pin PIN85 already requested \ > by 44e10800.pinmux; cannot claim for 48030000.spi > pinctrl-single 44e10800.pinmux: pin-85 (48030000.spi) status -22 > > Fixes: 6c69f726 ("ARM: dts: am335x-sl50: Enable SPI0 interface and Flash Memory") > Signed-off-by: Enric Balletbo i Serra > --- > arch/arm/boot/dts/am335x-sl50.dts | 4 ---- > 1 file changed, 4 deletions(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html for how to do this properly.