From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp12.smtpout.orange.fr ([80.12.242.134]:25224 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754556AbbILNze (ORCPT ); Sat, 12 Sep 2015 09:55:34 -0400 From: Robert Jarzmik To: Jarkko Nikula Cc: linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, Russell King , Mark Brown , Daniel Mack , Haojian Zhuang , Subject: Re: [PATCH v2] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding References: <1441610581-11434-1-git-send-email-jarkko.nikula@linux.intel.com> Date: Sat, 12 Sep 2015 15:43:09 +0200 In-Reply-To: <1441610581-11434-1-git-send-email-jarkko.nikula@linux.intel.com> (Jarkko Nikula's message of "Mon, 7 Sep 2015 10:23:01 +0300") Message-ID: <87zj0rsqhe.fsf@belgarion.home> MIME-Version: 1.0 Content-Type: text/plain Sender: stable-owner@vger.kernel.org List-ID: Jarkko Nikula writes: > 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. > > Fixes: 03fbf488cece ("spi: pxa2xx: Differentiate Intel LPSS types") > Signed-off-by: Jarkko Nikula > Reported-by: Axel Lin > Cc: # 4.2 > --- > v2: Added Fixes tag suggested by Robert Jarzmik Queued into pxa/fixes, thanks. Cheers. -- Robert