aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci/pci-rt3883.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-05mips/pci: remove redundant ret variableMinghao Chi1-3/+1
2021-08-12mips: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-3/+2
2021-06-10MIPS: Add missing linux/irqdomain.h includesMarc Zyngier1-0/+1
2021-04-16MIPS: pci-rt3883: more accurate DT error messagesIlya Lipnitskiy1-4/+2
2021-04-16MIPS: pci-rt3883: trivial: remove unused variableIlya Lipnitskiy1-4/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-19MIPS: Use device_type helpers to access the node typeRob Herring1-4/+2
2017-09-21MIPS: PCI: fix pcibios_map_irq section mismatchManuel Lauss1-1/+1
2017-08-29MIPS: Convert to using %pOF instead of full_nameRob Herring1-6/+5
2016-10-05MIPS: pci: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-2/+0
2015-11-11MIPS: pci-rt3883: drop unneeded of_node_getJulia Lawall1-4/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-08-26MIPS: rt3883: Prepare rt3883_pci_irq_handler for irq argument removalThomas Gleixner1-2/+2
2015-08-26MIPS: pci-rt3883: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+1
2015-06-21MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-24MIPS: pci-rt3883: Remove odd locking in PCI config space access codeSergey Ryazanov1-9/+0
2014-10-20mips: pci: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-24arch/mips/pci: don't check resource with devm_ioremap_resourceWolfram Sang1-3/+0
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely1-21/+1
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely1-4/+2
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-1/+1
2013-09-04MIPS: Add driver for the built-in PCI controller of the RT3883 SoCGabor Juhos1-0/+636