Re: [PATCH 2/3] fsi: occ: Add support for P10

2020-07-20 Thread Guenter Roeck
On 7/19/20 9:47 PM, Joel Stanley wrote: > On Sun, 19 Jul 2020 at 22:13, Guenter Roeck wrote: >> >> On Fri, May 01, 2020 at 10:08:32AM -0500, Eddie James wrote: >>> The P10 OCC has a different SRAM address for the command and response >>> buffers. In addition, the SBE commands to access the SRAM ha

Re: [PATCH 2/3] fsi: occ: Add support for P10

2020-07-19 Thread Joel Stanley
On Sun, 19 Jul 2020 at 22:13, Guenter Roeck wrote: > > On Fri, May 01, 2020 at 10:08:32AM -0500, Eddie James wrote: > > The P10 OCC has a different SRAM address for the command and response > > buffers. In addition, the SBE commands to access the SRAM have changed > > format. Add versioning to the

Re: [PATCH 2/3] fsi: occ: Add support for P10

2020-07-19 Thread Guenter Roeck
On Fri, May 01, 2020 at 10:08:32AM -0500, Eddie James wrote: > The P10 OCC has a different SRAM address for the command and response > buffers. In addition, the SBE commands to access the SRAM have changed > format. Add versioning to the driver to handle these differences. > > Signed-off-by: Eddie