summaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79/setup.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Tiezhu Yang1-5/+0
2022-02-07MIPS: ath79: add support for QCN550xWenli Looi1-0/+6
2022-01-11MIPS: ath79: drop _machine_restart againLech Perczak1-10/+0
2021-02-04MIPS: of: Introduce helper function to get DTBThomas Bogendoerfer1-6/+7
2020-07-28MIPS: ath79: Remove unused include <asm/mips_machine.h>Paul Cercueil1-1/+0
2020-05-07MIPS: Use fallthrough for arch/mipsLiangliang Huang1-2/+1
2020-02-19MIPS: ath79: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-2/+2
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds1-1/+1
2019-07-16MIPS: fix some more fall through errors in arch/mipsStephen Rothwell1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-04-16MIPS: perf: ath79: Fix perfcount IRQ assignmentPetr Štetiar1-6/+0
2019-01-22MIPS: ath79: drop platform device registration codeJohn Crispin1-1/+0
2019-01-22MIPS: ath79: drop machfilesJohn Crispin1-68/+9
2019-01-22MIPS: ath79: drop legacy IRQ codeJohn Crispin1-0/+6
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-07-24MIPS: ath79: fix system restartFelix Fietkau1-0/+1
2018-07-24MIPS: ath79: add support for QCA953x QCA956x TP9343Matthias Schiffer1-3/+31
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2016-08-02MIPS: store the appended dtb address in a variableJonas Gorski1-2/+2
2016-07-25MIPS: ath79: Add missing include fileGuenter Roeck1-0/+1
2016-06-23mips: Remove unnecessary of_platform_populate with default match tableKefeng Wang1-3/+0
2016-05-13MIPS: ath79: Disable platform code for OF boards.Antony Pavlov1-7/+9
2016-05-13MIPS: ath79: update devicetree clock support for AR9132Antony Pavlov1-0/+36
2016-05-13MIPS: ath79: Use the reset controller to restart OF machinesAlban Bedel1-3/+4
2016-05-13MIPS: ath79: Remove the builtin DTB supportAlban Bedel1-4/+0
2016-05-13MIPS: ath79: Add support for DTB passed using the UHI boot protocolAlban Bedel1-0/+2
2016-01-04MIPS: ath79: Remove some unused code from setup.cAlban Bedel1-10/+1
2015-11-20MIPS: ath79: Add a machine entry for booting OF machinesAlban Bedel1-0/+5
2015-11-20MIPS: ath79: Fix the DDR control initialization on ar71xx and ar934xAlban Bedel1-1/+1
2015-08-03MIPS: Export get_c0_perfcount_int()Felix Fietkau1-0/+1
2015-06-21MIPS: ath79: Add basic device tree supportAlban Bedel1-1/+26
2015-06-21MIPS: ath79: Improve the DDR controller interfaceAlban Bedel1-2/+1
2015-06-02MIPS: ath79: Add a missing new line in log messageAlban Bedel1-1/+1
2014-11-24MIPS: Add hook to get C0 performance counter interruptAndrew Bresticker1-0/+5
2013-09-03MIPS: ath79: Switch to the clkdev frameworkGabor Juhos1-1/+2
2013-09-03MIPS: ath79: Use ath79_get_sys_clk_rate to get basic clock ratesGabor Juhos1-0/+12
2013-09-03MIPS: ath79: Use a helper function to get system clock ratesGabor Juhos1-5/+3
2013-07-14MIPS: Delete __cpuinit/__CPUINIT usage from MIPS codePaul Gortmaker1-1/+1
2013-05-22MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle1-0/+1
2013-05-08MIPS: ath79: make use of the new memory detection codeJohn Crispin1-15/+1
2013-02-19MIPS: ath79: add SoC detection code for the QCA955X SoCsGabor Juhos1-1/+17
2012-05-15MIPS: ath79: add SoC detection code for AR934XGabor Juhos1-1/+20
2012-05-15MIPS: ath79: sort case statements in ath79_detect_sys_typeGabor Juhos1-12/+12
2012-01-11Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Ralf Baechle1-3/+17
2011-12-07MIPS: ath79: Store the SoC revision in a global variableGabor Juhos1-0/+2
2011-12-07MIPS: ath79: add revision id for the AR933X SoCsGabor Juhos1-0/+12
2011-12-07MIPS: ath79: Remove superfluous parenthesesGabor Juhos1-3/+3
2011-12-07MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle1-1/+1