Re: [PATCH v5 19/23] drivers/fsi: Add GPIO based FSI master

2017-04-09 Thread Christopher Bostic
On 4/5/17 11:35 AM, Randy Dunlap wrote: On 04/04/17 19:06, Christopher Bostic wrote: From: Chris Bostic Implement a FSI master using GPIO. Will generate FSI protocol for read and write commands to particular addresses. Sends master command and waits for and decodes a slave response. Inclu

Re: [PATCH v5 19/23] drivers/fsi: Add GPIO based FSI master

2017-04-05 Thread Randy Dunlap
On 04/04/17 19:06, Christopher Bostic wrote: > From: Chris Bostic > > Implement a FSI master using GPIO. Will generate FSI protocol for > read and write commands to particular addresses. Sends master command > and waits for and decodes a slave response. > > Includes changes from Edward A. Jame

[PATCH v5 19/23] drivers/fsi: Add GPIO based FSI master

2017-04-04 Thread Christopher Bostic
From: Chris Bostic Implement a FSI master using GPIO. Will generate FSI protocol for read and write commands to particular addresses. Sends master command and waits for and decodes a slave response. Includes changes from Edward A. James and Jeremy Kerr . Signed-off-by: Edward A. James Signe