summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/devicetree.c
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Use early_memunmap() instead of early_iounmap()Juergen Gross2015-02-241-2/+2
* x86, irq, devicetree: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-0/+1
* x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-9/+5Star
* x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu2014-06-211-132/+59Star
* x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-211-1/+1
* x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-211-6/+7
* x86: use FDT accessors for FDT blob header dataRob Herring2014-04-301-7/+5Star
* Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-7/+1Star
|\
| * of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2013-10-241-6/+1Star
| * of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-1/+1
| * of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-241-3/+2Star
| * of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-1/+1
* | of: implement pci_address_to_pio as weak functionRob Herring2013-10-101-10/+0Star
* | x86: add necessary includes for prom.hRob Herring2013-10-101-0/+1
* | of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-9/+0Star
* | x86: use unflatten_and_copy_device_treeRob Herring2013-10-091-15/+8Star
|/
* of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-2/+1Star
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-151-1/+1
* irqdomain: Refactor irq_domain_associate_many()Grant Likely2013-06-241-3/+1Star
* x86: dt: Use linear irq domain for ioapic(s)Sebastian Andrzej Siewior2012-08-211-9/+42
* irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2012-02-231-71/+30Star
* x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-221-42/+18Star
|\
| * x86/devicetree: Use generic PCI <-> OF matchingBenjamin Herrenschmidt2011-06-081-42/+18Star
* | x86: devicetree: Add missing early_init_dt_setup_initrd_arch stubFlorian Fainelli2011-06-091-0/+11
|/
* x86, ioapic: Consolidate gsi routing info into 'struct ioapic'Suresh Siddha2011-05-201-1/+3
* x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha2011-05-201-1/+1
* x86: devicetree: Configure IOAPIC pin only onceSebastian Andrzej Siewior2011-04-281-1/+1
* x86: DT: Cleanup namespace and call irq_set_irq_type() unconditionalThomas Gleixner2011-03-241-3/+1Star
* x86: DT: Fix return condition in irq_create_of_mapping()Thomas Gleixner2011-03-241-1/+1
* x86: dt: Cleanup local apic setupThomas Gleixner2011-02-251-20/+20
* x86: dt: Fix OLPC=y/INTEL_CE=n buildSebastian Andrzej Siewior2011-02-241-4/+19
* x86: ioapic: Add OF bindings for IO_APICSebastian Andrzej Siewior2011-02-231-0/+104
* x86: dtb: Add generic bus probeSebastian Andrzej Siewior2011-02-231-0/+19
* x86: dtb: Add support for PCI devices backed by dtb nodesSebastian Andrzej Siewior2011-02-231-0/+83
* x86: dtb: Add device tree support for HPETSebastian Andrzej Siewior2011-02-231-0/+19
* x86: dtb: Add early parsing of IO_APICSebastian Andrzej Siewior2011-02-231-2/+108
* x86: dtb: Add irq domain abstractionSebastian Andrzej Siewior2011-02-231-1/+45
* x86: Add device tree supportSebastian Andrzej Siewior2011-02-231-0/+51