aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/pci/pci-rt3883.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-02mips/pci: use devm_platform_ioremap_resource()Gravatar zhang songyi 1-3/+1
2022-01-05mips/pci: remove redundant ret variableGravatar Minghao Chi 1-3/+1
2021-08-12mips: Bulk conversion to generic_handle_domain_irq()Gravatar Marc Zyngier 1-3/+2
2021-06-10MIPS: Add missing linux/irqdomain.h includesGravatar Marc Zyngier 1-0/+1
2021-04-16MIPS: pci-rt3883: more accurate DT error messagesGravatar Ilya Lipnitskiy 1-4/+2
2021-04-16MIPS: pci-rt3883: trivial: remove unused variableGravatar Ilya Lipnitskiy 1-4/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-11-19MIPS: Use device_type helpers to access the node typeGravatar Rob Herring 1-4/+2
2017-09-21MIPS: PCI: fix pcibios_map_irq section mismatchGravatar Manuel Lauss 1-1/+1
2017-08-29MIPS: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-6/+5
2016-10-05MIPS: pci: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-2/+0
2015-11-11MIPS: pci-rt3883: drop unneeded of_node_getGravatar Julia Lawall 1-4/+2
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-1/+1
2015-08-26MIPS: rt3883: Prepare rt3883_pci_irq_handler for irq argument removalGravatar Thomas Gleixner 1-2/+2
2015-08-26MIPS: pci-rt3883: Consolidate chained IRQ handler install/removeGravatar Thomas Gleixner 1-2/+1
2015-06-21MIPS, IRQ: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-24MIPS: pci-rt3883: Remove odd locking in PCI config space access codeGravatar Sergey Ryazanov 1-9/+0
2014-10-20mips: pci: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-01-24arch/mips/pci: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-3/+0
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Gravatar Grant Likely 1-21/+1
2013-10-24of/irq: simplify args to irq_create_of_mappingGravatar Grant Likely 1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGravatar Grant Likely 1-4/+2
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Gravatar Grant Likely 1-1/+1
2013-09-04MIPS: Add driver for the built-in PCI controller of the RT3883 SoCGravatar Gabor Juhos 1-0/+636