summaryrefslogtreecommitdiff
path: root/drivers/pci/host/pci-keystone.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-21PCI: Move DesignWare IP support to new drivers/pci/dwc/ directoryKishon Vijay Abraham I1-444/+0
2016-10-12PCI: keystone: Pass keystone_pcie, not address, to IRQ functionsBjorn Helgaas1-3/+2
2016-10-12PCI: keystone: Add local struct device pointersBjorn Helgaas1-10/+13
2016-08-22PCI: keystone: Propagate request_irq() failureWei Yongjun1-2/+3
2016-08-01PCI: keystone: Make explicitly non-modularPaul Gortmaker1-8/+2
2016-04-25PCI: keystone: Remove unnecessary goto statementMurali Karicheri1-9/+14
2016-04-14PCI: keystone: Add error IRQ handlerMurali Karicheri1-0/+29
2016-03-15Merge branch 'pci/host-designware' into nextBjorn Helgaas1-6/+4
2016-03-15PCI: designware: Add generic dw_pcie_wait_for_link()Joao Pinto1-6/+4
2016-03-11PCI: keystone: Defer probing if devm_phy_get() returns -EPROBE_DEFERShawn Lin1-0/+3
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-3/+2
2015-07-17PCI/keystone: Prepare irq handlers for irq argument removalThomas Gleixner1-2/+5
2015-07-17PCI/keystone: Consolidate chained IRQ handler install/removeThomas Gleixner1-3/+3
2015-07-02Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+3
2015-06-25PCI/keystone: Fix race in installing chained IRQ handlerThomas Gleixner1-4/+3
2015-06-10PCI: designware: Wait for link to come up with consistent styleBjorn Helgaas1-9/+7
2015-01-09PCI: keystone: Fix misspelling of current function in debug outputJulia Lawall1-1/+1
2014-12-27PCI: keystone: Fix error handling of irq_of_parse_and_map()Dmitry Torokhov1-1/+1
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-13PCI: keystone: Remove unnecessary OOM messageJingoo Han1-3/+2
2014-10-20pci: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-29Merge branch 'pci/host-designware' into nextBjorn Helgaas1-1/+1
2014-09-17PCI: keystone: Set device ID based on SoC to support multiple portsMurali Karicheri1-4/+5
2014-09-17PCI: keystone: Assume controller is already in RC modeMurali Karicheri1-19/+2
2014-09-17PCI: keystone: Limit MRSS for all downstream devicesMurali Karicheri1-0/+45
2014-09-05PCI: keystone: Add TI Keystone PCIe driverMurali Karicheri1-0/+386