aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/devtree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30ARM: make ARCH_MULTIPLATFORM user-visibleArnd Bergmann1-2/+0
2021-10-20ARM: Use of_get_cpu_hwid()Rob Herring1-20/+2
2020-10-27ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS addressArd Biesheuvel1-3/+3
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-09-28ARM: use for_each_of_cpu_node iteratorRob Herring1-4/+1
2017-08-16ARM: Convert to using %pOF instead of full_nameRob Herring1-3/+2
2016-09-29ARM: 8616/1: dt: Respect property size when parsing CPUsRobin Murphy1-3/+11
2016-06-22ARM: 8581/1: add missing <asm/prom.h> to arch/arm/kernel/devtree.cBen Dooks1-0/+1
2016-06-22ARM: 8556/1: on a generic DT system: do not touch l2x0Linus Walleij1-0/+2
2015-12-17ARM: make default platform work for NOMMUArnd Bergmann1-1/+1
2015-10-26arm: add missing of_node_putJulia Lawall1-3/+9
2014-07-29arm: Add devicetree fixup machine functionLaura Abbott1-1/+7
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds1-4/+0
2014-06-01ARM: 8025/1: Get rid of meminfoLaura Abbott1-5/+0
2014-05-20ARM: align cpu_method_of_table namingRob Herring1-4/+7
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring1-27/+0
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-1/+1
2014-04-30ARM: dt: use default early_init_dt_alloc_memory_archRob Herring1-5/+0
2014-02-11ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smpStephen Boyd1-0/+40
2014-01-21arch/arm/kernel/: use memblock apis for early memory allocationsSantosh Shilimkar1-1/+1
2014-01-11ARM: 7934/1: DT/kernel: fix arch_match_cpu_phys_id to avoid erroneous matchSudeep Holla1-1/+1
2013-10-09arm: use common of_flat_dt_match_machineRob Herring1-22/+19
2013-10-09arm: use early_init_dt_scanRob Herring1-15/+1
2013-09-05Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-3/+3
2013-08-21ARM: DT/kernel: define ARM specific arch_match_cpu_phys_idSudeep KarkadaNagesha1-0/+5
2013-07-26ARM: constify machine_desc structure usesRussell King1-3/+3
2013-06-29ARM: dt: Only print warning, not WARN() on bad cpu map in device treeOlof Johansson1-2/+3
2013-06-24ARM: 7763/1: kernel: fix __cpu_logical_map default initializationLorenzo Pieralisi1-1/+1
2013-06-24ARM: 7762/1: kernel: fix arm_dt_init_cpu_maps() to skip non-cpu nodesLorenzo Pieralisi1-0/+3
2013-04-29ARM: default machine descriptor for multiplatformArnd Bergmann1-0/+7
2012-11-23ARM: 7585/1: kernel: fix nr_cpu_ids check in DT logical map initLorenzo Pieralisi1-3/+7
2012-11-19ARM: kernel: add device tree init map functionLorenzo Pieralisi1-0/+100
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker1-1/+1
2011-07-28irq: add irq_domain translation infrastructureGrant Likely1-14/+0
2011-06-09ARM: 6953/1: DT: don't try to access physical address zeroNicolas Pitre1-0/+3
2011-05-23arm/dt: probe for platforms via the device treeGrant Likely1-0/+98
2011-05-11arm/dt: Allow CONFIG_OF on ARMGrant Likely1-0/+47