Re: [PATCH 11/13] rapidio: modify for rev.3 specification changes

2016-07-28 Thread Michael Ellerman
Andrew Morton writes: > On Wed, 27 Jul 2016 14:53:25 +1000 Michael Ellerman > wrote: >> arch/powerpc/sysdev/fsl_rio.c:702:11: error: 'struct rio_mport' has no >> member named 'phy_type' >> arch/powerpc/sysdev/fsl_rio.c:702:25: error: 'RIO_PHY_SERIAL' undeclared >> (first use in this function)

Re: [PATCH 11/13] rapidio: modify for rev.3 specification changes

2016-07-27 Thread Andrew Morton
On Wed, 27 Jul 2016 14:53:25 +1000 Michael Ellerman wrote: > Alexandre Bounine writes: > > > Implement changes made in RapidIO specification rev.3 to LP-Serial Physical > > Layer register definitions: > > - use per-port register offset calculations based on LP-Serial Extended > > Features Blo

RE: [PATCH 11/13] rapidio: modify for rev.3 specification changes

2016-07-27 Thread Wood, Barry
, Alexandre; Matt Porter; Andre van Herk; Wood, Barry; linux-kernel@vger.kernel.org Subject: Re: [PATCH 11/13] rapidio: modify for rev.3 specification changes Alexandre Bounine writes: > Implement changes made in RapidIO specification rev.3 to LP-Serial > Physical Layer register defin

Re: [PATCH 11/13] rapidio: modify for rev.3 specification changes

2016-07-26 Thread Michael Ellerman
Alexandre Bounine writes: > Implement changes made in RapidIO specification rev.3 to LP-Serial Physical > Layer register definitions: > - use per-port register offset calculations based on LP-Serial Extended > Features Block (EFB) Register Map type (I or II) with different per-port > offset s

[PATCH 11/13] rapidio: modify for rev.3 specification changes

2016-07-21 Thread Alexandre Bounine
Implement changes made in RapidIO specification rev.3 to LP-Serial Physical Layer register definitions: - use per-port register offset calculations based on LP-Serial Extended Features Block (EFB) Register Map type (I or II) with different per-port offset step (0x20 vs. 0x40 respectfully). - re