summaryrefslogtreecommitdiffstats
path: root/arch/mips/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-5/+3
|\
| * MIPS: PCI: Use dev_printk() when possibleBjorn Helgaas2018-05-221-5/+3
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-26/+2
|/
* 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/+13
|\
| * 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/+0
| * 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/+50
* Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds2017-09-154-11/+10
|\
| * 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/+6
* | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-081-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/+3
|/
* MIPS: PCI: Remove unused busn_offsetBjorn Helgaas2017-05-181-2/+1
* 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-081-24/+0
|\ \
| * | MIPS: PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-25/+0
| * | 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/+0
* 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/+4
* MIPS: pci: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-10-057-11/+3
* 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/+0
* MIPS/PCI: Claim bus resources on PCI_PROBE_ONLY set-upsBjorn Helgaas2016-06-231-1/+8
* PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas2016-06-171-0/+10
* MIPS: IP27: Fix typoAndrea Gelmini2016-05-281-2/+2
* MIPS: Add & use CP0_EntryHi ASID definitionsJames Hogan2016-05-131-1/+1
* MIPS: Change my email addressJohn Crispin2016-05-136-6/+6
* MIPS: make PCI_DMA_BUS_IS_PHYS=1 constantSergey Ryazanov2016-05-132-4/+0
* Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-7/+12
|\
| * MIPS: Loongson 3: Keep CPU physical (not virtual) addresses in shadow ROM res...Bjorn Helgaas2016-03-121-2/+7
OpenPOWER on IntegriCloud