summaryrefslogtreecommitdiffstats
path: root/arch/mips/pci
Commit message (Expand)AuthorAgeFilesLines
* MIPS: ath79: get PCIe controller out of resetMathias Kresin2018-07-251-0/+42
* MIPS: Octeon: Unify QLM data types in CIU header.Steven J. Hill2018-07-041-2/+2
* arch: mips: pci: pci-ip27.c: Remove unused functionRickard Strandqvist2018-06-241-11/+0Star
* MIPS: Use !pci_is_root_bus(bus) in ops-bridge.cJoshua Kinard2018-06-241-2/+2
* MIPS: ath25: use generic dma noncoherent opsChristoph Hellwig2018-06-241-0/+24
* MIPS: IP27: use dma_direct_opsChristoph Hellwig2018-06-241-0/+14
* MIPS: Octeon: move swiotlb declarations out of dma-coherence.hChristoph Hellwig2018-06-242-4/+0Star
* MIPS: Octeon: refactor swiotlb codeChristoph Hellwig2018-06-241-2/+0Star
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-5/+3Star
|\
| * MIPS: PCI: Use dev_printk() when possibleBjorn Helgaas2018-05-221-5/+3Star
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-26/+2Star
|/
* MIPS: pci-mt7620: Enable PCIe on MT7688Daniel Golle2018-03-141-0/+1
* Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-11-152-14/+13Star
|\
| * MIPS: pci: Make use of the BIT() macro inside the mt7620 driverJohn Crispin2017-11-131-6/+6
| * MIPS: pci: Remove KERN_WARN instance inside the mt7620 driverJohn Crispin2017-11-131-1/+1
| * MIPS: pci: Remove duplicate define in mt7620 driverJohn Crispin2017-11-131-1/+0Star
| * MIPS: Octeon: Remove usage of cvmx_wait() everywhere.Steven J. Hill2017-11-071-6/+6
* | Update MIPS email addressesPaul Burton2017-11-031-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-027-0/+7
|/
* MIPS: PCI: Move map_irq() hooks out of initdataLorenzo Pieralisi2017-09-1930-52/+50Star
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-164-11/+10Star
|\
| * MIPS: CPS: Cluster support for topology functionsPaul Burton2017-08-301-2/+2
| * MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-301-1/+1
| * MIPS: pci-mt7620: explicitly request exclusive reset controlPhilipp Zabel2017-08-291-1/+1
| * MIPS: Convert to using %pOF instead of full_nameRob Herring2017-08-292-7/+6Star
* | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-091-10/+20
|\ \ | |/ |/|
| * MIPS: PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-7/+17
| * MIPS: PCI: Fix pcibios_scan_bus() NULL check code pathLorenzo Pieralisi2017-07-311-5/+5
* | MIPS: PCI: Fix smp_processor_id() in preemptibleMatt Redfearn2017-08-081-4/+3Star
|/
* MIPS: PCI: Remove unused busn_offsetBjorn Helgaas2017-05-181-2/+1Star
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2017-05-121-2/+2
|\
| * MIPS: Octeon: Remove unused SLI types and macros.Steven J. Hill2017-04-101-2/+2
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-091-24/+0Star
|\ \
| * | MIPS: PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-25/+0Star
| * | PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-201-1/+2
| |/
* / MIPS: PCI: add controllers before the specified headMathias Kresin2017-04-131-1/+1
|/
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-1/+1
* | MIPS: TXx9: Modernize printing of kernel messagesGeert Uytterhoeven2017-01-033-31/+31
|/
* MIPS: Sanitise coherentio semanticsPaul Burton2016-10-061-1/+2
* MIPS: PCI: Support generic driversPaul Burton2016-10-062-0/+53
* MIPS: PCI: Introduce CONFIG_PCI_DRIVERS_LEGACYPaul Burton2016-10-061-1/+1
* MIPS: PCI: Split pci.c into pci.c & pci-legacy.cPaul Burton2016-10-063-284/+306
* MIPS: PCI: Inline pcibios_assign_all_bussesPaul Burton2016-10-061-5/+0Star
* MIPS: PCI: Make pcibios_set_cache_line_size an initcallPaul Burton2016-10-061-3/+3
* MIPS: PCI: Support for CONFIG_PCI_DOMAINS_GENERICPaul Burton2016-10-061-2/+2
* MIPS: PCI: Use struct list_head listsPaul Burton2016-10-061-5/+4Star
* MIPS: pci: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-057-11/+3Star
* MIPS: Octeon: Fix PCI interrupt routing on D-Link DSR-500N.Aaro Koskinen2016-10-041-0/+2
* MIPS: pci-mt7620: Delete unnecessary assignment for the field "owner"Markus Elfring2016-10-041-1/+0Star