linux-stable/drivers/fsi
Christopher Bostic ac0385d9f6 drivers/fsi: Add GPIO based FSI master
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 <eajames@us.ibm.com> and Jeremy
Kerr <jk@ozlabs.org>.

Signed-off-by: Edward A. James <eajames@us.ibm.com>
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Christopher Bostic <cbostic@linux.vnet.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-06-09 11:52:09 +02:00
..
Kconfig drivers/fsi: Add GPIO based FSI master 2017-06-09 11:52:09 +02:00
Makefile drivers/fsi: Add GPIO based FSI master 2017-06-09 11:52:09 +02:00
fsi-core.c drivers/fsi: Add error handling for slave 2017-06-09 11:52:09 +02:00
fsi-master-gpio.c drivers/fsi: Add GPIO based FSI master 2017-06-09 11:52:09 +02:00
fsi-master.h drivers/fsi: Add fsi master definition 2017-06-09 11:52:07 +02:00