summaryrefslogtreecommitdiff
path: root/arch/mips/lantiq
AgeCommit message (Expand)AuthorFilesLines
12 daysmips: lantiq: xway: sysctrl: rename the etop nodeAleksander Jan Bajkowski1-5/+5
2025-07-03MIPS: lantiq: falcon: sysctrl: fix request memory check logicShiji Yang1-13/+10
2025-07-03MIPS: lantiq: falcon: sysctrl: add missing header prom.hShiji Yang1-0/+1
2025-07-03MIPS: lantiq: falcon: sysctrl: remove unused falcon_trigger_hrst()Shiji Yang1-5/+0
2025-07-03MIPS: lantiq: falcon: fix misc missing-prototypes warningsShiji Yang1-2/+2
2025-07-03MIPS: lantiq: xway: gptu: mark gptu_init() as staticShiji Yang1-1/+1
2025-07-03MIPS: lantiq: xway: mark ltq_ar9_sys_hz() as staticShiji Yang1-1/+1
2025-07-02MIPS: lantiq: irq: fix misc missing-prototypes warningsShiji Yang1-1/+3
2025-07-02MIPS: lantiq: xway: mark dcdc_init() as staticShiji Yang1-1/+1
2025-07-02MIPS: lantiq: xway: mark dma_init() as staticShiji Yang1-1/+1
2025-05-16MIPS: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-1/+1
2024-07-12MIPS: lantiq: improve USB initializationHauke Mehrtens1-0/+20
2024-01-26MIPS: lantiq: register smp_ops on non-smp platformsAleksander Jan Bajkowski1-4/+3
2023-07-28MIPS: Fixup explicit DT include clean-upRob Herring1-0/+1
2023-07-25MIPS: Explicitly include correct DT includesRob Herring5-6/+7
2023-02-20MIPS: vpe-mt: drop physical_memsizeRandy Dunlap1-6/+0
2023-02-09MIPS: lantiq: xway: Use devm_platform_get_and_ioremap_resource()Ye Xingchen3-11/+3
2022-10-03Merge tag 'mips_6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-11/+39
2022-09-27MIPS: Lantiq: vmmc: fix compile break introduced by gpiod patchDmitry Torokhov1-3/+5
2022-09-24MIPS: Lantiq: switch vmmc to use gpiod APIDmitry Torokhov1-9/+13
2022-09-24MIPS: lantiq: enable all hardware interrupts on second VPEAleksander Jan Bajkowski1-2/+24
2022-09-19MIPS: lantiq: export clk_get_io() for lantiq_wdt.koRandy Dunlap1-0/+1
2022-06-21mips: lantiq: Add missing of_node_put() in irq.cLiang He1-0/+1
2022-06-21mips: lantiq: xway: Fix refcount leak bug in sysctrlLiang He1-0/+4
2022-06-21mips: lantiq: falcon: Fix refcount leak bug in sysctrlLiang He1-0/+6
2022-03-30MIPS: lantiq: check the return value of kzalloc()Xiaoke Wang3-16/+34
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang1-5/+0
2022-01-02mips: lantiq: add support for clk_set_parent()Randy Dunlap1-0/+6
2021-12-14MIPS: lantiq: Fix typo in a commentJason Wang1-1/+1
2021-11-16mips: lantiq: add support for clk_get_parent()Randy Dunlap1-0/+6
2021-09-15MIPS: lantiq: dma: make the burst length configurable by the driversAleksander Jan Bajkowski1-5/+33
2021-09-15MIPS: lantiq: dma: fix burst length for DEUAleksander Jan Bajkowski1-2/+7
2021-09-15MIPS: lantiq: dma: reset correct number of channelAleksander Jan Bajkowski1-5/+6
2021-09-15MIPS: lantiq: dma: add small delay after resetAleksander Jan Bajkowski1-0/+3
2021-08-12mips: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-1/+1
2021-06-10MIPS: lantiq: Directly include linux/of.h in xway/dma.cMarc Zyngier1-0/+1
2021-02-04MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer1-5/+2
2021-01-13MIPS: lantiq: irq: register the interrupt controllers with irqchip_initMartin Blumenstingl1-5/+3
2021-01-07MIPS: lantiq: Explicitly compare LTQ_EBU_PCC_ISTAT against 0Nathan Chancellor1-1/+1
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
2020-08-17MIPS: lantiq: add missing GPHY clock aliases for ar10 and grx390Aleksander Jan Bajkowski1-2/+8
2020-06-15MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias namesMartin Blumenstingl1-4/+4
2020-05-13MIPS: Only include the platform file neededThomas Bogendoerfer1-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig3-8/+8
2019-08-24MIPS: lantiq: update the clock alias' for the mainline PCIe PHY driverMartin Blumenstingl1-8/+8
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-51/+126
2019-06-25MIPS: lantiq: Add SMP support for lantiq interrupt controllerPetr Cvek1-24/+106
2019-06-25MIPS: lantiq: Shorten register names, remove unused macrosPetr Cvek1-18/+16
2019-06-25MIPS: lantiq: Fix bitfield maskingPetr Cvek1-2/+3