Re: [PATCH v4 2/2] PCI: uniphier: Add UniPhier PCIe host controller support

2018-12-04 Thread Kunihiko Hayashi
Hi Lorenzo, On Tue, 4 Dec 2018 15:12:27 + wrote: > On Wed, Nov 28, 2018 at 01:04:26PM +0900, Kunihiko Hayashi wrote: > > [...] > > > +static void uniphier_pcie_irq_ack(struct irq_data *d) > > +{ > > + struct pcie_port *pp = irq_data_get_irq_chip_data(d); > > + struct dw_pcie *pci = to_

Re: [PATCH v4 2/2] PCI: uniphier: Add UniPhier PCIe host controller support

2018-12-04 Thread Lorenzo Pieralisi
On Wed, Nov 28, 2018 at 01:04:26PM +0900, Kunihiko Hayashi wrote: [...] > +static void uniphier_pcie_irq_ack(struct irq_data *d) > +{ > + struct pcie_port *pp = irq_data_get_irq_chip_data(d); > + struct dw_pcie *pci = to_dw_pcie_from_pp(pp); > + struct uniphier_pcie_priv *priv = to_un

[PATCH v4 2/2] PCI: uniphier: Add UniPhier PCIe host controller support

2018-11-27 Thread Kunihiko Hayashi
This introduces specific glue layer for UniPhier platform to support PCIe host controller that is based on the DesignWare PCIe core, and this driver supports Root Complex (host) mode. Signed-off-by: Kunihiko Hayashi --- MAINTAINERS| 7 + drivers/pci/controller/d