| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: designware: Remove incorrect RC memory base/limit configuration | Gabriele Paoloni | 2016-05-02 | 1 | -8/+0 |
* | PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc() | Jisheng Zhang | 2016-04-06 | 1 | -20/+19 |
* | PCI: designware: Add default link up check if sub-driver doesn't override | Joao Pinto | 2016-03-15 | 1 | -1/+9 |
* | PCI: designware: Add generic dw_pcie_wait_for_link() | Joao Pinto | 2016-03-15 | 1 | -0/+19 |
* | PCI: designware: Remove PCI_PROBE_ONLY handling | Lorenzo Pieralisi | 2016-02-09 | 1 | -6/+4 |
* | PCI: designware: Explain why we don't program ATU for some platforms | Jisheng Zhang | 2016-02-09 | 1 | -0/+5 |
* | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-21 | 1 | -36/+26 |
|\ |
|
| *-. | Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-... | Bjorn Helgaas | 2016-01-15 | 1 | -36/+26 |
| |\ \ |
|
| | | * | PCI: designware: Ensure ATU is enabled before IO/conf space accesses | Stanimir Varbanov | 2016-01-05 | 1 | -0/+8 |
| | |/
| |/| |
|
| | * | PCI: designware: Make config accessor override checking symmetric | Bjorn Helgaas | 2016-01-11 | 1 | -6/+6 |
| | * | PCI: designware: Simplify control flow | Bjorn Helgaas | 2016-01-05 | 1 | -36/+18 |
| |/ |
|
* / | PCI: designware: Remove incorrect io_base assignment | Stanimir Varbanov | 2015-11-24 | 1 | -1/+0 |
|/ |
|
* | PCI: designware: Make driver arch-agnostic | Zhou Wang | 2015-11-02 | 1 | -91/+39 |
* | PCI: designware: Use of_pci_get_host_bridge_resources() to parse DT | Zhou Wang | 2015-11-02 | 1 | -53/+46 |
* | Revert "PCI: designware: Program ATU with untranslated address" | Zhou Wang | 2015-11-02 | 1 | -30/+11 |
* | PCI: designware: Move calculation of bus addresses to DRA7xx | Gabriele Paoloni | 2015-11-02 | 1 | -11/+4 |
* | PCI: designware: Make "num-lanes" an optional DT property | Gabriele Paoloni | 2015-11-02 | 1 | -4/+6 |
* | PCI: designware: Require config accesses to be naturally aligned | Gabriele Paoloni | 2015-11-02 | 1 | -0/+8 |
* | PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces | Gabriele Paoloni | 2015-11-02 | 1 | -16/+12 |
* | PCI: designware: Use exact access size in dw_pcie_cfg_read() | Gabriele Paoloni | 2015-11-02 | 1 | -6/+8 |
* | PCI: designware: Set up high part of MSI target address | Lucas Stach | 2015-11-02 | 1 | -5/+12 |
* | PCI: designware: Implement multivector MSI IRQ setup | Lucas Stach | 2015-09-18 | 1 | -0/+31 |
* | PCI: designware: Factor out MSI msg setup | Lucas Stach | 2015-09-18 | 1 | -11/+17 |
* | PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK | Zhou Wang | 2015-09-18 | 1 | -1/+1 |
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-09-01 | 1 | -3/+3 |
|\ |
|
| * | PCI: Use helper functions to access fields in struct msi_desc | Jiang Liu | 2015-07-22 | 1 | -2/+2 |
| * | genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc() | Jiang Liu | 2015-07-16 | 1 | -1/+1 |
| | | |
| \ | |
*-. | | Merge branches 'pci/enumeration' and 'pci/misc' into next | Bjorn Helgaas | 2015-08-28 | 1 | -3/+9 |
|\ \| |
|
| * | | ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi() | Lorenzo Pieralisi | 2015-08-20 | 1 | -3/+9 |
| |/ |
|
| | | |
| \ | |
*-. \ | Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'... | Bjorn Helgaas | 2015-08-14 | 1 | -1/+0 |
|\ \ \
| | |/
| |/| |
|
| | * | PCI: Kill off set_irq_flags() usage | Rob Herring | 2015-08-11 | 1 | -1/+0 |
| |/ |
|
* / | PCI: designware: Don't complain missing *config* reg space if va_cfg0 is set | Murali Karicheri | 2015-07-23 | 1 | -1/+1 |
|/ |
|
*-. | Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host... | Bjorn Helgaas | 2015-06-16 | 1 | -82/+68 |
|\ \ |
|
| * | | PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEM | Jisheng Zhang | 2015-05-20 | 1 | -36/+45 |
| * | | PCI: designware: Consolidate outbound iATU programming functions | Jisheng Zhang | 2015-05-20 | 1 | -70/+39 |
| * | | PCI: designware: Add support for x8 links | Zhou Wang | 2015-05-20 | 1 | -0/+8 |
| |/ |
|
* / | PCI: designware: Use pci_scan_root_bus() for simplicity | Yijing Wang | 2015-05-27 | 1 | -3/+1 |
|/ |
|
* | PCI: spear: Drop __initdata from spear13xx_pcie_driver | Matwey V. Kornilov | 2015-03-06 | 1 | -1/+1 |
* | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-02-10 | 1 | -3/+0 |
|\ |
|
| * | ARM/PCI: Move to generic PCI domains | Lorenzo Pieralisi | 2014-12-28 | 1 | -3/+0 |
* | | PCI: designware: Reject MSI-X IRQs | Lucas Stach | 2015-01-27 | 1 | -0/+3 |
|/ |
|
* | Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-12-11 | 1 | -0/+1 |
|\ |
|
| * | PCI: designware: Add a blank line after declarations | Jingoo Han | 2014-11-13 | 1 | -0/+1 |
* | | PCI/MSI: Rename mask/unmask_msi_irq treewide | Thomas Gleixner | 2014-11-23 | 1 | -4/+4 |
* | | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg() | Jiang Liu | 2014-11-23 | 1 | -1/+1 |
* | | PCI: designware: Save MSI controller in pci_sys_data | Yijing Wang | 2014-11-21 | 1 | -11/+5 |
* | | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller" | Yijing Wang | 2014-11-12 | 1 | -3/+3 |
|/ |
|
* | PCI: designware: Remove open-coded bitmap operations | Lucas Stach | 2014-10-01 | 1 | -44/+7 |
* | PCI: designware: Setup and clear exactly one MSI at a time | Lucas Stach | 2014-09-30 | 1 | -40/+7 |
* | PCI: designware: Add get_msi_data() to pcie_host_ops | Minghuan Lian | 2014-09-24 | 1 | -1/+6 |