linux/drivers/fsi
Jeremy Kerr f6a2f8eb73 fsi: Match fsi slaves and engines to available dt nodes
This change populates device tree nodes for scanned FSI slaves and
engines. If the master populates ->of_node of the FSI master device,
we'll look for matching slaves, and under those slaves we'll look for
matching engines.

This means that FSI drivers will have their ->of_node pointer populated
if there's a corresponding DT node, which they can use for further
device discover.

Presence of device tree nodes is optional, and only required for
fsi device drivers that need extra properties, or subordinate devices,
to be enumerated.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-14 19:11:00 +01:00
..
fsi-core.c fsi: Match fsi slaves and engines to available dt nodes 2018-03-14 19:11:00 +01:00
fsi-master-gpio.c fsi: Match fsi slaves and engines to available dt nodes 2018-03-14 19:11:00 +01:00
fsi-master-hub.c fsi: Match fsi slaves and engines to available dt nodes 2018-03-14 19:11:00 +01:00
fsi-master.h fsi: Add fsi_master_rescan() 2018-03-14 19:11:00 +01:00
fsi-scom.c drivers/fsi/scom: Remove reset before every putscom 2017-08-28 17:15:16 +02:00
Kconfig fsi: Match fsi slaves and engines to available dt nodes 2018-03-14 19:11:00 +01:00
Makefile drivers/fsi: Add hub master support 2017-06-09 11:52:09 +02:00