summaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-171-1/+1
|\
| * MIPS: fix some more fall through errors in arch/mipsStephen Rothwell2019-07-161-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-197-27/+7Star
|/
* clk: Remove io.h from clk-provider.hStephen Boyd2019-05-152-0/+2
* MIPS: perf: ath79: Fix perfcount IRQ assignmentPetr Štetiar2019-04-171-6/+0Star
* MIPS: ath79: drop !OF clock codeJohn Crispin2019-01-222-59/+0Star
* MIPS: ath79: drop platform device registration codeJohn Crispin2019-01-2215-835/+0Star
* MIPS: ath79: drop legacy pci codeJohn Crispin2019-01-223-309/+0Star
* MIPS: ath79: drop machfilesJohn Crispin2019-01-2211-918/+9Star
* MIPS: ath79: drop legacy IRQ codeJohn Crispin2019-01-223-170/+7Star
* MIPS: ath79: export switch MDIO reference clockFelix Fietkau2019-01-221-0/+8
* MIPS: ath79: support setting up clock via DT on all SoC typesFelix Fietkau2019-01-221-17/+22
* MIPS: ath79: make specifying the reference clock in DT optionalFelix Fietkau2019-01-221-44/+40Star
* MIPS: ath79: pass PLL base to clock init functionsFelix Fietkau2019-01-221-30/+30
* MIPS: ath79: move legacy "wdt" and "uart" clock aliases out of soc initFelix Fietkau2019-01-221-21/+17Star
* MIPS: ath79: add helpers for setting clocks and expose the ref clockFelix Fietkau2019-01-221-62/+66
* PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-4/+4
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2018-08-144-11/+289
|\
| * MIPS: ath79: enable uart during early_prinkGabor Juhos2018-07-251-1/+43
| * MIPS: ath79: fix system restartFelix Fietkau2018-07-251-0/+1
| * MIPS: ath79: add support for QCA953x QCA956x TP9343Matthias Schiffer2018-07-254-3/+236
| * mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-171-7/+9
* | MIPS: ath79: fix register address in ath79_ddr_wb_flush()Felix Fietkau2018-07-201-1/+1
|/
* MIPS: pb44: Fix i2c-gpio GPIO descriptor tableLinus Walleij2018-06-181-1/+1
* Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-151-5/+11
|\
| * Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Wolfram Sang2017-11-011-5/+11
| |\
| | * i2c: gpio: Augment all boardfiles to use open drainLinus Walleij2017-10-301-2/+2
| | * i2c: gpio: Convert to use descriptorsLinus Walleij2017-10-301-5/+11
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/ /
* / MIPS: PCI: Move map_irq() hooks out of initdataLorenzo Pieralisi2017-09-191-6/+6
|/
* MIPS: Convert to using %pOF instead of full_nameRob Herring2017-08-291-5/+4Star
* gpio: pcf857x: move header file out of I2C realmWolfram Sang2017-05-231-1/+1
* MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-142-2/+1Star
* mips: ath79: clock:- Unmap region obtained by of_iomapArvind Yadav2017-01-251-2/+5
* MIPS: ath79: Fix error handlingChristophe JAILLET2017-01-031-1/+1
* MIPS: ath79: Fix test for error return of clk_register_fixed_factor().Amitoj Kaur Chawla2016-09-131-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-08-061-2/+2
|\
| * MIPS: store the appended dtb address in a variableJonas Gorski2016-08-021-2/+2
* | MIPS: ath79: Add missing include fileGuenter Roeck2016-07-251-0/+1
* | mips: Remove unnecessary of_platform_populate with default match tableKefeng Wang2016-06-231-3/+0Star
|/
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-211-2/+4
|\
| * MIPS: ath79: make bootconsole wait for both THRE and TEMTMatthias Schiffer2016-04-301-2/+4
* | MIPS: ath79: fix regression in PCI window initializationFelix Fietkau2016-05-171-8/+8
* | MIPS: ath79: make ath79_ddr_ctrl_init() compatible for newer SoCsFelix Fietkau2016-05-171-4/+4
* | MIPS: ath79: Remove CLK_IS_ROOTStephen Boyd2016-05-131-1/+1
* | MIPS: ath79: update devicetree clock support for AR9331Antony Pavlov2016-05-131-34/+62
* | MIPS: ath79: Disable platform code for OF boards.Antony Pavlov2016-05-131-7/+9
* | MIPS: ath79: update devicetree clock support for AR9132Antony Pavlov2016-05-132-25/+107
* | MIPS: ath79: Introduce <dt-bindings/clock/ath79-clk.h>Antony Pavlov2016-05-131-16/+17