Re: [PATCH RESEND 07/12] pci: sh: SH7751 PCI host bridge driver

2016-05-02 Thread Bjorn Helgaas
On Sun, May 01, 2016 at 02:08:31PM +0900, Yoshinori Sato wrote: > +static __init int sh7751_pci_probe(struct platform_device *pdev) > +{ > ... > + pci->cfg.ops = _sh7751_ops; > + return pci_host_common_probe(pdev, pci); > +} > + > +static __refdata struct platform_driver

Re: [PATCH RESEND 07/12] pci: sh: SH7751 PCI host bridge driver

2016-05-02 Thread Bjorn Helgaas
On Sun, May 01, 2016 at 02:08:31PM +0900, Yoshinori Sato wrote: > +static __init int sh7751_pci_probe(struct platform_device *pdev) > +{ > ... > + pci->cfg.ops = _sh7751_ops; > + return pci_host_common_probe(pdev, pci); > +} > + > +static __refdata struct platform_driver

Re: [PATCH RESEND 07/12] pci: sh: SH7751 PCI host bridge driver

2016-05-02 Thread Bjorn Helgaas
On Sun, May 01, 2016 at 02:08:31PM +0900, Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato > --- > .../devicetree/bindings/pci/sh7751-pci.txt | 51 > drivers/pci/host/Kconfig | 7 + > drivers/pci/host/Makefile

Re: [PATCH RESEND 07/12] pci: sh: SH7751 PCI host bridge driver

2016-05-02 Thread Bjorn Helgaas
On Sun, May 01, 2016 at 02:08:31PM +0900, Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato > --- > .../devicetree/bindings/pci/sh7751-pci.txt | 51 > drivers/pci/host/Kconfig | 7 + > drivers/pci/host/Makefile | 1 + >

[PATCH RESEND 07/12] pci: sh: SH7751 PCI host bridge driver

2016-04-30 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- .../devicetree/bindings/pci/sh7751-pci.txt | 51 drivers/pci/host/Kconfig | 7 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pci-sh7751.c

[PATCH RESEND 07/12] pci: sh: SH7751 PCI host bridge driver

2016-04-30 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- .../devicetree/bindings/pci/sh7751-pci.txt | 51 drivers/pci/host/Kconfig | 7 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pci-sh7751.c | 321 +