On Tue, 30 Nov 2021 18:29:02 +0100, Marek Behún wrote: > as you requested on IRC, I added more explanation to commit logs of the > last 3 patches. > > Changes since v3: > - updated commit messages of patches 9, 10 and 11 > > Changes since v2: > - updated the second patch, updated definitions of registers > PCI_EXP_DEVCAP2 and PCI_EXP_DEVCTL2 > > [...] Applied to pci/aardvark, thanks! [01/11] PCI: pci-bridge-emul: Add description for class_revision field https://git.kernel.org/lpieralisi/pci/c/9319230ac1 [02/11] PCI: pci-bridge-emul: Add definitions for missing capabilities registers https://git.kernel.org/lpieralisi/pci/c/8ea673a8b3 [03/11] PCI: aardvark: Add support for DEVCAP2, DEVCTL2, LNKCAP2 and LNKCTL2 registers on emulated bridge https://git.kernel.org/lpieralisi/pci/c/1d3e170344 [04/11] PCI: aardvark: Clear all MSIs at setup https://git.kernel.org/lpieralisi/pci/c/7d8dc1f7cd [05/11] PCI: aardvark: Comment actions in driver remove method https://git.kernel.org/lpieralisi/pci/c/a4ca7948e1 [06/11] PCI: aardvark: Disable bus mastering when unbinding driver https://git.kernel.org/lpieralisi/pci/c/a46f2f6dd4 [07/11] PCI: aardvark: Mask all interrupts when unbinding driver https://git.kernel.org/lpieralisi/pci/c/13bcdf07cb [08/11] PCI: aardvark: Fix memory leak in driver unbind https://git.kernel.org/lpieralisi/pci/c/2f040a17f5 [09/11] PCI: aardvark: Assert PERST# when unbinding driver https://git.kernel.org/lpieralisi/pci/c/1f54391be8 [10/11] PCI: aardvark: Disable link training when unbinding driver https://git.kernel.org/lpieralisi/pci/c/759dec2e3d [11/11] PCI: aardvark: Disable common PHY when unbinding driver https://git.kernel.org/lpieralisi/pci/c/fdbbe242c1 Thanks, Lorenzo