summaryrefslogtreecommitdiffstats
path: root/arch/mips/ar7
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer2021-01-071-5/+0
* mips: ar7: add missing iounmap() on error in ar7_gpio_initQinglang Miao2020-11-061-0/+1
* MIPS: replace add_memory_region with memblockThomas Bogendoerfer2020-10-121-1/+1
* MIPS: Only include the platform file neededThomas Bogendoerfer2020-05-131-1/+0
* MIPS: Use fallthrough for arch/mipsLiangliang Huang2020-05-071-1/+1
* MIPS: Replace setup_irq() by request_irq()afzal mohammed2020-03-051-8/+8
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-063-6/+6
* Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2019-07-171-0/+1
|\
| * MIPS: fix some more fall through errors in arch/mipsStephen Rothwell2019-07-161-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Thomas Gleixner2019-05-303-39/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner2019-05-245-70/+5
* net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-041-2/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* mips: unify prom_putchar() declarationsAlexander Sverdlin2018-07-171-2/+2
* MIPS: AR7: Normalize clk APIGeert Uytterhoeven2018-06-281-0/+29
* MIPS: AR7: Constify gpio_ledArvind Yadav2018-02-191-7/+7
* MIPS: AR7: ensure the port type's FCR value is usedJonas Gorski2018-01-101-1/+1
* MIPS: AR7: Ensure that serial ports are properly set upOswald Buddenhagen2017-11-081-0/+1
* MIPS: AR7: Defer registration of GPIOJonas Gorski2017-11-082-2/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* MIPS: AR7: allow NULL clock for clk_get_rateJonas Gorski2017-09-061-0/+3
* MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-145-5/+4
* MIPS: ar7: use gpiochip data pointerLinus Walleij2016-02-191-17/+9
* MIPS: ar7: Be sure to clamp return valueLinus Walleij2016-01-241-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-09-033-3/+4
|\
| * MIPS: Remove all the uses of custom gpio.hAlban Bedel2015-09-033-3/+4
* | phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn2015-08-311-2/+3
|/
* MIPS: AR7: Replace mac address parsingDaniel Walter2015-04-021-4/+1
* mips: Convert pr_warning to pr_warnJoe Perches2014-11-241-12/+12
* MIPS: Restore init.h usage to arch/mips/ar7/time.cPaul Gortmaker2014-03-261-0/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-01-301-1/+0
|\
| * mips: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-241-1/+0
* | MIPS: Remove panic_timeout settingsRalf Baechle2013-11-261-1/+0
|/
* MIPS: FW: Remove obsolete header file for MTI platforms.Steven J. Hill2013-05-081-1/+0
* MIPS: Whitespace cleanup.Ralf Baechle2013-02-012-9/+9
* MIPS: AR7: use part_probe_types to specificy the partition parser to useFlorian Fainelli2012-12-131-0/+3
* arch: Use eth_random_addrJoe Perches2012-07-161-2/+2
*-. Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Ralf Baechle2012-01-113-3/+40
|\ \
| * | MIPS: AR7: add LEDs layout for the Actiontec GT701 routerFlorian Fainelli2011-12-071-0/+37
| * | MIPS: AR7: constify some arrays in gpio and prom codeFlorian Fainelli2011-12-072-3/+3
| |/
* / MIPS: Fix up inconsistency in panic() string argument.Ralf Baechle2011-12-072-2/+2
|/
* MIPS: Mark cascade and low level interrupts IRQF_NO_THREADWu Zhangjin2011-09-211-1/+2
* MIPS: AR7: Replace __attribute__((__packed__)) with __packedFlorian Fainelli2011-07-251-1/+1
* MIPS: AR7: Remove 'space before tabs' in platform.cFlorian Fainelli2011-07-251-1/+1
* MIPS: AR7: Fix trailing semicolon bug in clock.cFlorian Fainelli2011-07-201-1/+1
* MIPS: AR7: Fix GPIO register size for Titan variant.Florian Fainelli2011-05-181-3/+1
* MIPS: Convert the irq functions to the new namesThomas Gleixner2011-03-291-2/+2
* MIPS: AR7: Convert to new irq_chip functionsThomas Gleixner2011-03-251-21/+21
* MIPS: AR7: Fix loops per jiffies on TNETD7200 devicesFlorian Fainelli2010-12-162-6/+6
* MIPS: AR7: Add support for Titan (TNETV10xx) SoC variantFlorian Fainelli2010-10-293-10/+300