summaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink
AgeCommit message (Expand)AuthorFilesLines
2021-04-29Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds9-10/+49
2021-04-12staging: mt7621-dts: use valid vendor 'mediatek' instead of invalid 'mtk'Sergio Paracuellos1-3/+3
2021-04-06MIPS: ralink: rt288x: select MIPS_AUTO_PFN_OFFSETIlya Lipnitskiy1-0/+1
2021-03-29MIPS: ralink: mt7621: add memory detection supportChuanhong Guo3-4/+28
2021-03-29MIPS: ralink: annotate prom_soc_init() with __initIlya Lipnitskiy6-6/+6
2021-03-25MIPS: ralink: define stubs for clk_set_parent to fix compile testingKrzysztof Kozlowski1-0/+14
2021-02-04MIPS: ralink: manage low reset linesSander Vanheule1-2/+2
2021-02-04MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer1-8/+3
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-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer1-2/+1
2020-06-10Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+4
2020-05-31MIPS: ralink: drop ralink_clk_init for mt7621Chuanhong Guo1-43/+0
2020-05-31MIPS: ralink: bootrom: mark a function as __init to save some memoryChristophe JAILLET1-1/+1
2020-05-15MIPS: ralink: Don't include objects twiceThomas Bogendoerfer1-1/+0
2020-05-05clk: Allow the common clk framework to be selectableStephen Boyd1-0/+4
2020-03-28MIPS: ralink: mt7621: Fix soc_device introductionThomas Bogendoerfer2-2/+3
2020-03-23MIPS: ralink: mt7621: introduce 'soc_device' initializationSergio Paracuellos1-1/+31
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed1-10/+8
2020-02-19MIPS: ralink: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+2
2020-01-09MIPS: ralink: add missing put_device in ill_acc_of_setupyu kuai1-0/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-2/+2
2019-11-14MIPS: ralink: enable PCI support only if driver for mt7621 SoC is selectedSergio Paracuellos1-0/+1
2019-09-06MIPS: ralink: deactivate PCI support for SOC_MT7621Hauke Mehrtens1-1/+0
2019-08-26MIPS: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner18-55/+18
2019-01-22mips: ralink: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-7/+1
2019-01-05Merge tag 'mips_fixes_4.21_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2018-12-23MIPS: ralink: Select CONFIG_CPU_MIPSR2_IRQ_VI on MT7620/8Stefan Roese1-0/+1
2018-11-26MIPS: ralink: Fix mt7620 nd_sd pinmuxMathias Kresin1-1/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-4/+4
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-08-30MIPS: ralink: Add rt3352 SPI_CS1 pinmuxMathias Kresin1-0/+5
2018-08-28MIPS: Convert to using %pOFn instead of device_node.nameRob Herring2-4/+4
2018-07-17mips: unify prom_putchar() declarationsAlexander Sverdlin1-3/+4
2018-03-22MIPS: ralink: Fix booting on MT7621NeilBrown1-20/+22
2018-03-21MIPS: ralink: Remove ralink_halt()NeilBrown1-7/+0
2018-01-10MIPS: ralink: Fix platform_get_irq's error checkingArvind Yadav1-2/+2
2017-11-15Merge tag 'mips_4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2-3/+2
2017-11-13MIPS: ralink: Fix typo in mt7628 pinmux functionMathias Kresin1-1/+1
2017-11-13MIPS: ralink: Fix MT7628 pinmuxMathias Kresin1-2/+2
2017-11-08MIPS: ralink: Drop obsolete USB_ARCH_HAS_HCD selectJames Hogan1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-06MIPS: ralink: allow NULL clock for clk_get_rateJonas Gorski1-0/+3
2017-09-04irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton1-1/+1
2017-08-30MIPS: CPS: Cluster support for topology functionsPaul Burton1-1/+1
2017-08-30MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton1-2/+1
2017-08-29MIPS: Add Onion Omega2+ boardHarvey Hunt1-0/+5