index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
host
/
pci-host-generic.c
Age
Commit message (
Expand
)
Author
2018-06-08
PCI: Collect all native drivers under drivers/pci/controller/
Shawn Lin
2018-05-30
PCI: Add support for unbinding the generic PCI host controller
Jan Kiszka
2018-01-28
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
Bjorn Helgaas
2017-10-06
PCI: generic: Add support for Synopsys DesignWare RC in ECAM mode
Ard Biesheuvel
2017-04-28
PCI: Don't allow unbinding host controllers that aren't prepared
Brian Norris
2016-08-01
Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into next
Bjorn Helgaas
2016-08-01
PCI: generic: Make explicitly non-modular
Paul Gortmaker
2016-06-10
PCI: Move ecam.h to linux/include/pci-ecam.h
Jayachandran C
2016-05-12
PCI: generic, thunder: Use generic ECAM API
Jayachandran C
2016-03-11
PCI: generic: Expose pci_host_common_probe() for use by other drivers
David Daney
2016-03-11
PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
David Daney
2016-03-11
PCI: generic: Move structure definitions to separate header file
David Daney
2015-11-25
PCI: generic,versatile: Remove unused pci_sys_data structures
Lorenzo Pieralisi
2015-10-09
PCI: generic: Fix address window calculation for non-zero starting bus
David Daney
2015-10-08
PCI: generic: Pass starting bus number to pci_scan_root_bus()
David Daney
2015-10-08
PCI: generic: Allow multiple hosts with different map_bus() methods
David Daney
2015-09-17
PCI: generic: Fix lookup of linux,pci-probe-only property
Marc Zyngier
2015-08-20
PCI: generic: Remove dependency on ARM-specific struct hw_pci
Jayachandran C
2015-02-10
Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2015-02-05
PCI: Use common resource list management code instead of private implementation
Jiang Liu
2015-01-30
PCI: generic: Convert to use generic config accessors
Rob Herring
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-11-05
PCI: generic: Convert to DT resource parsing API
Lorenzo Pieralisi
2014-11-05
PCI: generic: Allocate config space windows after limiting bus number range
Lorenzo Pieralisi
2014-10-20
pci: host: drop owner assignment from platform_drivers
Wolfram Sang
2014-07-15
PCI: generic: Fix GPL v2 license string typo
Bjorn Helgaas
2014-05-30
PCI: generic: Add generic PCI host controller driver
Will Deacon