All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Fixes for cadence EP driver
@ 2018-10-11 16:15 Alan Douglas
  2018-10-12 11:15 ` Lorenzo Pieralisi
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Douglas @ 2018-10-11 16:15 UTC (permalink / raw)
  To: lorenzo.pieralisi
  Cc: kishon, bhelgaas, linux-pci, gustavo.pimentel, cyrille.pitchen,
	Alan Douglas

These patches were previously in the patch series:
  "Add MSI-X support for cadence EP driver"

They add fixes for MSI issues discovered during testing of MSI-X
  - Use AXI region 0 for interrupt signalling
  - Write MSI with 32bit value rather than 16bit
  - Check for masking before sending MSI
  - Check link is up before sending IRQ

Changes since v3:
  - Rebase on Lorenzo's pci/cadence branch

Changes since v2:
  - None

Changes since v1:
  - Rebased on 4.18-rc1
  - Update commit log to mark first 4 patches as fixes
  - Correct formatting issues pointed out by checkpatch --strict


Alan Douglas (4):
  PCI: cadence: Use AXI region 0 to signal interrupts from EP
  PCI: cadence: Write MSI data with 32bits
  PCI: cadence: Check whether MSI is masked before sending it
  PCI: cadence: Check link is up before sending IRQ from EP

 drivers/pci/controller/pcie-cadence-ep.c | 24 ++++++++++++++++++------
 1 file changed, 18 insertions(+), 6 deletions(-)

-- 
1.9.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v4 0/4] Fixes for cadence EP driver
  2018-10-11 16:15 [PATCH v4 0/4] Fixes for cadence EP driver Alan Douglas
@ 2018-10-12 11:15 ` Lorenzo Pieralisi
  0 siblings, 0 replies; 2+ messages in thread
From: Lorenzo Pieralisi @ 2018-10-12 11:15 UTC (permalink / raw)
  To: Alan Douglas
  Cc: kishon, bhelgaas, linux-pci, gustavo.pimentel, cyrille.pitchen

On Thu, Oct 11, 2018 at 05:15:03PM +0100, Alan Douglas wrote:
> These patches were previously in the patch series:
>   "Add MSI-X support for cadence EP driver"
> 
> They add fixes for MSI issues discovered during testing of MSI-X
>   - Use AXI region 0 for interrupt signalling
>   - Write MSI with 32bit value rather than 16bit
>   - Check for masking before sending MSI
>   - Check link is up before sending IRQ
> 
> Changes since v3:
>   - Rebase on Lorenzo's pci/cadence branch
> 
> Changes since v2:
>   - None
> 
> Changes since v1:
>   - Rebased on 4.18-rc1
>   - Update commit log to mark first 4 patches as fixes
>   - Correct formatting issues pointed out by checkpatch --strict
> 
> 
> Alan Douglas (4):
>   PCI: cadence: Use AXI region 0 to signal interrupts from EP
>   PCI: cadence: Write MSI data with 32bits
>   PCI: cadence: Check whether MSI is masked before sending it
>   PCI: cadence: Check link is up before sending IRQ from EP
> 
>  drivers/pci/controller/pcie-cadence-ep.c | 24 ++++++++++++++++++------
>  1 file changed, 18 insertions(+), 6 deletions(-)

Applied to pci/cadence for v4.20, thanks.

Lorenzo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-12 11:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-11 16:15 [PATCH v4 0/4] Fixes for cadence EP driver Alan Douglas
2018-10-12 11:15 ` Lorenzo Pieralisi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.