Re: [PATCH 00/15] staging: gasket: unwrap pci core and more

2018-08-08 Thread Greg Kroah-Hartman
On Sun, Aug 05, 2018 at 01:07:34PM -0700, Todd Poynor wrote: > From: Todd Poynor > > Stop wrapping PCI core calls like probe, enable, remove, etc. in the > gasket framework, move these calls to the device driver instead. Have > gasket drivers call into framework on init, enable, disable, > etc.

Re: [PATCH 00/15] staging: gasket: unwrap pci core and more

2018-08-08 Thread Greg Kroah-Hartman
On Sun, Aug 05, 2018 at 01:07:34PM -0700, Todd Poynor wrote: > From: Todd Poynor > > Stop wrapping PCI core calls like probe, enable, remove, etc. in the > gasket framework, move these calls to the device driver instead. Have > gasket drivers call into framework on init, enable, disable, > etc.

[PATCH 00/15] staging: gasket: unwrap pci core and more

2018-08-05 Thread Todd Poynor
From: Todd Poynor Stop wrapping PCI core calls like probe, enable, remove, etc. in the gasket framework, move these calls to the device driver instead. Have gasket drivers call into framework on init, enable, disable, etc. sequences, rather than the other way around. Remove the

[PATCH 00/15] staging: gasket: unwrap pci core and more

2018-08-05 Thread Todd Poynor
From: Todd Poynor Stop wrapping PCI core calls like probe, enable, remove, etc. in the gasket framework, move these calls to the device driver instead. Have gasket drivers call into framework on init, enable, disable, etc. sequences, rather than the other way around. Remove the