summaryrefslogtreecommitdiffstats
path: root/arch/mips/lantiq/prom.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-24MIPS: lantiq: enable all hardware interrupts on second VPEAleksander Jan Bajkowski1-2/+24
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang1-5/+0
2021-02-04MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer1-5/+2
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer1-4/+0
2021-01-07MIPS: Use address-of operator on section symbolsNathan Chancellor1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-3/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-06-24MIPS: lantiq: remove unnecessary of_platform_default_populate callRob Herring1-8/+0
2017-09-04MIPS: lantiq: Use of_platform_default_populate instead of __dt_register_busesMartin Blumenstingl1-1/+1
2017-02-15MIPS: lantiq: Set physical_memsizeHauke Mehrtens1-0/+6
2016-08-02MIPS: store the appended dtb address in a variableJonas Gorski1-2/+2
2016-05-13MIPS: Change my email addressJohn Crispin1-1/+1
2016-05-13MIPS: Lantiq: Add support for device tree file from boot loaderHauke Mehrtens1-2/+11
2015-11-11MIPS: Make MIPS_CMDLINE_DTB defaultJonas Gorski1-2/+0
2015-04-01MIPS: mark prom_free_prom_memory() everywhere with __initAaro Koskinen1-1/+1
2014-11-24MIPS: lantiq: copy the commandline from the devicetreeJohn Crispin1-0/+2
2014-11-24MIPS: lantiq: export soc typeJohn Crispin1-0/+5
2014-11-24MIPS: Create a helper function for DT setupKevin Cernekee1-10/+1
2014-04-30mips: convert fdt pointers to opaque pointersRob Herring1-1/+1
2014-04-30mips: lantiq: copy built-in DTB out of init sectionRob Herring1-12/+1
2013-10-09mips: add explicit includes of prom.hRob Herring1-0/+1
2013-06-10MIPS: Lantiq: Use strlcpy() instead of strncpy().Chen Gang1-1/+1
2012-11-11MIPS: lantiq: unbreak devicetree initJohn Crispin1-4/+1
2012-08-01MIPS: Lantiq: Add device_tree_init functionJohn Crispin1-0/+22
2012-05-26MIPS: lantiq: remove orphaned codeJohn Crispin1-6/+0
2012-05-21OF: MIPS: lantiq: implement OF supportJohn Crispin1-13/+44
2012-05-15MIPS: lantiq: fix cmdline parsingThomas Langer1-2/+4
2012-05-15MIPS: lantiq: add ipi handlers to make vsmp workJohn Crispin1-0/+5
2011-11-14MIPS: lantiq: use export.h in favour of module.hJohn Crispin1-1/+1
2011-05-19MIPS: Lantiq: Add initial support for Lantiq SoCsJohn Crispin1-0/+71