From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp02.smtpout.orange.fr ([80.12.242.124]:21557 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759995AbbIDTSu (ORCPT ); Fri, 4 Sep 2015 15:18:50 -0400 From: Robert Jarzmik To: Jarkko Nikula Cc: linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Mark Brown , Russell King , Daniel Mack , Haojian Zhuang , Axel Lin , Jarkko Nikula , stable@vger.kernel.org Subject: Re: [PATCH] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding In-Reply-To: <1441208649-6192-1-git-send-email-jarkko.nikula@bitmer.com> (Jarkko Nikula's message of "Wed, 2 Sep 2015 18:44:09 +0300") References: <1441208649-6192-1-git-send-email-jarkko.nikula@bitmer.com> Date: Fri, 04 Sep 2015 21:14:03 +0200 Message-ID: <87pp1yxais.fsf@belgarion.home> MIME-Version: 1.0 Content-Type: text/plain Sender: stable-owner@vger.kernel.org List-ID: Jarkko Nikula writes: > From: Jarkko Nikula > > Commit 03fbf488cece ("spi: pxa2xx: Differentiate Intel LPSS types") caused > build error here because it removed the type LPSS_SSP and I didn't notice > the type was used here too. > > I believe commit a6e56c28a178 ("ARM: pxa: ssp: add DT bindings") added it > accidentally by copying all enum pxa_ssp_type types from > include/linux/pxa2xx_ssp.h even LPSS_SSP was for Intel LPSS SPI devices. > > Fix the build error by removing this incorrect binding. > > Signed-off-by: Jarkko Nikula > Reported-by: Axel Lin > Cc: stable@vger.kernel.org # 4.2 > --- > Sorry if you got this twice today. I had email problems today and this patch > didn't go through to at least some of recipients. Resending from other my > another address. I'll take it through pxa tree, and I'll add this : Fixes: 03fbf488cece ("spi: pxa2xx: Differentiate Intel LPSS types") Up to my understanding this is the tag stable tree will use to know which kernel version this patch should be applied to. Cheers. -- Robert