summaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink/of.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-03of/fdt: run soc memory setup when early_init_dt_scan_memory failsAndreas Rammhold1-1/+1
2022-12-21MIPS: ralink: mt7621: avoid to init common ralink reset controllerSergio Paracuellos1-1/+3
2022-06-21mips: ralink: Fix refcount leak in of.cLiang He1-0/+2
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang1-5/+0
2021-12-16of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring1-15/+4
2021-05-25MIPS: ralink: export rt_sysc_membase for rt2880_wdt.cRandy Dunlap1-0/+2
2021-03-29MIPS: ralink: mt7621: add memory detection supportChuanhong Guo1-0/+2
2021-02-04MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer1-8/+3
2021-01-07MIPS: Use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer1-2/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-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
2017-01-25MIPS: ralink: Fix request_mem_region error handlingArnd Bergmann1-2/+2
2017-01-03ralink: Introduce fw_passed_dtb to arch/mips/ralinkTobias Wolf1-2/+10
2016-05-13MIPS: Change my email addressJohn Crispin1-1/+1
2015-11-11MIPS: Make MIPS_CMDLINE_DTB defaultJonas Gorski1-2/+0
2014-11-24MIPS: ralink: copy the commandline from the devicetreeJohn Crispin1-0/+2
2014-11-24MIPS: ralink: allow manual memory overrideJohn Crispin1-1/+15
2014-11-24MIPS: Create a helper function for DT setupKevin Cernekee1-12/+2
2014-07-30MIPS: ralink: Use strlcpy to ensure string is always NUL-terminated.Rickard Strandqvist1-1/+1
2014-04-30of/fdt: consolidate built-in dtb section variablesRob Herring1-2/+0
2014-04-30mips: convert fdt pointers to opaque pointersRob Herring1-2/+2
2014-04-30mips: ralink: convert to use unflatten_and_copy_device_treeRob Herring1-24/+1
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2013-10-29MIPS: Panic messages should not end in \n.Ralf Baechle1-1/+1
2013-10-09mips: add explicit includes of prom.hRob Herring1-0/+1
2013-09-04MIPS: ralink: Add support for reset-controller APIJohn Crispin1-0/+3
2013-06-10MIPS: Ralink: Use strlcpy() instead of strncpy().Chen Gang1-1/+1
2013-06-06MIPS: ralink: add missing SZ_1M multiplierJohn Crispin1-1/+1
2013-05-08MIPS: ralink: make use of the new memory detection codeJohn Crispin1-0/+9
2013-02-17MIPS: ralink: adds OF codeJohn Crispin1-0/+107