summaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2025-07-02MIPS: ralink: add missing header includeMieczyslaw Nalewaj-0/+1
2025-05-16MIPS: Switch to irq_domain_create_*()Jiri Slaby (SUSE)-1/+1
2024-11-13clocksource/drivers/ralink: Add Ralink System Tick Counter driverSergio Paracuellos-162/+0
2024-08-29MIPS: ralink: Fix missing `get_c0_perfcount_int` prototypeVincent Legoll-0/+1
2024-08-29MIPS: ralink: Fix missing `plat_time_init` prototypeVincent Legoll-0/+2
2024-03-11MIPS: ralink: Don't use "proxy" headersAndy Shevchenko-2/+8
2024-03-07MIPS: ralink: Remove unused of_gpio.hAndy Shevchenko-1/+0
2024-01-08MIPS: Fix typosBjorn Helgaas-1/+1
2023-07-28MIPS: More explicit DT include clean-upsRob Herring-0/+2
2023-07-25MIPS: Explicitly include correct DT includesRob Herring-4/+2
2023-06-23mips: ralink: match all supported system controller compatible stringsShiji Yang-1/+6
2023-06-21mips: ralink: introduce commonly used remap node functionShiji Yang-54/+35
2023-06-21mips: ralink: get cpu rate from new driver codeSergio Paracuellos-9/+52
2023-06-21mips: ralink: remove reset related codeSergio Paracuellos-67/+0
2023-06-21mips: ralink: mt7620: remove clock related codeSergio Paracuellos-229/+0
2023-06-21mips: ralink: rt3883: remove clock related codeSergio Paracuellos-44/+0
2023-06-21mips: ralink: rt305x: remove clock related codeSergio Paracuellos-78/+0
2023-06-21mips: ralink: rt288x: remove clock related codeSergio Paracuellos-31/+0
2023-04-12MIPS: Remove deprecated CONFIG_MIPS_CMPThomas Bogendoerfer-2/+0
2023-03-14mips: ralink: mt7620: introduce 'soc_device' initializationSergio Paracuellos-0/+45
2023-03-14mips: ralink: mt7620: soc queries and tests as functionsSergio Paracuellos-22/+72
2023-03-14mips: ralink: mt7620: define MT7620_SYSC_BASE with __iomemSergio Paracuellos-8/+7
2023-03-14mips: ralink: rt288x: introduce 'soc_device' initializationSergio Paracuellos-0/+31
2023-03-14mips: ralink: rt288x: soc queries and tests as functionsSergio Paracuellos-16/+47
2023-03-14mips: ralink: rt288x: define RT2880_SYSC_BASE with __iomemSergio Paracuellos-4/+3
2023-03-14mips: ralink: rt3883: introduce 'soc_device' initializationSergio Paracuellos-0/+30
2023-03-14mips: ralink: rt3883: soc queries and tests as functionsSergio Paracuellos-16/+48
2023-03-14mips: ralink: rt3883: define RT3883_SYSC_BASE with __iomemSergio Paracuellos-4/+3
2023-03-14mips: ralink: rt305x: introduce 'soc_device' initializationSergio Paracuellos-0/+47
2023-03-14mips: ralink: rt305x: soc queries and tests as functionsSergio Paracuellos-20/+77
2023-03-14mips: ralink: rt305x: define RT305X_SYSC_BASE with __iomemSergio Paracuellos-5/+3
2023-03-02Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds-1/+1
2023-02-27mips: ralink: make SOC_MT7621 select PINCTRLArınç ÜNAL-1/+1
2023-02-25Merge tag 'mips_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-4/+4
2023-02-09MIPS: ralink: Use devm_platform_get_and_ioremap_resource()Ye Xingchen-2/+1
2023-02-05mips: ralink: make SOC_MT7621 select PINCTRL_MT7621 and fix help sectionArınç ÜNAL-2/+3
2023-01-03of/fdt: run soc memory setup when early_init_dt_scan_memory failsAndreas Rammhold-1/+1
2022-12-21MIPS: ralink: mt7621: avoid to init common ralink reset controllerSergio Paracuellos-1/+3
2022-12-01mips: ralink: mt7621: do not use kzalloc too earlyJohn Thomson-5/+9
2022-12-01mips: ralink: mt7621: soc queries and tests as functionsJohn Thomson-25/+61
2022-12-01mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomemJohn Thomson-4/+3
2022-09-19mips: ralink: convert to DEFINE_SHOW_ATTRIBUTELiu Shixin-13/+2
2022-06-21mips: ralink: Fix refcount leak in of.cLiang He-0/+2
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+5
2022-03-25Merge tag 'mips_5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-5/+1
2022-03-16mips: dts: ralink: add MT7621 SoCArınç ÜNAL-0/+5
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang-5/+0
2022-03-01mips: ralink: fix a refcount leak in ill_acc_of_setup()Hangyu Hua-0/+1