aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/generic
AgeCommit message (Expand)AuthorFilesLines
2024-02-20MIPS: Share generic kernel code with other architectureGravatar Gregory CLEMENT 1-3/+3
2023-06-09mips: ingenic: Enable EXT/2 divider on JZ4750/55/60 if EXT is 24 MHzGravatar Paul Cercueil 1-0/+57
2023-06-09mips: ingenic: Remove useless __maybe_unusedGravatar Paul Cercueil 1-2/+2
2022-06-21arch: mips: generic: Add missing of_node_put() in board-ranchu.cGravatar Liang He 1-0/+1
2022-05-18mips: ingenic: Do not manually reference the CPU clockGravatar Aidan MacDonald 1-26/+0
2022-01-02MIPS: new Kconfig option ZBOOT_LOAD_ADDRESSGravatar YunQiang Su 1-1/+0
2022-01-02MIPS: enable both vmlinux.gz.itb and vmlinuz for genericGravatar YunQiang Su 1-1/+1
2021-12-21MIPS: generic: enable SMP on SMVP systemsGravatar Sander Vanheule 1-5/+6
2021-11-16MIPS: generic/yamon-dt: fix uninitialized variable errorGravatar Colin Ian King 1-1/+1
2021-08-29MIPS: ingenic: Unconditionally enable clock of CPU #0Gravatar Paul Cercueil 1-0/+28
2021-08-12MIPS: generic: Return true/false (not 1/0) from bool functionsGravatar Huilong Deng 1-3/+3
2021-08-12MIPS: generic: Allow generating FIT image for Marduk boardGravatar Jiaxun Yang 3-0/+29
2021-07-19MIPS: Ingenic: Add system type for new Ingenic SoCs.Gravatar 周琰杰 (Zhou Yanjie) 1-0/+21
2021-04-12MIPS: generic: Update node names to avoid unit addressesGravatar Nathan Chancellor 8-46/+46
2021-02-04MIPS: of: Introduce helper function to get DTBGravatar Thomas Bogendoerfer 1-3/+2
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsGravatar Thomas Bogendoerfer 1-4/+0
2020-11-12MIPS: mscc: Add serval supportGravatar Gregory CLEMENT 3-0/+33
2020-11-12MIPS: mscc: Add jaguar2 supportGravatar Gregory CLEMENT 3-0/+49
2020-11-12MIPS: mscc: build FIT image for LutonGravatar Gregory CLEMENT 3-0/+32
2020-11-12MIPS: mscc: Fix configuration name for ocelot legacy boardsGravatar Gregory CLEMENT 1-1/+1
2020-11-12MIPS: mscc: Prepare configuration to handle more SoCsGravatar Gregory CLEMENT 1-3/+8
2020-09-27MIPS: Ingenic: Add system type for new Ingenic SoCs.Gravatar 周琰杰 (Zhou Yanjie) 1-0/+12
2020-09-18MIPS: jz4740: Rename jz4740 folders to ingenicGravatar Paul Cercueil 1-1/+1
2020-09-18MIPS: generic: Add support for Ingenic SoCsGravatar Paul Cercueil 4-0/+118
2020-09-18MIPS: generic: Add support for zbootGravatar Paul Cercueil 1-0/+1
2020-09-18MIPS: generic: Support booting with built-in or appended DTBGravatar Paul Cercueil 1-5/+4
2020-09-18MIPS: generic: Init command line with fw_init_cmdline()Gravatar Paul Cercueil 1-1/+1
2020-09-18MIPS: generic: Allow boards to set system typeGravatar Paul Cercueil 1-0/+5
2020-09-18MIPS: Kconfig: add MIPS_GENERIC_KERNEL symbolGravatar Paul Cercueil 1-1/+1
2020-05-13MIPS: Only include the platform file neededGravatar Thomas Bogendoerfer 1-1/+0
2020-02-19MIPS: generic: Replace <linux/clk-provider.h> by <linux/of_clk.h>Gravatar Geert Uytterhoeven 1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+1
2019-10-08MIPS: generic: Use __initconst for const init dataGravatar Tiezhu Yang 1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 7-35/+7
2019-05-13generic: fix appended dtb supportGravatar Marcin Nowakowski 1-2/+2
2018-10-09MIPS: mscc: add PCB120 to the ocelot fitImageGravatar Quentin Schulz 3-4/+21
2018-09-22MIPS: kexec: Use prepare method from Generic for UHI platformsGravatar Dengcheng Zhu 2-45/+0
2018-08-06MIPS: Remove obsolete MIPS checks for DST node "chosen@0"Gravatar Robert P. J. Day 1-4/+0
2018-07-27MIPS: generic: fix missing of_node_put()Gravatar Nicholas Mc Guire 1-0/+1
2018-07-24mips: mscc: build FIT image for OcelotGravatar Alexandre Belloni 3-2/+34
2018-06-24MIPS: generic: remove unnecessary of_platform_populate callGravatar Rob Herring 1-13/+0
2018-05-14MIPS: xilfpga: Actually include FDT in fitImageGravatar Alexandre Belloni 1-0/+1
2018-03-21MIPS: generic: Add support for Microsemi OcelotGravatar Alexandre Belloni 3-0/+95
2018-02-05MIPS: Generic: Support GIC in EIC modeGravatar Matt Redfearn 1-9/+9
2018-02-05MIPS: generic: Fix Makefile alignmentGravatar James Hogan 1-1/+1
2018-02-05MIPS: generic: Fix ranchu_of_match[] terminationGravatar James Hogan 1-0/+1
2018-01-22MIPS: ranchu: Add Ranchu as a new generic-based boardGravatar Miodrag Dinic 3-0/+103
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Gravatar Linus Torvalds 2-0/+28
2017-11-08MIPS: generic: Add support for MIPSfpgaGravatar Zubair Lutfullah Kakakhel 2-0/+28
2017-11-04Merge tag 'mips_fixes_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+3