aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-layerscape.c
Commit message (Collapse)AuthorAge
* PCI: layerscape: Simplify platform_get_resource_byname() failure checkingBjorn Helgaas2015-04-09
| | | | | | | devm_ioremap_resource() validates the resource it receives, so if we check for devm_ioremap_resource() failure, we need not check for failure of the preceding platform_get_resource(). Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
* PCI: layerscape: Fix platform_no_drv_owner.cocci warningsJulia Lawall2014-12-26
| | | | | | | | No need to set .owner here. The core will do it. Generated by: scripts/coccinelle/api/platform_no_drv_owner.cocci Signed-off-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
* PCI: layerscape: Add Freescale Layerscape PCIe driverMinghuan Lian2014-11-13
Add support for Freescale Layerscape PCIe controller. This driver re-uses the Synopsis DesignWare core code. [bhelgaas: add Kconfig dependency on CONFIG_ARM] Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Arnd Bergmann <arnd@arndb.de>