aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds4-78/+61
2019-02-19MIPS: SGI-IP27: rework HUB interruptsThomas Bogendoerfer1-17/+1
2019-02-19MIPS: SGI-IP27: clean up bridge access and header filesThomas Bogendoerfer2-61/+38
2019-01-29MIPS: OCTEON: don't set octeon_dma_bar_type if PCI is disabledAaro Koskinen1-5/+5
2019-01-22MIPS: ath79: drop legacy pci codeJohn Crispin2-0/+22
2019-01-10Disable MSI also when pcie-octeon.pcie_disable onYunQiang Su1-1/+3
2018-11-19MIPS: Use device_type helpers to access the node typeRob Herring1-4/+2
2018-11-15MIPS: SiByte: Set 32-bit bus mask for BCM1250 PCIMaciej W. Rozycki1-0/+53
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-2/+2
2018-09-19MIPS/PCI: Let Loongson-3 pci_ops access extended config spaceHuacai Chen1-10/+24
2018-09-18MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRSHuacai Chen1-0/+4
2018-09-06MIPS: pci-rt2880: set pci controller of_nodeTobias Wolf1-0/+2
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds6-21/+84
2018-07-24MIPS: ath79: get PCIe controller out of resetMathias Kresin1-0/+42
2018-07-16MIPS: Fix off-by-one in pci_resource_to_user()Paul Burton1-1/+1
2018-07-03MIPS: Octeon: Unify QLM data types in CIU header.Steven J. Hill1-2/+2
2018-06-24arch: mips: pci: pci-ip27.c: Remove unused functionRickard Strandqvist1-11/+0
2018-06-24MIPS: Use !pci_is_root_bus(bus) in ops-bridge.cJoshua Kinard1-2/+2
2018-06-24MIPS: ath25: use generic dma noncoherent opsChristoph Hellwig1-0/+24
2018-06-24MIPS: IP27: use dma_direct_opsChristoph Hellwig1-0/+14
2018-06-24MIPS: Octeon: move swiotlb declarations out of dma-coherence.hChristoph Hellwig2-4/+0
2018-06-24MIPS: Octeon: refactor swiotlb codeChristoph Hellwig1-2/+0
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-5/+3
2018-05-22MIPS: PCI: Use dev_printk() when possibleBjorn Helgaas1-5/+3
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-26/+2
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