aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/pci/pci-lantiq.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-09MIPS: pci: lantiq: Use devm_platform_get_and_ioremap_resource()Gravatar Ye Xingchen 1-6/+2
2022-10-01MIPS: pci: lantiq: switch to using gpiod APIGravatar Dmitry Torokhov 1-15/+13
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-3/+1
2016-10-05MIPS: pci: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 1-2/+0
2016-05-13MIPS: Change my email addressGravatar John Crispin 1-1/+1
2015-09-03MIPS: Remove all the uses of custom gpio.hGravatar Alban Bedel 1-1/+0
2015-06-08PCI: Remove unnecessary #includes of <asm/pci.h>Gravatar Bjorn Helgaas 1-1/+0
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Greg Kroah-Hartman 1-1/+0
2014-10-22pci: pci-lantiq: remove duplicate check on resourceGravatar Varka Bhadram 1-6/+1
2014-10-20mips: pci: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-01treewide: fix errors in printkGravatar Masanari Iida 1-1/+1
2013-07-03mm/MIPS: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-1/+1
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-2/+10
2013-02-17MIPS: lantiq: improve pci reset gpio handlingGravatar John Crispin 1-2/+10
2013-01-25MIPS: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-6/+6
2013-01-03MIPS: drivers: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-2/+2
2012-07-05mips: pci-lantiq: Fix check for valid gpioGravatar Roland Stigge 1-2/+2
2012-05-21MIPS: pci: convert lantiq driver to OFGravatar John Crispin 1-92/+85
2012-05-21MIPS: lantiq: drop ltq_gpio_request() and gpio_to_irq()Gravatar John Crispin 1-43/+1
2012-02-23mips/PCI: replace pci_probe_only with pci_flagsGravatar Bjorn Helgaas 1-1/+2
2011-11-14MIPS: lantiq: use export.h in favour of module.hGravatar John Crispin 1-0/+1
2011-09-21MIPS: Lantiq: Fix setting the PCI bus speed on AR9Gravatar John Crispin 1-2/+7
2011-05-19MIPS: Lantiq: Add PCI controller support.Gravatar John Crispin 1-0/+297