aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/ath79
AgeCommit message (Expand)AuthorFilesLines
2022-03-14MIPS: Remove redundant definitions of device_tree_init()Gravatar Tiezhu Yang 1-5/+0
2022-02-07MIPS: ath79: add support for QCN550xGravatar Wenli Looi 2-0/+7
2022-01-11MIPS: ath79: drop _machine_restart againGravatar Lech Perczak 1-10/+0
2021-02-04MIPS: of: Introduce helper function to get DTBGravatar Thomas Bogendoerfer 1-6/+7
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsGravatar Thomas Bogendoerfer 1-5/+0
2020-07-28MIPS: ath79: Remove unused include <asm/mips_machine.h>Gravatar Paul Cercueil 1-1/+0
2020-05-13MIPS: Only include the platform file neededGravatar Thomas Bogendoerfer 1-1/+0
2020-05-07MIPS: Use fallthrough for arch/mipsGravatar Liangliang Huang 1-2/+1
2020-02-19MIPS: ath79: Replace <linux/clk-provider.h> by <linux/of_clk.h>Gravatar Geert Uytterhoeven 1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 2-3/+3
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-1/+1
2019-07-16MIPS: fix some more fall through errors in arch/mipsGravatar Stephen Rothwell 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 7-27/+7
2019-05-15clk: Remove io.h from clk-provider.hGravatar Stephen Boyd 2-0/+2
2019-04-16MIPS: perf: ath79: Fix perfcount IRQ assignmentGravatar Petr Štetiar 1-6/+0
2019-01-22MIPS: ath79: drop !OF clock codeGravatar John Crispin 2-59/+0
2019-01-22MIPS: ath79: drop platform device registration codeGravatar John Crispin 15-835/+0
2019-01-22MIPS: ath79: drop legacy pci codeGravatar John Crispin 3-309/+0
2019-01-22MIPS: ath79: drop machfilesGravatar John Crispin 11-918/+9
2019-01-22MIPS: ath79: drop legacy IRQ codeGravatar John Crispin 3-170/+7
2019-01-22MIPS: ath79: export switch MDIO reference clockGravatar Felix Fietkau 1-0/+8
2019-01-22MIPS: ath79: support setting up clock via DT on all SoC typesGravatar Felix Fietkau 1-17/+22
2019-01-22MIPS: ath79: make specifying the reference clock in DT optionalGravatar Felix Fietkau 1-44/+40
2019-01-22MIPS: ath79: pass PLL base to clock init functionsGravatar Felix Fietkau 1-30/+30
2019-01-22MIPS: ath79: move legacy "wdt" and "uart" clock aliases out of soc initGravatar Felix Fietkau 1-21/+17
2019-01-22MIPS: ath79: add helpers for setting clocks and expose the ref clockGravatar Felix Fietkau 1-62/+66
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-4/+4
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-08-13Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 4-11/+289
2018-07-24MIPS: ath79: enable uart during early_prinkGravatar Gabor Juhos 1-1/+43
2018-07-24MIPS: ath79: fix system restartGravatar Felix Fietkau 1-0/+1
2018-07-24MIPS: ath79: add support for QCA953x QCA956x TP9343Gravatar Matthias Schiffer 4-3/+236
2018-07-20MIPS: ath79: fix register address in ath79_ddr_wb_flush()Gravatar Felix Fietkau 1-1/+1
2018-07-17mips: unify prom_putchar() declarationsGravatar Alexander Sverdlin 1-7/+9
2018-06-18MIPS: pb44: Fix i2c-gpio GPIO descriptor tableGravatar Linus Walleij 1-1/+1
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-01Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Wolfram Sang 1-5/+11
2017-10-30i2c: gpio: Augment all boardfiles to use open drainGravatar Linus Walleij 1-2/+2
2017-10-30i2c: gpio: Convert to use descriptorsGravatar Linus Walleij 1-5/+11
2017-09-19MIPS: PCI: Move map_irq() hooks out of initdataGravatar Lorenzo Pieralisi 1-6/+6
2017-08-29MIPS: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-5/+4
2017-05-23gpio: pcf857x: move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 2-2/+1
2017-01-25mips: ath79: clock:- Unmap region obtained by of_iomapGravatar Arvind Yadav 1-2/+5
2017-01-03MIPS: ath79: Fix error handlingGravatar Christophe JAILLET 1-1/+1
2016-09-13MIPS: ath79: Fix test for error return of clk_register_fixed_factor().Gravatar Amitoj Kaur Chawla 1-1/+1
2016-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-2/+2
2016-08-02MIPS: store the appended dtb address in a variableGravatar Jonas Gorski 1-2/+2
2016-07-25MIPS: ath79: Add missing include fileGravatar Guenter Roeck 1-0/+1