mbox series

[0/2] VMD subdevice secondary bus resets

Message ID 20200928010557.5324-1-jonathan.derrick@intel.com
Headers show
Series VMD subdevice secondary bus resets | expand

Message

Jon Derrick Sept. 28, 2020, 1:05 a.m. UTC
This set adds some resets for VMD. It's very common code but doesn't
seem to fit well anywhere that can also be exported if VMD is built as a
module.

Jon Derrick (2):
  PCI: vmd: Reset the VMD subdevice domain on probe
  PCI: Add a reset quirk for VMD

 drivers/pci/controller/vmd.c | 32 ++++++++++++++++++++++++
 drivers/pci/quirks.c         | 48 ++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Comments

Lorenzo Pieralisi Nov. 19, 2020, 11:37 a.m. UTC | #1
On Sun, Sep 27, 2020 at 09:05:55PM -0400, Jon Derrick wrote:
> This set adds some resets for VMD. It's very common code but doesn't
> seem to fit well anywhere that can also be exported if VMD is built as a
> module.
> 
> Jon Derrick (2):
>   PCI: vmd: Reset the VMD subdevice domain on probe
>   PCI: Add a reset quirk for VMD
> 
>  drivers/pci/controller/vmd.c | 32 ++++++++++++++++++++++++
>  drivers/pci/quirks.c         | 48 ++++++++++++++++++++++++++++++++++++
>  2 files changed, 80 insertions(+)

I can queue it up but I need Bjorn's ACK on patch (2).

Lorenzo
Jon Derrick Nov. 19, 2020, 6:45 p.m. UTC | #2
On Thu, 2020-11-19 at 11:37 +0000, Lorenzo Pieralisi wrote:
> On Sun, Sep 27, 2020 at 09:05:55PM -0400, Jon Derrick wrote:
> > This set adds some resets for VMD. It's very common code but doesn't
> > seem to fit well anywhere that can also be exported if VMD is built as a
> > module.
> > 
> > Jon Derrick (2):
> >   PCI: vmd: Reset the VMD subdevice domain on probe
> >   PCI: Add a reset quirk for VMD
> > 
> >  drivers/pci/controller/vmd.c | 32 ++++++++++++++++++++++++
> >  drivers/pci/quirks.c         | 48 ++++++++++++++++++++++++++++++++++++
> >  2 files changed, 80 insertions(+)
> 
> I can queue it up but I need Bjorn's ACK on patch (2).
> 
> Lorenzo

I just noticed 2/2 fixes something in 1/2, so I will send a v2 for this
set.