summaryrefslogtreecommitdiffstats
path: root/arch/mips/pci
Commit message (Expand)AuthorAgeFilesLines
...
* MIPS: pci-legacy: revert "use generic pci_enable_resources"Ilya Lipnitskiy2021-04-211-1/+37
* MIPS: pci-legacy: use generic pci_enable_resourcesIlya Lipnitskiy2021-04-161-38/+2
* MIPS: pci-legacy: remove busn_resource fieldIlya Lipnitskiy2021-04-161-1/+0
* MIPS: pci-legacy: remove redundant info messagesIlya Lipnitskiy2021-04-161-7/+0
* MIPS: pci-legacy: stop using of_pci_range_to_resourceIlya Lipnitskiy2021-04-161-2/+7
* MIPS: pci-rt3883: more accurate DT error messagesIlya Lipnitskiy2021-04-161-4/+2
* MIPS: pci-rt3883: trivial: remove unused variableIlya Lipnitskiy2021-04-161-4/+0
* MIPS: pci-rt2880: remove unneeded locksIlya Lipnitskiy2021-04-161-13/+0
* MIPS: pci-rt2880: fix slot 0 configurationIlya Lipnitskiy2021-04-161-13/+24
* MIPS: PCI: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
* MIPS: pci-mt7620: fix PLL lock checkIlya Lipnitskiy2021-03-121-2/+3
* MIPS: pci-ar2315: include <linux/dma-direct.h> for phys_to_dmaChristoph Hellwig2021-03-061-0/+1
* driver core: lift dma_default_coherent into common codeChristoph Hellwig2021-02-131-1/+1
* MIPS: refactor the runtime coherent vs noncoherent DMA indicatorsChristoph Hellwig2021-02-131-3/+2
* mips: pci: convert comma to semicolonZheng Yongjun2020-12-281-3/+3
* mips: Vr41xx: add missing iounmap() on error in vr41xx_pciu_init()Qinglang Miao2020-11-061-1/+3
* Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2020-10-163-11/+7
|\
| * MIPS: pci: use devm_platform_ioremap_resource_bynameZhang Qilong2020-09-183-11/+7
* | dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig2020-09-112-2/+2
* | dma-direct: remove __dma_to_physChristoph Hellwig2020-09-112-2/+2
|/
* Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-062-132/+0
|\
| * MIPS: Retire kvm paravirtJiaxun Yang2020-07-242-132/+0
* | irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-07-231-0/+3
* | irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-141-2/+3
|/
* MIPS: Loongson64: Switch to generic PCI driverJiaxun Yang2020-05-273-188/+0
* MIPS: Remove NEC MARKEINS/EMMAThomas Bogendoerfer2020-05-094-324/+0
* MIPS: Remove PMC MSP71xx platformThomas Bogendoerfer2020-05-093-1163/+0
* MIPS: Remove support for LASATThomas Bogendoerfer2020-05-093-226/+0
* MIPS: Use fallthrough for arch/mipsLiangliang Huang2020-05-072-3/+2
* MIPS: cleanup fixup_bigphys_addr handlingChristoph Hellwig2020-04-191-1/+1
* Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-01-312-5/+49
|\
| * MIPS: PCI: Add detection of IOC3 on IO7, IO8, IO9 and FuelThomas Bogendoerfer2020-01-241-0/+24
| * MIPS: PCI: Support mapping of INTB/C/D for pci-xtalk-bridgeThomas Bogendoerfer2020-01-091-4/+24
| * MIPS: SGI-IP27: use asm/sn/agent.h for including HUB related stuffThomas Bogendoerfer2020-01-091-1/+1
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-064-4/+4
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-8/+8
|\
| * dma-mapping: treat dev->bus_dma_mask as a DMA limitNicolas Saenz Julienne2019-11-211-8/+8
* | MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 moduleThomas Bogendoerfer2019-11-231-0/+22
* | MIPS: PCI: Fix fake subdevice ID for IOC3Thomas Bogendoerfer2019-11-231-1/+1
* | MIPS: PCI: remember nasid changed by set interrupt affinityThomas Bogendoerfer2019-11-221-3/+2
* | MIPS: PCI: make phys_to_dma/dma_to_phys for pci-xtalk-bridge commonThomas Bogendoerfer2019-11-012-13/+16
* | MIPS: Loongson64: Move files to the top-level directoryJiaxun Yang2019-11-011-1/+1
* | MIPS: PCI: use information from 1-wire PROM for IOC3 detectionThomas Bogendoerfer2019-10-071-3/+132
* | MIPS: SGI-IP27: get rid of compact node idsThomas Bogendoerfer2019-10-071-1/+1
|/
* Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-09-221-105/+62
|\
| * MIPS: PCI: refactor ioc3 special handlingThomas Bogendoerfer2019-08-311-105/+62
* | Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-08-061-0/+1
|\ \ | |/ |/|
| * MIPS: BCM63XX: Mark expected switch fall-throughGustavo A. R. Silva2019-08-051-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1910-36/+10
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 352Thomas Gleixner2019-06-051-4/+1