summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: v3-semi: Use inbound resources for setupRob Herring2019-11-201-22/+16
| | * | PCI: ftpci100: Use inbound resources for setupRob Herring2019-11-201-17/+10
| | * | PCI: of: Add inbound resource parsing to helpersRob Herring2019-11-2018-25/+87
| | * | PCI: versatile: Enable COMPILE_TESTRob Herring2019-10-291-1/+1
| | * | PCI: versatile: Remove usage of PHYS_OFFSETRob Herring2019-10-291-4/+4
| | * | PCI: versatile: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-53/+11
| | * | PCI: xilinx-nwl: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-16/+4
| | * | PCI: xilinx: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-15/+2
| | * | PCI: xgene: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-28/+11
| | * | PCI: v3-semi: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-29/+6
| | * | PCI: rockchip: Drop storing driver private outbound resource dataRob Herring2019-10-292-36/+23
| | * | PCI: rockchip: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-29/+7
| | * | PCI: mobiveil: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-19/+7
| | * | PCI: mediatek: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-30/+13
| | * | PCI: iproc: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-292-11/+2
| | * | PCI: faraday: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-40/+11
| | * | PCI: dwc: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-20/+8
| | * | PCI: altera: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-39/+2
| | * | PCI: aardvark: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-56/+4
| | * | PCI: Export pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-0/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2019-11-281-8/+24
| |\ \
| | * | PCI: vmd: Add device id for VMD device 8086:9A0BJon Derrick2019-11-201-0/+2
| | * | PCI: vmd: Add bus 224-255 restriction decodeJon Derrick2019-11-201-8/+22
| | |/
| * | Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas2019-11-281-0/+10
| |\ \
| | * | PCI: uniphier: Set mode register to host modeKunihiko Hayashi2019-11-211-0/+10
| | |/
| * | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2019-11-281-4/+2
| |\ \
| | * | PCI: tegra: Fix CLKREQ dependency programmingVidya Sagar2019-10-181-4/+2
| | |/
| * | Merge branch 'remotes/lorenzo/pci/rockchip'Bjorn Helgaas2019-11-281-44/+25
| |\ \
| | * | PCI: rockchip: Make some regulators non-optionalRobin Murphy2019-11-201-44/+25
| | |/
| * | Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas2019-11-281-23/+27
| |\ \
| | * | PCI: rcar: Fix missing MACCTLR register setting in initialization sequenceYoshihiro Shimoda2019-11-121-0/+6
| | * | PCI: rcar: Recalculate inbound range alignment for each controller entryMarek Vasut2019-11-111-18/+19
| | * | PCI: rcar: Move the inbound index checkMarek Vasut2019-11-111-5/+4
| | * | PCI: rcar: Remove unnecessary header include (../pci.h)Andrew Murray2019-11-111-2/+0
| | |/
| * | Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas2019-11-281-57/+62
| |\ \
| | * | PCI: mobiveil: Fix csr_read()/write() build issueKefeng Wang2019-10-151-57/+62
| | |/
| * | Merge branch 'remotes/lorenzo/pci/meson'Bjorn Helgaas2019-11-281-27/+109
| |\ \
| | * | PCI: amlogic: meson: Add support for G12ANeil Armstrong2019-10-151-23/+105
| | * | PCI: amlogic: Fix probed clock namesNeil Armstrong2019-10-151-3/+3
| | * | PCI: amlogic: Fix reset assertion via gpio descriptorRemi Pommarel2019-10-151-2/+2
| | |/
| * | Merge branch 'remotes/lorenzo/pci/layerscape'Bjorn Helgaas2019-11-281-0/+1
| |\ \
| | * | PCI: layerscape: Add LS1028a supportXiaowei Bao2019-11-081-0/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2019-11-281-0/+28
| |\ \
| | * | PCI: iproc: Invalidate PAXB address mapping before programming itAbhishek Shah2019-10-251-0/+28
| | |/
| * | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2019-11-281-29/+179
| |\ \
| | * | PCI: hv: Avoid a kmemleak false positive caused by the hbus bufferDexuan Cui2019-11-261-3/+21
| | * | PCI: hv: Change pci_protocol_version to per-hbusDexuan Cui2019-11-261-12/+10
| | * | PCI: hv: Add hibernation supportDexuan Cui2019-11-261-2/+123
| | * | PCI: hv: Reorganize the code in preparation of hibernationDexuan Cui2019-11-261-15/+28
| | |/
| * | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2019-11-281-1/+1
| |\ \