mbox series

[v2,0/7] PCI: aardvark controller fixes BATCH 2

Message ID 20211028185659.20329-1-kabel@kernel.org (mailing list archive)
Headers show
Series PCI: aardvark controller fixes BATCH 2 | expand

Message

Marek Behún Oct. 28, 2021, 6:56 p.m. UTC
Lorenzo,

this is v2 of the second batch of aardvark changes.

As requested, I have removed patches 4-10, which will be rebased and
sent in the next batch.

Also as requested I have removed my Reviewed-by tags, since there are
my Signed-off-by tags.

Marek

Marek Behún (3):
  PCI: pci-bridge-emul: Fix emulation of W1C bits
  PCI: aardvark: Fix return value of MSI domain .alloc() method
  PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG

Pali Rohár (4):
  PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on
    emulated bridge
  PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge
  PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated
    bridge
  PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge

 drivers/pci/controller/pci-aardvark.c | 119 ++++++++++++++++++++++----
 drivers/pci/pci-bridge-emul.c         |  13 +++
 2 files changed, 114 insertions(+), 18 deletions(-)

Comments

Lorenzo Pieralisi Oct. 29, 2021, 9:27 a.m. UTC | #1
On Thu, 28 Oct 2021 20:56:52 +0200, Marek Behún wrote:
> Lorenzo,
> 
> this is v2 of the second batch of aardvark changes.
> 
> As requested, I have removed patches 4-10, which will be rebased and
> sent in the next batch.
> 
> [...]

Applied to pci/aardvark, thanks!

[1/7] PCI: pci-bridge-emul: Fix emulation of W1C bits
      https://git.kernel.org/lpieralisi/pci/c/7a41ae80bd
[2/7] PCI: aardvark: Fix return value of MSI domain .alloc() method
      https://git.kernel.org/lpieralisi/pci/c/e4313be159
[3/7] PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG
      https://git.kernel.org/lpieralisi/pci/c/95997723b6
[4/7] PCI: aardvark: Fix support for bus mastering and PCI_COMMAND on emulated bridge
      https://git.kernel.org/lpieralisi/pci/c/771153fc88
[5/7] PCI: aardvark: Set PCI Bridge Class Code to PCI Bridge
      https://git.kernel.org/lpieralisi/pci/c/84e1b4045d
[6/7] PCI: aardvark: Fix support for PCI_BRIDGE_CTL_BUS_RESET on emulated bridge
      https://git.kernel.org/lpieralisi/pci/c/bc4fac42e5
[7/7] PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge
      https://git.kernel.org/lpieralisi/pci/c/239edf686c

Thanks,
Lorenzo