commit | 414c1026319bc10796a868c1fa0ba312c4ca9e67 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Tue Jun 06 16:08:38 2017 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 09 11:52:07 2017 +0200 |
tree | aa5105fb465ce1ce2d9c3981e249e2fe489d93df | |
parent | faf0b116dec119d766cb2cdf9cd954b5ee88d546 [diff] |
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>