aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-iop13xx/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-14ARM: remove Intel iop33x and iop13xx supportArnd Bergmann1-1115/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 320Thomas Gleixner1-14/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2017-06-28ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi1-11/+20
2015-12-01ARM: iop13xx: make headers more localArnd Bergmann1-1/+1
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-10-07Merge branch 'late/fixes' into fixesOlof Johansson1-1/+1
2012-10-07ARM: iop13xx: mark iop13xx_scan_bus as __devinitArnd Bergmann1-1/+1
2012-09-22Merge branch 'cleanup/__iomem' into next/cleanupOlof Johansson1-9/+7
2012-09-19ARM: iop13xx: use __iomem pointers for MMIOArnd Bergmann1-9/+7
2012-07-26ARM: iop13xx: use fixed PCI i/o mappingRob Herring1-24/+13
2012-07-26iop13xx: use more regular PCI I/O space handlingArnd Bergmann1-6/+6
2012-02-23arm/PCI: get rid of device resource fixupsBjorn Helgaas1-2/+2
2012-01-06arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-9/+8
2011-10-31arm: Add export.h to ARM specific files as required.Paul Gortmaker1-0/+1
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+1
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2011-07-12ARM: convert PCI defines to variablesRob Herring1-3/+2
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-07-27ARM: 6269/1: Add 'code' parameter for hook_fault_code()Kirill A. Shutemov1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-24[ARM] fix leak in iop13xx/pciAlan Cox1-1/+4
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-03-06[ARM] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-05-21Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-5/+5
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+2
2007-05-20[ARM] spelling fixesSimon Arlott1-1/+1
2007-05-16[ARM] 4383/1: iop: fix usage of '__init' and 'inline' in iop filesDan Williams1-4/+4
2007-05-11[ARM] iop13xx: msi supportDaniel Wolstenholme1-0/+16
2007-05-06Merge branches 'arm-mm', 'at91', 'clkevts', 'imx', 'iop', 'misc', 'netx', 'ns9xxx', 'omap', 'pxa', 'rpc', 's3c' and 'sa1100' into develRussell King1-4/+4
2007-05-05[ARM] mm 10: allow memory type to be specified with ioremapRussell King1-4/+4
2007-04-30[ARM] 4341/1: iop13xx: fix i/o address translationDan Williams1-4/+4
2006-12-07[ARM] 3995/1: iop13xx: add iop13xx supportDan Williams1-0/+1113