summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ixp4xx/common-pci.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-12ARM: ixp4xx: Delete old PCI driverLinus Walleij1-451/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-2/+2
2014-03-26IXP4xx: Fix DMA masks.Krzysztof Halasa1-39/+0
2014-03-26Revert "ARM: ixp4xx: Make dma_set_coherent_mask common, correct implementation"Arnd Bergmann1-0/+9
2014-03-18ARM: ixp4xx: Make dma_set_coherent_mask common, correct implementationSimon Kågström1-9/+0
2013-12-11arm/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang1-3/+3
2012-11-22IXP4xx: Remove time limit for PCI TRDY to enable use of slow devices.Krzysztof Hałasa1-0/+1
2012-05-13ARM: PCI: provide a default bus scan implementationRussell King1-6/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
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-4/+4
2011-10-31arm: Add export.h to ARM specific files as required.Paul Gortmaker1-0/+1
2011-10-26Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+11
2011-10-17ARM: 7006/1: Migrate to asm-generic wrapper supportStephen Boyd1-1/+2
2011-09-13locking, ARM: Annotate low level hw locks as rawThomas Gleixner1-11/+11
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+5
2011-07-12ARM: convert PCI defines to variablesRob Herring1-0/+5
2011-07-04ARM: dmabounce: no need to check dev->bus type in needs_bounce functionRussell King1-1/+1
2011-07-04ARM: dmabounce: get rid of dma_needs_bounce global functionRussell King1-6/+6
2011-05-12ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King1-23/+0
2010-12-28ARM: fix IXP4xx build failureImre Kaloz1-1/+1
2010-09-22arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori1-0/+8
2010-07-31Merge branch 'misc' into develRussell King1-1/+2
2010-07-27ARM: 6269/1: Add 'code' parameter for hook_fault_code()Kirill A. Shutemov1-1/+2
2010-07-16ARM: Remove 'node' argument form arch_adjust_zones()Russell King1-2/+2
2010-03-12dma-mapping: arm: use generic pci_set_dma_mask and pci_set_consistent_dma_maskFUJITA Tomonori1-26/+0
2009-12-05IXP4xx: Extend PCI MMIO indirect address space to 1 GB.Krzysztof Hałasa1-5/+1
2009-03-17IXP4xx: PCI ixp4xx_scan_bus() is __devinit.Krzysztof Hałasa1-1/+1
2009-03-17IXP4xx: workaround for PCI prefetch problems near 64 MB boundary.Krzysztof Hałasa1-11/+12
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2008-09-01[ARM] cputype: separate definitions, use themRussell King1-4/+3
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-1/+1
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-1/+1
2007-04-21[ARM] 4311/1: ixp4xx: add KIXRP435 platformRuslan V. Sushko1-2/+2
2006-08-06[ARM] Fix pci export warningsRussell King1-2/+0
2006-03-21[ARM] Convert kmalloc+memset to kzallocRussell King1-2/+1
2006-01-04[ARM] 3218/1: PAGE_SHIFT undeclared in arch-ixp4xx/memory.h (adjust_zones mov...Rod Whitby1-0/+23
2005-11-06[ARM] 3089/1: ixp4xx AHB/PCI endianness fixAlessandro Zummo1-1/+1
2005-07-06[PATCH] ARM: 2792/1: IXP4xx iomap API implementationDeepak Saxena1-2/+2
2005-05-03[PATCH] PCI: drivers/pci/pci.c: remove pci_dac_set_dma_maskAdrian Bunk1-10/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+527