Re: [PATCH 14/16] drivers/fsi: Add master unscan

2016-12-07 Thread Greg KH
On Tue, Dec 06, 2016 at 06:14:35PM -0600, Chris Bostic wrote: > From: Chris Bostic > > Allow a master to undo a previous scan. Should a master scan a bus > twice it will need to ensure it doesn't double register any > previously detected device. > > Signed-off-by: Chris Bostic > --- > drivers

[PATCH 14/16] drivers/fsi: Add master unscan

2016-12-06 Thread Chris Bostic
From: Chris Bostic Allow a master to undo a previous scan. Should a master scan a bus twice it will need to ensure it doesn't double register any previously detected device. Signed-off-by: Chris Bostic --- drivers/fsi/fsi-core.c | 36 +++- drivers/fsi/fsi-mas