aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/bios32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+16
2013-08-12ARM: pci: add ->add_bus() and ->remove_bus() hooks to hw_pciThomas Petazzoni1-0/+16
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-5/+0
2013-06-03ARM: pci: create pci_common_init_dev()Linus Walleij1-4/+5
2013-04-03ARM: 7683/1: pci: add a align_resource hookThomas Petazzoni1-0/+6
2013-02-16ARM: 7648/1: pci: Allow passing per-controller private dataThierry Reding1-0/+3
2013-02-16ARM: 7647/1: pci: Keep pci_common_init() around after initThierry Reding1-3/+3
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-10/+8
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+49
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-9/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-08-13Merge branch 'cleanup/io-pci' into next/cleanupsArnd Bergmann1-5/+49
2012-07-26ARM: move PCI i/o resource setup into common codeRob Herring1-5/+36
2012-07-25ARM: Add fixed PCI i/o mappingRob Herring1-0/+13
2012-06-18Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas1-1/+1
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-06-12arm/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior1-1/+1
2012-05-16ARM: PCI: remove per-pci_hw list of busesRussell King1-6/+5
2012-05-13ARM: PCI: provide a default bus scan implementationRussell King1-1/+5
2012-05-13ARM: PCI: get rid of pci_std_swizzle()Russell King1-3/+16
2012-04-26ARM: PCI: remove unused sys->hwRussell King1-1/+0
2012-03-30ARM: fix bios32.c build warningRussell King1-1/+0
2012-03-20arm/PCI: don't export pci_flagsBjorn Helgaas1-1/+0
2012-02-23arm/PCI: get rid of device resource fixupsBjorn Helgaas1-65/+4
2012-02-23arm/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flagBjorn Helgaas1-3/+2
2012-02-23arm/PCI: remove arch pci_flags definitionBjorn Helgaas1-0/+2
2012-01-06arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-19/+8
2012-01-06PCI: ARM: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-0/+7
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker1-1/+1
2011-10-01ARM: pci: always export pcibios_bus_to_resourceArnd Bergmann1-5/+4
2011-07-22PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle1-1/+1
2011-03-29arm: bios32: Remove non exisiting machine codeThomas Gleixner1-25/+0
2011-02-23ARM: 6608/1: enable bridges in pci_common_init.Colin Tuckley1-0/+5
2010-04-22ARM: 6058/1: Add support for PCI domainsAnton Vorontsov1-0/+3
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-3/+5
2009-01-07PCI: arm: use generic INTx swizzle from PCI coreBjorn Helgaas1-27/+0
2009-01-07PCI: arm: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas1-3/+3
2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King1-1/+1
2007-10-15[ARM] 4577/1: ITE 8152 PCI bridge supportMike Rapoport1-3/+25
2007-09-30[ARM] Resolve PCI section warningsRussell King1-2/+2
2006-07-13[ARM] arch/arm/kernel/bios32.c: no need to set isa_bridgeAdrian Bunk1-11/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-3/+3
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter1-1/+0
2006-03-21[ARM] Convert kmalloc+memset to kzallocRussell King1-3/+1
2005-08-04[PATCH] pci and yenta: pcibios_bus_to_resourceDominik Brodowski1-0/+17
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+699