summaryrefslogtreecommitdiffstats
path: root/arch/mips/lantiq
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Fixup explicit DT include clean-upRob Herring2023-07-281-0/+1
* MIPS: Explicitly include correct DT includesRob Herring2023-07-255-6/+7
* MIPS: vpe-mt: drop physical_memsizeRandy Dunlap2023-02-201-6/+0
* MIPS: lantiq: xway: Use devm_platform_get_and_ioremap_resource()Ye Xingchen2023-02-093-11/+3
* Merge tag 'mips_6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2022-10-032-11/+39
|\
| * MIPS: Lantiq: vmmc: fix compile break introduced by gpiod patchDmitry Torokhov2022-09-271-3/+5
| * MIPS: Lantiq: switch vmmc to use gpiod APIDmitry Torokhov2022-09-241-9/+13
| * MIPS: lantiq: enable all hardware interrupts on second VPEAleksander Jan Bajkowski2022-09-241-2/+24
* | MIPS: lantiq: export clk_get_io() for lantiq_wdt.koRandy Dunlap2022-09-191-0/+1
|/
* mips: lantiq: Add missing of_node_put() in irq.cLiang He2022-06-211-0/+1
* mips: lantiq: xway: Fix refcount leak bug in sysctrlLiang He2022-06-211-0/+4
* mips: lantiq: falcon: Fix refcount leak bug in sysctrlLiang He2022-06-211-0/+6
* MIPS: lantiq: check the return value of kzalloc()Xiaoke Wang2022-03-303-16/+34
* MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang2022-03-141-5/+0
* mips: lantiq: add support for clk_set_parent()Randy Dunlap2022-01-021-0/+6
* MIPS: lantiq: Fix typo in a commentJason Wang2021-12-141-1/+1
* mips: lantiq: add support for clk_get_parent()Randy Dunlap2021-11-161-0/+6
* MIPS: lantiq: dma: make the burst length configurable by the driversAleksander Jan Bajkowski2021-09-151-5/+33
* MIPS: lantiq: dma: fix burst length for DEUAleksander Jan Bajkowski2021-09-151-2/+7
* MIPS: lantiq: dma: reset correct number of channelAleksander Jan Bajkowski2021-09-151-5/+6
* MIPS: lantiq: dma: add small delay after resetAleksander Jan Bajkowski2021-09-151-0/+3
* mips: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
* MIPS: lantiq: Directly include linux/of.h in xway/dma.cMarc Zyngier2021-06-101-0/+1
* MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer2021-02-041-5/+2
* MIPS: lantiq: irq: register the interrupt controllers with irqchip_initMartin Blumenstingl2021-01-131-5/+3
* MIPS: lantiq: Explicitly compare LTQ_EBU_PCC_ISTAT against 0Nathan Chancellor2021-01-071-1/+1
* MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer2021-01-071-4/+0
* MIPS: Use address-of operator on section symbolsNathan Chancellor2021-01-071-1/+1
* MIPS: lantiq: add missing GPHY clock aliases for ar10 and grx390Aleksander Jan Bajkowski2020-08-171-2/+8
* MIPS: lantiq: xway: sysctrl: fix the GPHY clock alias namesMartin Blumenstingl2020-06-151-4/+4
* MIPS: Only include the platform file neededThomas Bogendoerfer2020-05-131-1/+0
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-063-8/+8
* MIPS: lantiq: update the clock alias' for the mainline PCIe PHY driverMartin Blumenstingl2019-08-241-8/+8
* Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-171-51/+126
|\
| * MIPS: lantiq: Add SMP support for lantiq interrupt controllerPetr Cvek2019-06-241-24/+106
| * MIPS: lantiq: Shorten register names, remove unused macrosPetr Cvek2019-06-241-18/+16
| * MIPS: lantiq: Fix bitfield maskingPetr Cvek2019-06-241-2/+3
| * MIPS: lantiq: Remove unused macrosPetr Cvek2019-06-241-4/+0
| * MIPS: lantiq: Fix attributes of of_device_id structurePetr Cvek2019-06-241-1/+1
| * MIPS: lantiq: Change variables to the same type as the sourcePetr Cvek2019-06-241-10/+10
| * MIPS: lantiq: Move macro directly to iomem functionPetr Cvek2019-06-241-10/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1916-48/+16
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-051-12/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-03-051-4/+0
|\
| * MIPS: lantiq: Remove separate GPHY Firmware loaderHauke Mehrtens2019-02-251-4/+0
* | MIPS: lantiq: pass struct device to DMA API functionsChristoph Hellwig2019-02-121-2/+2
* | Merge tag 'mips_fixes_5.0_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-01-201-71/+6
|\ \ | |/ |/|
| * MIPS: lantiq: Use CP0_LEGACY_COMPARE_IRQHauke Mehrtens2019-01-071-8/+1
| * MIPS: lantiq: Fix IPI interrupt handlingHauke Mehrtens2019-01-071-63/+5