drivers/fsi: Add empty master scan
authorJeremy Kerr <jk@ozlabs.org>
Tue, 6 Jun 2017 21:08:38 +0000 (16:08 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jun 2017 09:52:07 +0000 (11:52 +0200)
commit414c1026319bc10796a868c1fa0ba312c4ca9e67
treeaa5105fb465ce1ce2d9c3981e249e2fe489d93df
parentfaf0b116dec119d766cb2cdf9cd954b5ee88d546
drivers/fsi: Add empty master scan

When a new fsi master is added, we will need to scan its links, and
slaves attached to those links. This change introduces a little shell to
iterate the links, which we will populate with the actual slave scan in
a later change.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Chris Bostic <cbostic@linux.vnet.ibm.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/fsi/fsi-core.c