| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM/PCI: Remove unused fields from struct hw_pci | Lorenzo Pieralisi | 2020-09-18 | 1 | -14/+2 |
* | ARM: 8993/1: remove it8152 PCI controller driver | Mike Rapoport | 2020-07-21 | 1 | -17/+0 |
* | PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64 | Bjorn Helgaas | 2017-12-18 | 1 | -1/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ARM/PCI: Fix pcibios_init_resource() struct pci_host_bridge leak | Lorenzo Pieralisi | 2017-07-10 | 1 | -1/+1 |
* | ARM/PCI: Remove pci_fixup_irqs() call for bios32 host controllers | Lorenzo Pieralisi | 2017-07-02 | 1 | -2/+3 |
* | ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge() | Lorenzo Pieralisi | 2017-06-28 | 1 | -14/+25 |
* | ARM/PCI: Use generic pci_mmap_resource_range() | David Woodhouse | 2017-04-20 | 1 | -20/+0 |
* | PCI: Add BAR index argument to pci_mmap_page_range() | David Woodhouse | 2017-04-20 | 1 | -1/+2 |
*-. | Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into next | Bjorn Helgaas | 2016-08-01 | 1 | -2/+11 |
|\ \ |
|
| | * | ARM: Make PCI I/O space optional | Bjorn Helgaas | 2016-06-21 | 1 | -2/+11 |
| |/ |
|
* | | ARM/PCI: Remove arch-specific pcibios_enable_device() | Lorenzo Pieralisi | 2016-06-23 | 1 | -12/+0 |
* | | ARM/PCI: Claim bus resources on PCI_PROBE_ONLY set-ups | Lorenzo Pieralisi | 2016-06-23 | 1 | -11/+9 |
|/ |
|
* | ARM: 8554/1: kernel: pci: remove pci=firmware command line parameter handling | Lorenzo Pieralisi | 2016-04-04 | 1 | -3/+0 |
* | ARM/PCI: Move align_resource function pointer to pci_host_bridge structure | Gabriele Paoloni | 2015-11-25 | 1 | -8/+11 |
* | ARM/PCI: Replace pci_sys_data->align_resource with global function pointer | Gabriele Paoloni | 2015-11-02 | 1 | -4/+8 |
* | ARM/PCI: Remove msi_controller from struct pci_sys_data | Lorenzo Pieralisi | 2015-08-20 | 1 | -12/+0 |
* | ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi() | Lorenzo Pieralisi | 2015-08-20 | 1 | -2/+3 |
* | ARM/PCI: Replace panic with WARN messages on failures | Lorenzo Pieralisi | 2015-08-20 | 1 | -4/+6 |
* | ARM/PCI: Set MPS before pci_bus_add_devices() | Murali Karicheri | 2015-07-23 | 1 | -13/+5 |
* | ARM: 8293/1: kernel: fix pci_mmap_page_range() offset calculation | Lorenzo Pieralisi | 2015-02-23 | 1 | -8/+2 |
* | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-02-10 | 1 | -3/+2 |
|\ |
|
| * | PCI: Use common resource list management code instead of private implementation | Jiang Liu | 2015-02-05 | 1 | -3/+2 |
* | | ARM/PCI: Move to generic PCI domains | Lorenzo Pieralisi | 2014-12-27 | 1 | -3/+0 |
|/ |
|
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-12-12 | 1 | -1/+1 |
|\ |
|
| * | ARM: convert printk(KERN_* to pr_* | Russell King | 2014-11-21 | 1 | -1/+1 |
* | | ARM/PCI: Remove unused pcibios_add_bus() and pcibios_remove_bus() | Yijing Wang | 2014-11-21 | 1 | -16/+0 |
* | | ARM/PCI: Save MSI controller in pci_sys_data | Yijing Wang | 2014-11-21 | 1 | -0/+12 |
|/ |
|
* | ARM/PCI: Call pcie_bus_configure_settings() to set MPS | Murali Karicheri | 2014-05-30 | 1 | -0/+12 |
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-04-05 | 1 | -34/+3 |
|\ |
|
| * | ARM: 7986/1: bios32: use pci_enable_resource to enable PCI resources | Will Deacon | 2014-02-25 | 1 | -34/+3 |
* | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2014-02-18 | 1 | -1/+1 |
|\ \ |
|
| * | | PCI: Update outdated comment for pcibios_bus_report_status() | Yijing Wang | 2014-02-14 | 1 | -1/+1 |
| |/ |
|
* / | ARM/PCI: Use list_for_each_entry() for bus traversal | Yijing Wang | 2014-02-14 | 1 | -5/+2 |
|/ |
|
* | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2013-09-06 | 1 | -0/+16 |
|\ |
|
| * | ARM: pci: add ->add_bus() and ->remove_bus() hooks to hw_pci | Thomas Petazzoni | 2013-08-12 | 1 | -0/+16 |
* | | PCI: Delay enabling bridges until they're needed | Yinghai Lu | 2013-07-25 | 1 | -5/+0 |
|/ |
|
* | ARM: pci: create pci_common_init_dev() | Linus Walleij | 2013-06-03 | 1 | -4/+5 |
* | ARM: 7683/1: pci: add a align_resource hook | Thomas Petazzoni | 2013-04-03 | 1 | -0/+6 |
* | ARM: 7648/1: pci: Allow passing per-controller private data | Thierry Reding | 2013-02-16 | 1 | -0/+3 |
* | ARM: 7647/1: pci: Keep pci_common_init() around after init | Thierry Reding | 2013-02-16 | 1 | -3/+3 |
* | ARM: drivers: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-03 | 1 | -10/+8 |
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-10-01 | 1 | -5/+49 |
|\ |
|
| * | Merge branch 'cleanup/io-pci' into next/cleanups | Arnd Bergmann | 2012-08-13 | 1 | -5/+49 |
| |\ |
|
| | * | ARM: move PCI i/o resource setup into common code | Rob Herring | 2012-07-26 | 1 | -5/+36 |
| | * | ARM: Add fixed PCI i/o mapping | Rob Herring | 2012-07-25 | 1 | -0/+13 |
* | | | PCI: Provide a default pcibios_update_irq() | Thierry Reding | 2012-09-18 | 1 | -9/+0 |
* | | | PCI: Discard __init annotations for pci_fixup_irqs() and related functions | Thierry Reding | 2012-09-18 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'topic/sebastian-devinit-fixups' into next | Bjorn Helgaas | 2012-06-18 | 1 | -1/+1 |
|\ \ |
|
| * | | arm/PCI: move fixup hooks from __init to __devinit | Sebastian Andrzej Siewior | 2012-06-12 | 1 | -1/+1 |
| |/ |
|