Age | Commit message (Expand) | Author | Files | Lines |
2016-10-05 | Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc... | Bjorn Helgaas | 1 | -35/+141 |
2016-10-03 | Merge branch 'pci/virtualization' into next | Bjorn Helgaas | 1 | -7/+0 |
2016-10-03 | Merge branch 'pci/enumeration' into next | Bjorn Helgaas | 1 | -9/+12 |
2016-09-13 | PCI: designware: Relax device number checking to allow SR-IOV | Po Liu | 1 | -7/+0 |
2016-09-06 | PCI: designware: Fix pci_remap_iospace() failure path | Lorenzo Pieralisi | 1 | -9/+12 |
2016-08-24 | PCI: designware: Exchange viewport of `MEMORYs' and `CFGs/IOs' | Dong Bo | 1 | -5/+5 |
2016-08-23 | PCI: designware: Make explicitly non-modular | Paul Gortmaker | 1 | -5/+0 |
2016-08-22 | PCI: designware: Keep viewport fixed for IO transaction if num_viewport > 2 | Pratyush Anand | 1 | -7/+19 |
2016-08-18 | PCI: designware: Check LTSSM training bit before deciding link is up | Jisheng Zhang | 1 | -2/+4 |
2016-08-17 | PCI: designware: Add iATU Unroll feature | Joao Pinto | 1 | -11/+86 |
2016-08-17 | PCI: designware: Wait for iATU enable | Joao Pinto | 1 | -3/+15 |
2016-08-17 | PCI: designware: Move link wait definitions to .c file | Joao Pinto | 1 | -0/+5 |
2016-08-17 | PCI: designware: Return data directly from dw_pcie_readl_rc() | Bjorn Helgaas | 1 | -10/+10 |
2016-06-20 | PCI: designware: Simplify host bridge window iteration | Bjorn Helgaas | 1 | -5/+1 |
2016-06-20 | PCI: designware: Request host bridge window resources | Bjorn Helgaas | 1 | -0/+4 |
2016-06-20 | PCI: designware: Free bridge resource list on failure | Bjorn Helgaas | 1 | -7/+17 |
2016-05-03 | PCI: designware: Remove incorrect RC memory base/limit configuration | Gabriele Paoloni | 1 | -8/+0 |
2016-04-06 | PCI: designware: Move Root Complex setup code to dw_pcie_setup_rc() | Jisheng Zhang | 1 | -20/+19 |
2016-03-15 | PCI: designware: Add default link up check if sub-driver doesn't override | Joao Pinto | 1 | -1/+9 |
2016-03-15 | PCI: designware: Add generic dw_pcie_wait_for_link() | Joao Pinto | 1 | -0/+19 |
2016-02-09 | PCI: designware: Remove PCI_PROBE_ONLY handling | Lorenzo Pieralisi | 1 | -6/+4 |
2016-02-09 | PCI: designware: Explain why we don't program ATU for some platforms | Jisheng Zhang | 1 | -0/+5 |
2016-01-21 | Merge tag 'pci-v4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -36/+26 |
2016-01-15 | Merge branches 'pci/host', 'pci/host-designware', 'pci/host-hisi', 'pci/host-... | Bjorn Helgaas | 1 | -36/+26 |
2016-01-11 | PCI: designware: Make config accessor override checking symmetric | Bjorn Helgaas | 1 | -6/+6 |
2016-01-06 | PCI: designware: Simplify control flow | Bjorn Helgaas | 1 | -36/+18 |
2016-01-05 | PCI: designware: Ensure ATU is enabled before IO/conf space accesses | Stanimir Varbanov | 1 | -0/+8 |
2015-11-24 | PCI: designware: Remove incorrect io_base assignment | Stanimir Varbanov | 1 | -1/+0 |
2015-11-02 | PCI: designware: Make driver arch-agnostic | Zhou Wang | 1 | -91/+39 |
2015-11-02 | PCI: designware: Use of_pci_get_host_bridge_resources() to parse DT | Zhou Wang | 1 | -53/+46 |
2015-11-02 | Revert "PCI: designware: Program ATU with untranslated address" | Zhou Wang | 1 | -30/+11 |
2015-11-02 | PCI: designware: Move calculation of bus addresses to DRA7xx | Gabriele Paoloni | 1 | -11/+4 |
2015-11-02 | PCI: designware: Make "num-lanes" an optional DT property | Gabriele Paoloni | 1 | -4/+6 |
2015-11-02 | PCI: designware: Require config accesses to be naturally aligned | Gabriele Paoloni | 1 | -0/+8 |
2015-11-02 | PCI: designware: Simplify dw_pcie_cfg_read/write() interfaces | Gabriele Paoloni | 1 | -16/+12 |
2015-11-02 | PCI: designware: Use exact access size in dw_pcie_cfg_read() | Gabriele Paoloni | 1 | -6/+8 |
2015-11-02 | PCI: designware: Set up high part of MSI target address | Lucas Stach | 1 | -5/+12 |
2015-09-18 | PCI: designware: Implement multivector MSI IRQ setup | Lucas Stach | 1 | -0/+31 |
2015-09-18 | PCI: designware: Factor out MSI msg setup | Lucas Stach | 1 | -11/+17 |
2015-09-18 | PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASK | Zhou Wang | 1 | -1/+1 |
2015-09-02 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+3 |
2015-08-28 | Merge branches 'pci/enumeration' and 'pci/misc' into next | Bjorn Helgaas | 1 | -3/+9 |
2015-08-20 | ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi() | Lorenzo Pieralisi | 1 | -3/+9 |
2015-08-14 | Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'... | Bjorn Helgaas | 1 | -1/+0 |
2015-08-11 | PCI: Kill off set_irq_flags() usage | Rob Herring | 1 | -1/+0 |
2015-07-23 | PCI: designware: Don't complain missing *config* reg space if va_cfg0 is set | Murali Karicheri | 1 | -1/+1 |
2015-07-22 | PCI: Use helper functions to access fields in struct msi_desc | Jiang Liu | 1 | -2/+2 |
2015-07-17 | genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc() | Jiang Liu | 1 | -1/+1 |
2015-06-16 | Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host... | Bjorn Helgaas | 1 | -82/+68 |
2015-05-27 | PCI: designware: Use pci_scan_root_bus() for simplicity | Yijing Wang | 1 | -3/+1 |