mbox series

[v2,0/5] PCI: brcmstb: Add Multi-MSI and some improvements

Message ID 20221011184211.18128-1-jim2101024@gmail.com (mailing list archive)
Headers show
Series PCI: brcmstb: Add Multi-MSI and some improvements | expand

Message

Jim Quinlan Oct. 11, 2022, 6:42 p.m. UTC
v2 -- Commit "PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits"
      - s/read compeletion boudnary/Read Completion Boundary/ (Bjorn)

v1 -- original

Jim Quinlan (5):
  PCI: brcmstb: Enable Multi-MSI
  PCI: brcmstb: Wait for 100ms following PERST# deassert
  PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()
  PCI: brcmstb: Functions needlessly specified as "inline"
  PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits

 drivers/pci/controller/pcie-brcmstb.c | 85 +++++++++++++++------------
 1 file changed, 48 insertions(+), 37 deletions(-)


base-commit: 833477fce7a14d43ae4c07f8ddc32fa5119471a2

Comments

Lorenzo Pieralisi Nov. 11, 2022, 10:43 a.m. UTC | #1
On Tue, 11 Oct 2022 14:42:05 -0400, Jim Quinlan wrote:
> v2 -- Commit "PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits"
>       - s/read compeletion boudnary/Read Completion Boundary/ (Bjorn)
> 
> v1 -- original
> 
> Jim Quinlan (5):
>   PCI: brcmstb: Enable Multi-MSI
>   PCI: brcmstb: Wait for 100ms following PERST# deassert
>   PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()
>   PCI: brcmstb: Functions needlessly specified as "inline"
>   PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits
> 
> [...]

Applied to pci/brcmstb, thanks!

[1/5] PCI: brcmstb: Enable Multi-MSI
      https://git.kernel.org/lpieralisi/pci/c/198acab1772f
[2/5] PCI: brcmstb: Wait for 100ms following PERST# deassert
      https://git.kernel.org/lpieralisi/pci/c/3ae140ad827b
[3/5] PCI: brcmstb: Replace status loops with read_poll_timeout_atomic()
      https://git.kernel.org/lpieralisi/pci/c/ca5dcc76314d
[4/5] PCI: brcmstb: Functions needlessly specified as "inline"
      https://git.kernel.org/lpieralisi/pci/c/137b57413f56
[5/5] PCI: brcmstb: Set RCB_{MPS,64B}_MODE bits
      https://git.kernel.org/lpieralisi/pci/c/602fb860945f

Thanks,
Lorenzo