aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14MIPS: pci-mt7620: Enable PCIe on MT7688Daniel Golle1-0/+1
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mipsLinus Torvalds2-14/+13
2017-11-13MIPS: pci: Make use of the BIT() macro inside the mt7620 driverJohn Crispin1-6/+6
2017-11-13MIPS: pci: Remove KERN_WARN instance inside the mt7620 driverJohn Crispin1-1/+1
2017-11-13MIPS: pci: Remove duplicate define in mt7620 driverJohn Crispin1-1/+0
2017-11-07MIPS: Octeon: Remove usage of cvmx_wait() everywhere.Steven J. Hill1-6/+6
2017-11-03Update MIPS email addressesPaul Burton1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman7-0/+7
2017-09-19MIPS: PCI: Move map_irq() hooks out of initdataLorenzo Pieralisi30-52/+50
2017-09-15Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-11/+10
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-10/+20
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton1-2/+2
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton1-1/+1
2017-08-29MIPS: pci-mt7620: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-29MIPS: Convert to using %pOF instead of full_nameRob Herring2-7/+6
2017-08-08MIPS: PCI: Fix smp_processor_id() in preemptibleMatt Redfearn1-4/+3
2017-08-03MIPS: PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi1-7/+17
2017-07-31MIPS: PCI: Fix pcibios_scan_bus() NULL check code pathLorenzo Pieralisi1-5/+5
2017-05-18MIPS: PCI: Remove unused busn_offsetBjorn Helgaas1-2/+1
2017-05-12Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-24/+0
2017-04-20MIPS: PCI: Use generic pci_mmap_resource_range()David Woodhouse1-25/+0
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2017-04-13MIPS: PCI: add controllers before the specified headMathias Kresin1-1/+1
2017-04-10MIPS: Octeon: Remove unused SLI types and macros.Steven J. Hill1-2/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-1/+1
2017-01-03MIPS: TXx9: Modernize printing of kernel messagesGeert Uytterhoeven3-31/+31
2016-10-06MIPS: Sanitise coherentio semanticsPaul Burton1-1/+2
2016-10-06MIPS: PCI: Support generic driversPaul Burton2-0/+53
2016-10-06MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACYPaul Burton1-1/+1
2016-10-06MIPS: PCI: Split pci.c into pci.c & pci-legacy.cPaul Burton3-284/+306
2016-10-06MIPS: PCI: Inline pcibios_assign_all_bussesPaul Burton1-5/+0
2016-10-06MIPS: PCI: Make pcibios_set_cache_line_size an initcallPaul Burton1-3/+3
2016-10-06MIPS: PCI: Support for CONFIG_PCI_DOMAINS_GENERICPaul Burton1-2/+2
2016-10-06MIPS: PCI: Use struct list_head listsPaul Burton1-5/+4
2016-10-05MIPS: pci: Audit and remove any unnecessary uses of module.hPaul Gortmaker7-11/+3
2016-10-04MIPS: Octeon: Fix PCI interrupt routing on D-Link DSR-500N.Aaro Koskinen1-0/+2
2016-10-04MIPS: pci-mt7620: Delete unnecessary assignment for the field "owner"Markus Elfring1-1/+0
2016-06-23MIPS/PCI: Claim bus resources on PCI_PROBE_ONLY set-upsBjorn Helgaas1-1/+8
2016-06-17PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas1-0/+10
2016-05-28MIPS: IP27: Fix typoAndrea Gelmini1-2/+2
2016-05-13MIPS: Add & use CP0_EntryHi ASID definitionsJames Hogan1-1/+1
2016-05-13MIPS: Change my email addressJohn Crispin6-6/+6
2016-05-13MIPS: make PCI_DMA_BUS_IS_PHYS=1 constantSergey Ryazanov2-4/+0
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+12
2016-03-12MIPS: Loongson 3: Keep CPU physical (not virtual) addresses in shadow ROM resourceBjorn Helgaas1-2/+7
2016-03-12MIPS: Loongson 3: Use temporary struct resource * to avoid repetitionBjorn Helgaas1-7/+7
2016-02-10MIPS: pci-mt7620: Fix return value check in mt7620_pci_probe()Wei Yongjun1-4/+4
2016-01-20MIPS: pci: Add MT7620a PCIE driverJohn Crispin2-0/+427