summaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-141-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/+4
* 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/+1
* 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/+0
|/
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-201-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
* | MIPS: ath79: Use the reset controller to restart OF machinesAlban Bedel2016-05-131-3/+4
* | MIPS: ath79: Remove the builtin DTB supportAlban Bedel2016-05-132-16/+0
* | MIPS: ath79: Add support for DTB passed using the UHI boot protocolAlban Bedel2016-05-131-0/+2
|/
* MIPS: ath79: Fix the ar913x reference clock rateAlban Bedel2016-04-031-37/+1
* MIPS: ath79: Fix the ar724x clock calculationWeijie Gao2016-04-031-3/+3
* irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/Alban Bedel2016-02-171-75/+6
* irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/Alban Bedel2016-02-171-148/+15
* MIPS: ath79: Remove some unused code from setup.cAlban Bedel2016-01-041-10/+1
* MIPS: ath79: Allow using ath79_ddr_wb_flush() from driversAlban Bedel2016-01-041-1/+0
* MIPS: ath79: Prepare moving the MISC driver to drivers/irqchipAlban Bedel2016-01-041-30/+28
* MIPS: ath79: Remove useless #ifdef CONFIG_IRQCHIPAlban Bedel2016-01-041-3/+0
* MIPS: ath79: Add a machine entry for booting OF machinesAlban Bedel2015-11-201-0/+5
* MIPS: ath79: Fix the DDR control initialization on ar71xx and ar934xAlban Bedel2015-11-201-1/+1
* MIPS: ATH79: Add irq chip ar7240-misc-intcAlexander Couzens2015-09-221-0/+10
* MIPS: ATH79: Set missing irq ack handler for ar7100-misc-intc irq chipAlexander Couzens2015-09-221-2/+10
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-4/+4
* MIPS: ath79: Move the GPIO driver to drivers/gpioAlban Bedel2015-09-032-237/+1
* MIPS: Ath79: Remove the unused GPIO function APIAlban Bedel2015-09-032-46/+0
* MIPS: ath91: Remove pointless irqdisable/enableThomas Gleixner2015-08-261-16/+2
* MIPS: ath79: irq: IRQCHIP_DECLARE moved to linux/irqchip.hAlban Bedel2015-08-261-1/+0
* MIPS: Export get_c0_perfcount_int()Felix Fietkau2015-08-031-0/+1
* MIPS: Add basic support for the TL-WR1043ND version 1Alban Bedel2015-06-211-0/+12
* MIPS: ath79: Add OF support to the GPIO driverAlban Bedel2015-06-212-22/+108
* MIPS: ath79: Add OF support to the clocksAlban Bedel2015-06-211-19/+44
* MIPS: ath79: Add OF support to the IRQ controllersAlban Bedel2015-06-211-1/+86
OpenPOWER on IntegriCloud