aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-19mips: ralink: convert to DEFINE_SHOW_ATTRIBUTELiu Shixin1-13/+2
2022-06-21mips: ralink: Fix refcount leak in of.cLiang He1-0/+2
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+5
2022-03-25Merge tag 'mips_5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2-5/+1
2022-03-16mips: dts: ralink: add MT7621 SoCArınç ÜNAL1-0/+5
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang1-5/+0
2022-03-01mips: ralink: fix a refcount leak in ill_acc_of_setup()Hangyu Hua1-0/+1
2022-03-01MIPS: ralink: mt7621: use bitwise NOT instead of logicalIlya Lipnitskiy1-1/+1
2022-02-16MIPS: ralink: mt7621: do memory detection on KSEG1Chuanhong Guo1-13/+23
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+31
2022-01-14Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-0/+1
2022-01-12PCI: mt7621: Move MIPS setup to pcibios_root_bridge_prepare()Sergio Paracuellos1-0/+31
2021-12-16of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring1-15/+4
2021-12-14mips: ralink: add missing of_node_put() call in ill_acc_of_setup()Wang Qing1-0/+1
2021-10-21PCI: mt7621: Add MediaTek MT7621 PCIe host controller driverSergio Paracuellos1-1/+2
2021-08-12mips: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-1/+1
2021-07-01Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds6-552/+0
2021-07-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-66/+3
2021-06-08mips: ralink: convert to CONFIG_COMMON_CLKArnd Bergmann2-66/+3
2021-06-07pinctrl: ralink: move RT288X SoC pinmux config into a new 'pinctrl-rt288x.c' fileSergio Paracuellos1-21/+0
2021-06-07pinctrl: ralink: move MT7620 SoC pinmux config into a new 'pinctrl-mt7620.c' fileSergio Paracuellos1-320/+0
2021-06-07pinctrl: ralink: move RT305X SoC pinmux config into a new 'pinctrl-rt305x.c' fileSergio Paracuellos1-77/+0
2021-06-07pinctrl: ralink: move RT3883 SoC pinmux config into a new 'pinctrl-rt3883.c' fileSergio Paracuellos1-45/+0
2021-06-07pinctrl: ralink: move MT7621 SoC pinmux config into a new 'pinctrl-mt7621.c' fileSergio Paracuellos1-88/+0
2021-06-07pinctrl: ralink: move ralink architecture pinmux header into the driverSergio Paracuellos1-1/+0
2021-05-25MIPS: ralink: export rt_sysc_membase for rt2880_wdt.cRandy Dunlap1-0/+2
2021-04-29Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus 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/clk/linuxLinus 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