summaryrefslogtreecommitdiffstats
path: root/arch/mips/ralink
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2023-03-021-1/+1
|\
| * mips: ralink: make SOC_MT7621 select PINCTRLArınç ÜNAL2023-02-271-1/+1
* | Merge tag 'mips_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-02-252-4/+4
|\|
| * MIPS: ralink: Use devm_platform_get_and_ioremap_resource()Ye Xingchen2023-02-091-2/+1
| * mips: ralink: make SOC_MT7621 select PINCTRL_MT7621 and fix help sectionArınç ÜNAL2023-02-051-2/+3
* | of/fdt: run soc memory setup when early_init_dt_scan_memory failsAndreas Rammhold2023-01-031-1/+1
|/
* MIPS: ralink: mt7621: avoid to init common ralink reset controllerSergio Paracuellos2022-12-211-1/+3
* mips: ralink: mt7621: do not use kzalloc too earlyJohn Thomson2022-12-011-5/+9
* mips: ralink: mt7621: soc queries and tests as functionsJohn Thomson2022-12-011-25/+61
* mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomemJohn Thomson2022-12-011-4/+3
* mips: ralink: convert to DEFINE_SHOW_ATTRIBUTELiu Shixin2022-09-191-13/+2
* mips: ralink: Fix refcount leak in of.cLiang He2022-06-211-0/+2
* Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-281-0/+5
|\
| * mips: dts: ralink: add MT7621 SoCArınç ÜNAL2022-03-161-0/+5
* | Merge tag 'mips_5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-03-252-5/+1
|\ \ | |/ |/|
| * MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang2022-03-141-5/+0
| * mips: ralink: fix a refcount leak in ill_acc_of_setup()Hangyu Hua2022-03-011-0/+1
* | MIPS: ralink: mt7621: use bitwise NOT instead of logicalIlya Lipnitskiy2022-03-011-1/+1
* | MIPS: ralink: mt7621: do memory detection on KSEG1Chuanhong Guo2022-02-161-13/+23
|/
* Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-161-0/+31
|\
| * PCI: mt7621: Move MIPS setup to pcibios_root_bridge_prepare()Sergio Paracuellos2022-01-121-0/+31
* | Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2022-01-141-0/+1
|\ \
| * | mips: ralink: add missing of_node_put() call in ill_acc_of_setup()Wang Qing2021-12-141-0/+1
| |/
* / of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring2021-12-161-15/+4
|/
* PCI: mt7621: Add MediaTek MT7621 PCIe host controller driverSergio Paracuellos2021-10-211-1/+2
* mips: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-1/+1
* Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-07-016-552/+0
|\
| * pinctrl: ralink: move RT288X SoC pinmux config into a new 'pinctrl-rt288x.c' ...Sergio Paracuellos2021-06-071-21/+0
| * pinctrl: ralink: move MT7620 SoC pinmux config into a new 'pinctrl-mt7620.c' ...Sergio Paracuellos2021-06-071-320/+0
| * pinctrl: ralink: move RT305X SoC pinmux config into a new 'pinctrl-rt305x.c' ...Sergio Paracuellos2021-06-071-77/+0
| * pinctrl: ralink: move RT3883 SoC pinmux config into a new 'pinctrl-rt3883.c' ...Sergio Paracuellos2021-06-071-45/+0
| * pinctrl: ralink: move MT7621 SoC pinmux config into a new 'pinctrl-mt7621.c' ...Sergio Paracuellos2021-06-071-88/+0
| * pinctrl: ralink: move ralink architecture pinmux header into the driverSergio Paracuellos2021-06-071-1/+0
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-07-012-66/+3
|\ \
| * | mips: ralink: convert to CONFIG_COMMON_CLKArnd Bergmann2021-06-082-66/+3
| |/
* / MIPS: ralink: export rt_sysc_membase for rt2880_wdt.cRandy Dunlap2021-05-251-0/+2
|/
* Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-04-299-10/+49
|\
| * MIPS: ralink: rt288x: select MIPS_AUTO_PFN_OFFSETIlya Lipnitskiy2021-04-061-0/+1
| * MIPS: ralink: mt7621: add memory detection supportChuanhong Guo2021-03-293-4/+28
| * MIPS: ralink: annotate prom_soc_init() with __initIlya Lipnitskiy2021-03-296-6/+6
| * MIPS: ralink: define stubs for clk_set_parent to fix compile testingKrzysztof Kozlowski2021-03-251-0/+14
* | staging: mt7621-dts: use valid vendor 'mediatek' instead of invalid 'mtk'Sergio Paracuellos2021-04-121-3/+3
|/
* MIPS: ralink: manage low reset linesSander Vanheule2021-02-041-2/+2
* MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer2021-02-041-8/+3
* 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: replace add_memory_region with memblockThomas Bogendoerfer2020-10-121-2/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2020-06-101-0/+4
|\
| * clk: Allow the common clk framework to be selectableStephen Boyd2020-05-051-0/+4
* | MIPS: ralink: drop ralink_clk_init for mt7621Chuanhong Guo2020-05-311-43/+0