aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-16MIPS: Add struct pci_ops member names to initializationRob Herring3-10/+10
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds5-5/+0
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds10-70/+801
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+8
2014-11-24MIPS: ath25: add AR2315 PCI host controller driverSergey Ryazanov2-0/+512
2014-11-24MIPS: ralink: add rt2880 pci driverJohn Crispin2-0/+286
2014-11-24mips: Convert pr_warning to pr_warnJoe Perches1-1/+1
2014-11-24MIPS: pci-rt3883: Remove odd locking in PCI config space access codeSergey Ryazanov1-9/+0
2014-11-24MIPS: pci-ar7{1x, 24}x: remove odd locking in PCI config space access codeSergey Ryazanov2-36/+0
2014-11-24MIPS: MSP71xx: remove odd locking in PCI config space access codeSergey Ryazanov1-12/+0
2014-11-24MIPS: NILE4: Remove odd locking in PCI config space access codeSergey Ryazanov1-11/+1
2014-11-24MIPS: Remove useless parenthesesRalf Baechle1-1/+1
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-4/+4
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu3-4/+4
2014-11-20treewide: fix typo in printk and KconfigMasanari Iida1-1/+1
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman5-5/+0
2014-10-27MIPS/Xlp: Remove the dead function destroy_irq() to fix build errorYijing Wang1-3/+1
2014-10-22pci: pci-lantiq: remove duplicate check on resourceVarka Bhadram1-6/+1
2014-10-20mips: pci: drop owner assignment from platform_driversWolfram Sang5-5/+0
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-4/+2
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-10-01PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang1-4/+2
2014-09-01treewide: fix errors in printkMasanari Iida1-1/+1
2014-07-30MIPS: Loongson: Rename CONFIG_LEMOTE_MACH3A to CONFIG_LOONGSON_MACH3XHuacai Chen1-1/+1
2014-07-30MIPS: TXx9: Delete an unused variable in tx4927_pcibios_setupAtsushi Nemoto1-2/+0
2014-07-30MIPS: Alchemy: pci: use clk framework to enable PCI clockManuel Lauss1-1/+23
2014-06-09Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds8-55/+287
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-18/+2
2014-06-04Merge branch '3.15-fixes' into mips-for-linux-nextRalf Baechle1-1/+0
2014-06-04MIPS: Replace calls to obsolete strict_strto call with kstrto* equivalents.Daniel Walter1-3/+6
2014-06-02mips: Update the email address of Geert UytterhoevenGeert Uytterhoeven2-2/+2
2014-06-02MIPS: paravirt: Add pci controller for virtioDavid Daney2-1/+132
2014-05-30MIPS: Malta: Let PIIX4 respond to PCI special cyclesPaul Burton1-0/+6
2014-05-30MIPS: Add MSI support for XLP9XXGanesan Ramalingam1-49/+135
2014-05-28MIPS: Octeon: Add PCIe2 support in arch_setup_msi_irq()Eunbong Song1-0/+6
2014-05-26MIPS: RC32434: fix broken PCI resource initializationGabor Juhos1-1/+0
2014-05-16mips: Kill pointless destroy_irq()Thomas Gleixner2-18/+2
2014-03-31Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle1-0/+1
2014-03-31MIPS: Malta: Setup PM I/O region on bootPaul Burton1-0/+13
2014-03-31MIPS: Loongson 3: Add HT-linked PCI supportHuacai Chen3-0/+168
2014-03-26MIPS: Alchemy: Determine cohereny at runtime based on cpu typeManuel Lauss1-3/+2
2014-03-26MIPS: Malta: Make use of generic CM supportPaul Burton1-11/+11
2014-03-15MIPS: Octeon: Fix fall through on bar type OCTEON_DMA_BAR_TYPE_SMALLColin Ian King1-0/+1
2014-01-24mips: delete non-required instances of include <linux/init.h>Paul Gortmaker11-11/+0
2014-01-24arch/mips/pci: don't check resource with devm_ioremap_resourceWolfram Sang1-3/+0
2014-01-24MIPS: PCI: Netlogic XLP9XX supportJayachandran C1-21/+74
2014-01-24MIPS: Netlogic: Add cpu to node mapping for XLP9XXJayachandran C1-2/+2
2014-01-24MIPS: Netlogic: XLP9XX PIC updatesJayachandran C1-1/+1
2014-01-24MIPS: Netlogic: Add macro for node presentJayachandran C1-4/+2