summaryrefslogtreecommitdiffstats
path: root/arch/mips/lantiq
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+7
2025-08-29mips: lantiq: xway: sysctrl: rename stp clockAleksander Jan Bajkowski-1/+1
2025-08-22mips: lantiq: xway: sysctrl: rename the etop nodeAleksander Jan Bajkowski-5/+5
2025-07-03MIPS: lantiq: falcon: sysctrl: fix request memory check logicShiji Yang-13/+10
2025-07-03MIPS: lantiq: falcon: sysctrl: add missing header prom.hShiji Yang-0/+1
2025-07-03MIPS: lantiq: falcon: sysctrl: remove unused falcon_trigger_hrst()Shiji Yang-5/+0
2025-07-03MIPS: lantiq: falcon: fix misc missing-prototypes warningsShiji Yang-2/+2
2025-07-03MIPS: lantiq: xway: gptu: mark gptu_init() as staticShiji Yang-1/+1
2025-07-03MIPS: lantiq: xway: mark ltq_ar9_sys_hz() as staticShiji Yang-1/+1
2025-07-02MIPS: lantiq: irq: fix misc missing-prototypes warningsShiji Yang-1/+3
2025-07-02MIPS: lantiq: xway: mark dcdc_init() as staticShiji Yang-1/+1
2025-07-02MIPS: lantiq: xway: mark dma_init() as staticShiji Yang-1/+1
2025-05-16MIPS: Switch to irq_domain_create_*()Jiri Slaby (SUSE)-1/+1
2024-07-12MIPS: lantiq: improve USB initializationHauke Mehrtens-0/+20
2024-01-26MIPS: lantiq: register smp_ops on non-smp platformsAleksander Jan Bajkowski-4/+3
2023-07-28MIPS: Fixup explicit DT include clean-upRob Herring-0/+1
2023-07-25MIPS: Explicitly include correct DT includesRob Herring-6/+7
2023-02-20MIPS: vpe-mt: drop physical_memsizeRandy Dunlap-6/+0
2023-02-09MIPS: lantiq: xway: Use devm_platform_get_and_ioremap_resource()Ye Xingchen-11/+3
2022-10-03Merge tag 'mips_6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-11/+39
2022-09-27MIPS: Lantiq: vmmc: fix compile break introduced by gpiod patchDmitry Torokhov-3/+5
2022-09-24MIPS: Lantiq: switch vmmc to use gpiod APIDmitry Torokhov-9/+13
2022-09-24MIPS: lantiq: enable all hardware interrupts on second VPEAleksander Jan Bajkowski-2/+24
2022-09-19MIPS: lantiq: export clk_get_io() for lantiq_wdt.koRandy Dunlap-0/+1
2022-06-21mips: lantiq: Add missing of_node_put() in irq.cLiang He-0/+1
2022-06-21mips: lantiq: xway: Fix refcount leak bug in sysctrlLiang He-0/+4
2022-06-21mips: lantiq: falcon: Fix refcount leak bug in sysctrlLiang He-0/+6
2022-03-30MIPS: lantiq: check the return value of kzalloc()Xiaoke Wang-16/+34
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang-5/+0
2022-01-02mips: lantiq: add support for clk_set_parent()Randy Dunlap-0/+6
2021-12-14MIPS: lantiq: Fix typo in a commentJason Wang-1/+1
2021-11-16mips: lantiq: add support for clk_get_parent()Randy Dunlap-0/+6
2021-09-15MIPS: lantiq: dma: make the burst length configurable by the driversAleksander Jan Bajkowski-5/+33
2021-09-15MIPS: lantiq: dma: fix burst length for DEUAleksander Jan Bajkowski-2/+7
2021-09-15MIPS: lantiq: dma: reset correct number of channelAleksander Jan Bajkowski-5/+6
2021-09-15MIPS: lantiq: dma: add small delay after resetAleksander Jan Bajkowski-0/+3
2021-08-12mips: Bulk conversion to generic_handle_domain_irq()Marc Zyngier-1/+1
2021-06-10MIPS: lantiq: Directly include linux/of.h in xway/dma.cMarc Zyngier-0/+1
2021-02-04MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer-5/+2
2021-01-13MIPS: lantiq: irq: register the interrupt controllers with irqchip_initMartin Blumenstingl-5/+3
2021-01-07MIPS: lantiq: Explicitly compare LTQ_EBU_PCC_ISTAT against 0Nathan Chancellor-1/+1
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer-4/+0
2021-01-07MIPS: Use address-of operator on section symbolsNathan Chancellor-1/+1
2020-08-17MIPS: lantiq: add missing GPHY clock aliases for ar10 and grx390Aleksander Jan Bajkowski-2/+8
2020-06-15MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias namesMartin Blumenstingl-4/+4
2020-05-13MIPS: Only include the platform file neededThomas Bogendoerfer-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig-8/+8
2019-08-24MIPS: lantiq: update the clock alias' for the mainline PCIe PHY driverMartin Blumenstingl-8/+8
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-51/+126