Re: [PATCH v2] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

2015-09-21 Thread Robert Jarzmik
Vinod Koul writes: >> Now knowing if it is v4.3-rc3 is another story, as currently the pxa >> platform is >> broken because of a dmaengine regression. And if the necessary fix is not >> applied through dmaengine tree (by lack of time from Vinod), I'll want to >> carry >> it through my tree, whi

Re: [PATCH v2] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

2015-09-21 Thread Vinod Koul
On Mon, Sep 21, 2015 at 11:03:18AM +0200, Robert Jarzmik wrote: > Jarkko Nikula writes: > > > Hi > > > > On 09/12/2015 04:43 PM, Robert Jarzmik wrote: > >> Jarkko Nikula writes: > >> > >>> Commit 03fbf488cece ("spi: pxa2xx: Differentiate Intel LPSS types") caused > >>> build error here because i

Re: [PATCH v2] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

2015-09-21 Thread Robert Jarzmik
Jarkko Nikula writes: > Hi > > On 09/12/2015 04:43 PM, Robert Jarzmik wrote: >> 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. >>

Re: [PATCH v2] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

2015-09-21 Thread Jarkko Nikula
Hi On 09/12/2015 04:43 PM, Robert Jarzmik wrote: 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: ss

Re: [PATCH v2] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

2015-09-12 Thread Robert Jarzmik
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

[PATCH v2] ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding

2015-09-07 Thread 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 t