aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/ar7
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Gravatar Thomas Gleixner 3-39/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Gravatar Thomas Gleixner 5-70/+5
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Gravatar Linus Walleij 1-2/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-07-17mips: unify prom_putchar() declarationsGravatar Alexander Sverdlin 1-2/+2
2018-06-28MIPS: AR7: Normalize clk APIGravatar Geert Uytterhoeven 1-0/+29
2018-02-19MIPS: AR7: Constify gpio_ledGravatar Arvind Yadav 1-7/+7
2018-01-10MIPS: AR7: ensure the port type's FCR value is usedGravatar Jonas Gorski 1-1/+1
2017-11-08MIPS: AR7: Ensure that serial ports are properly set upGravatar Oswald Buddenhagen 1-0/+1
2017-11-08MIPS: AR7: Defer registration of GPIOGravatar Jonas Gorski 2-2/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-06MIPS: AR7: allow NULL clock for clk_get_rateGravatar Jonas Gorski 1-0/+3
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 5-5/+4
2016-02-19MIPS: ar7: use gpiochip data pointerGravatar Linus Walleij 1-17/+9
2016-01-24MIPS: ar7: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2015-09-03Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 3-3/+4
2015-09-03MIPS: Remove all the uses of custom gpio.hGravatar Alban Bedel 3-3/+4
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Gravatar Andrew Lunn 1-2/+3
2015-04-02MIPS: AR7: Replace mac address parsingGravatar Daniel Walter 1-4/+1
2014-11-24mips: Convert pr_warning to pr_warnGravatar Joe Perches 1-12/+12
2014-03-26MIPS: Restore init.h usage to arch/mips/ar7/time.cGravatar Paul Gortmaker 1-0/+1
2014-01-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+0
2014-01-24mips: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-11-26MIPS: Remove panic_timeout settingsGravatar Ralf Baechle 1-1/+0
2013-05-08MIPS: FW: Remove obsolete header file for MTI platforms.Gravatar Steven J. Hill 1-1/+0
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 2-9/+9
2012-12-13MIPS: AR7: use part_probe_types to specificy the partition parser to useGravatar Florian Fainelli 1-0/+3
2012-07-16arch: Use eth_random_addrGravatar Joe Perches 1-2/+2
2012-01-11Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Gravatar Ralf Baechle 3-3/+40
2011-12-07MIPS: AR7: add LEDs layout for the Actiontec GT701 routerGravatar Florian Fainelli 1-0/+37
2011-12-07MIPS: AR7: constify some arrays in gpio and prom codeGravatar Florian Fainelli 2-3/+3
2011-12-07MIPS: Fix up inconsistency in panic() string argument.Gravatar Ralf Baechle 2-2/+2
2011-09-21MIPS: Mark cascade and low level interrupts IRQF_NO_THREADGravatar Wu Zhangjin 1-1/+2
2011-07-25MIPS: AR7: Replace __attribute__((__packed__)) with __packedGravatar Florian Fainelli 1-1/+1
2011-07-25MIPS: AR7: Remove 'space before tabs' in platform.cGravatar Florian Fainelli 1-1/+1
2011-07-20MIPS: AR7: Fix trailing semicolon bug in clock.cGravatar Florian Fainelli 1-1/+1
2011-05-18MIPS: AR7: Fix GPIO register size for Titan variant.Gravatar Florian Fainelli 1-3/+1
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 1-2/+2
2011-03-25MIPS: AR7: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-21/+21
2010-12-16MIPS: AR7: Fix loops per jiffies on TNETD7200 devicesGravatar Florian Fainelli 2-6/+6
2010-10-29MIPS: AR7: Add support for Titan (TNETV10xx) SoC variantGravatar Florian Fainelli 3-10/+300
2010-10-29MIPS: AR7: Initialize GPIO earlierGravatar Florian Fainelli 2-2/+3
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>Gravatar David Howells 1-0/+1
2010-08-05MIPS: AR7: rewrite of cpmac_get_mac()Gravatar Alexander Clouter 1-27/+15
2010-08-05MIPS: Introduce support for Platform definitionsGravatar Sam Ravnborg 2-1/+6
2010-07-05MIPS: AR7: Use correct UART port typeGravatar Florian Fainelli 1-1/+1
2010-05-21MIPS: AR7: prevent race between clock initialization and devices registrationGravatar Florian Fainelli 1-1/+1
2010-05-21MIPS: AR7: use ar7_has_high_vlynq() to determine watchdog base addressGravatar Florian Fainelli 1-12/+3
2010-04-12MIPS: AR7: Fix phat finger of cpmac fixed_phy_addGravatar Alexander Clouter 1-0/+1
2010-04-12MIPS: AR7: Fix phat finger of reset bit in vlynq_high_dataGravatar Alexander Clouter 1-1/+1