| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: Collect all native drivers under drivers/pci/controller/ | Shawn Lin | 2018-06-08 | 21 | -9904/+0 |
* | Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-06-07 | 12 | -129/+299 |
|\ |
|
| * | Merge branch 'pci/kconfig' | Bjorn Helgaas | 2018-06-06 | 1 | -10/+0 |
| |\ |
|
| | * | PCI: Remove host driver Kconfig selection of CONFIG_PCIEPORTBUS | Bjorn Helgaas | 2018-05-18 | 1 | -10/+0 |
| * | | Merge branch 'pci/host/qcom' | Bjorn Helgaas | 2018-06-06 | 1 | -1/+1 |
| |\ \ |
|
| | * | | PCI: qcom: Include gpio/consumer.h | Arnd Bergmann | 2018-06-04 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'lorenzo/pci/host/misc' | Bjorn Helgaas | 2018-06-06 | 1 | -12/+12 |
| |\ \ |
|
| | * | | PCI: Improve host drivers compile test coverage | Rob Herring | 2018-05-01 | 1 | -12/+12 |
| | |/ |
|
| * | | Merge branch 'lorenzo/pci/dwc' | Bjorn Helgaas | 2018-06-06 | 11 | -101/+268 |
| |\ \ |
|
| | * | | PCI: qcom: add runtime pm support to pcie_port | Srinivas Kandagatla | 2018-05-23 | 1 | -1/+8 |
| | * | | PCI: qcom: Fix a bitwise vs logical NOT typo | Dan Carpenter | 2018-05-16 | 1 | -1/+1 |
| | * | | PCI: dwc: dra7xx: Use devm_ioremap_resource() instead of devm_ioremap() | Gustavo Pimentel | 2018-05-15 | 1 | -9/+9 |
| | * | | PCI: dwc: artpec6: Use devm_ioremap_resource() instead of devm_ioremap() | Gustavo Pimentel | 2018-05-15 | 1 | -3/+3 |
| | * | | PCI: dwc: Add support for EP mode | Gustavo Pimentel | 2018-05-15 | 3 | -18/+171 |
| | * | | PCI: Move private DT related functions into private header | Rob Herring | 2018-05-14 | 2 | -0/+2 |
| | * | | PCI: dwc: Move CONFIG_PCI depends to menu | Rob Herring | 2018-05-14 | 1 | -14/+3 |
| | * | | PCI: dwc: Replace magic number by defines | Gustavo Pimentel | 2018-05-14 | 2 | -14/+21 |
| | * | | PCI: dwc: Small computation improvement | Gustavo Pimentel | 2018-05-14 | 1 | -4/+4 |
| | * | | PCI: dwc: Replace lower into upper case characters | Gustavo Pimentel | 2018-05-14 | 3 | -35/+38 |
| | * | | PCI: dwc: Define maximum number of vectors | Gustavo Pimentel | 2018-05-14 | 1 | -0/+6 |
| | * | | PCI: imx6: Remove space before tabs | Fabio Estevam | 2018-05-14 | 1 | -1/+1 |
| | * | | PCI: keystone: Do not treat link up message as error | Fabio Estevam | 2018-05-14 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'lorenzo/pci/armada8k' | Bjorn Helgaas | 2018-06-06 | 1 | -4/+17 |
| |\ \ |
|
| | * | | PCI: armada8k: Fix clock resource by adding a register clock | Gregory CLEMENT | 2018-03-08 | 1 | -2/+16 |
| | * | | PCI: armada8k: Remove useless test before clk_disable_unprepare() | Gregory CLEMENT | 2018-03-08 | 1 | -2/+1 |
| * | | | PCI: Rework of_pci_get_host_bridge_resources() to devm_of_pci_get_host_bridge... | Jan Kiszka | 2018-05-30 | 1 | -1/+1 |
| * | | | PCI: Pass struct device to of_pci_get_host_bridge_resources() | Jan Kiszka | 2018-05-30 | 1 | -1/+1 |
| | |/
| |/| |
|
* / | | PCI: kirin: Fix reset gpio name | Loic Poulain | 2018-04-17 | 1 | -1/+1 |
|/ / |
|
* | | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2018-04-07 | 15 | -422/+347 |
|\ \ |
|
| * \ | Merge branch '6c994c504fa2' | Bjorn Helgaas | 2018-04-04 | 2 | -2/+2 |
| |\ \ |
|
| | * | | PCI: kirin: Make struct kirin_pcie_driver static | Fengguang Wu | 2018-03-22 | 1 | -1/+1 |
| | * | | PCI: kirin: Fix missing dependency on PCI_MSI_IRQ_DOMAIN | Rob Herring | 2018-03-21 | 1 | -0/+1 |
| | * | | PCI: kirin: Remove unnecessary asm/compiler.h include | Rob Herring | 2018-03-20 | 1 | -1/+0 |
| | |/ |
|
| * | | Merge branch 'lorenzo/pci/endpoint' | Bjorn Helgaas | 2018-04-04 | 1 | -7/+27 |
| |\ \ |
|
| | * | | PCI: designware-ep: Make dw_pcie_ep_reset_bar() handle 64-bit BARs properly | Niklas Cassel | 2018-04-03 | 1 | -0/+4 |
| | * | | PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *ep... | Niklas Cassel | 2018-04-03 | 1 | -3/+10 |
| | * | | PCI: designware-ep: Make dw_pcie_ep_set_bar() handle 64-bit BARs properly | Niklas Cassel | 2018-04-03 | 1 | -1/+8 |
| | * | | PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar() | Niklas Cassel | 2018-04-03 | 1 | -3/+5 |
| | |/ |
|
| * | | Merge branch 'lorenzo/pci/dwc-msi' | Bjorn Helgaas | 2018-04-04 | 12 | -370/+256 |
| |\ \ |
|
| | * | | PCI: dwc: Expand maximum number of MSI IRQs from 32 to 256 | Gustavo Pimentel | 2018-03-06 | 2 | -11/+11 |
| | * | | PCI: dwc: Remove old MSI IRQs API | Gustavo Pimentel | 2018-03-06 | 5 | -195/+5 |
| | * | | PCI: dwc: Move MSI IRQs allocation to IRQ domains hierarchical API | Gustavo Pimentel | 2018-03-06 | 11 | -214/+290 |
| | |/ |
|
| * | | PCI: histb: Add an optional regulator for PCIe port power control | Shawn Guo | 2018-03-07 | 1 | -0/+21 |
| * | | PCI: histb: Fix error path of histb_pcie_host_enable() | Shawn Guo | 2018-03-07 | 1 | -4/+3 |
| * | | PCI: qcom: Use regulator bulk api for apq8064 supplies | Srinivas Kandagatla | 2018-03-07 | 1 | -37/+15 |
| * | | PCI: qcom: Add missing supplies required for msm8996 | Srinivas Kandagatla | 2018-03-07 | 1 | -1/+22 |
| * | | PCI: designware-ep: Fix typo in error message | Niklas Cassel | 2018-03-07 | 1 | -1/+1 |
| |/ |
|
* / | PCI: dwc: Fix enumeration end when reaching root subordinate | Koen Vandeputte | 2018-03-07 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'pci/spdx' into next | Bjorn Helgaas | 2018-02-01 | 20 | -91/+21 |
|\ |
|
| * | PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate | Bjorn Helgaas | 2018-01-28 | 19 | -91/+19 |