]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit28b0de059f97db35c3773760d9d4bb19dd46a9a9
treeaa5105fb465ce1ce2d9c3981e249e2fe489d93df
parent6856f1f950c773ba1c1e60c4ddc81c9df7f16e56
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