aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/devicetree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-7/+1
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely1-6/+1
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely1-3/+2
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-1/+1
2013-10-09of: implement pci_address_to_pio as weak functionRob Herring1-10/+0
2013-10-09x86: add necessary includes for prom.hRob Herring1-0/+1
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-9/+0
2013-10-09x86: use unflatten_and_copy_device_treeRob Herring1-15/+8
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-2/+1
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2013-06-24irqdomain: Refactor irq_domain_associate_many()Grant Likely1-3/+1
2012-08-21x86: dt: Use linear irq domain for ioapic(s)Sebastian Andrzej Siewior1-9/+42
2012-02-23irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely1-71/+30
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-42/+18
2011-06-09x86: devicetree: Add missing early_init_dt_setup_initrd_arch stubFlorian Fainelli1-0/+11
2011-06-08x86/devicetree: Use generic PCI <-> OF matchingBenjamin Herrenschmidt1-42/+18
2011-05-20x86, ioapic: Consolidate gsi routing info into 'struct ioapic'Suresh Siddha1-1/+3
2011-05-20x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha1-1/+1
2011-04-28x86: devicetree: Configure IOAPIC pin only onceSebastian Andrzej Siewior1-1/+1
2011-03-24x86: DT: Cleanup namespace and call irq_set_irq_type() unconditionalThomas Gleixner1-3/+1
2011-03-24x86: DT: Fix return condition in irq_create_of_mapping()Thomas Gleixner1-1/+1
2011-02-25x86: dt: Cleanup local apic setupThomas Gleixner1-20/+20
2011-02-24x86: dt: Fix OLPC=y/INTEL_CE=n buildSebastian Andrzej Siewior1-4/+19
2011-02-23x86: ioapic: Add OF bindings for IO_APICSebastian Andrzej Siewior1-0/+104
2011-02-23x86: dtb: Add generic bus probeSebastian Andrzej Siewior1-0/+19
2011-02-23x86: dtb: Add support for PCI devices backed by dtb nodesSebastian Andrzej Siewior1-0/+83
2011-02-23x86: dtb: Add device tree support for HPETSebastian Andrzej Siewior1-0/+19
2011-02-23x86: dtb: Add early parsing of IO_APICSebastian Andrzej Siewior1-2/+108
2011-02-23x86: dtb: Add irq domain abstractionSebastian Andrzej Siewior1-1/+45
2011-02-23x86: Add device tree supportSebastian Andrzej Siewior1-0/+51