summaryrefslogtreecommitdiffstats
path: root/arch/mips/txx9
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* MIPS: TXX9: Constify gpio_ledArvind Yadav2018-02-191-1/+1
* MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASSMatt Redfearn2018-02-051-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* MIPS: PCI: Move map_irq() hooks out of initdataLorenzo Pieralisi2017-09-191-2/+6
* MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-141-1/+1
* MIPS: TXx9: Modernize printing of kernel messagesGeert Uytterhoeven2017-01-039-72/+62
* MIPS: TXx9: 7segled: use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-031-2/+2
* MIPS: PCI: Reduce stack frame usageKeith Busch2016-10-041-5/+1
* MIPS: TXx9: Convert to Common Clock FrameworkGeert Uytterhoeven2016-10-042-36/+36
* MIPS: TXx9: tx49xx: Move GPIO setup from .mem_setup() to .arch_init()Geert Uytterhoeven2016-10-044-12/+23
* MIPS: TXx9: tx39xx: Move GPIO setup from .mem_setup() to .arch_init()Geert Uytterhoeven2016-10-042-3/+9
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* mips: use the new LED disk activity triggerStephan Linz2016-06-272-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-3/+4
|\
| * tx4939: use __ethtool_get_ksettingsDavid Decotigny2016-02-251-3/+4
* | MIPS: txx9: rbtx4938: switch to gpiochip_add_data()Linus Walleij2016-02-191-1/+2
* | MIPS: txx9: iocled: use gpiochip data pointerLinus Walleij2016-02-191-6/+4
|/
* MIPS: TXx9: iocled: Be sure to clamp return valueLinus Walleij2016-01-241-1/+1
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* MIPS: Remove all the uses of custom gpio.hAlban Bedel2015-09-031-16/+0
* MIPS/IRQCHIP: Move irq_chip from arch/mips to drivers/irqchip.Ralf Baechle2015-06-211-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * mips: txx9: rbtx4939: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | mips: Convert pr_warning to pr_warnJoe Perches2014-11-243-6/+6
|/
* driver:gpio remove all usage of gpio_remove retval in driverabdoulaye berthe2014-09-181-2/+2
* Merge branch '3.16-fixes' into mips-for-linux-nextRalf Baechle2014-08-022-13/+30
|\
| * MIPS: TXx9: 7segled: add missing put_device callLevente Kurusa2014-07-301-3/+11
| * MIPS: TXx9: Add missing put_device callLevente Kurusa2014-07-301-10/+19
* | MIPS: TXx9: Add __init_refok annotation to quirk_slc90e66_bridgeAtsushi Nemoto2014-07-301-1/+1
* | MIPS: TXx9: Fix quirk_slc90e66_ideAtsushi Nemoto2014-07-301-1/+1
|/
* MIPS: Replace calls to obsolete strict_strto call with kstrto* equivalents.Daniel Walter2014-06-041-2/+2
* MIPS: TXx9: Fix build error if CONFIG_TOSHIBA_JMR3927 is not selectedMarkos Chandras2013-09-031-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+2
* MIPS: Idle: Consolidate all declarations in <asm/idle.h>.Ralf Baechle2013-05-221-0/+1
* mips: txx9: change GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-03-201-1/+1
* Merge branch 'mips-next-3.9' of git://git.linux-mips.org/pub/scm/john/linux-j...Ralf Baechle2013-02-211-4/+4
|\
| * MIPS: early_printk: drop __init annotationsAaro Koskinen2013-02-191-4/+4
* | MIPS: Whitespace cleanup.Ralf Baechle2013-02-0115-46/+46
|/
* MIPS: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-6/+5
* treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* MIPS: txx9: Fix redefinition of clk_* by adding select HAVE_CLKYoichi Yuasa2012-08-011-0/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2012-07-304-17/+14
|\
| * MIPS: PCI: Add missing __devinit attributions to fixup functions.Ralf Baechle2012-07-231-3/+3
| * MIPS: TXX9: use IS_ENABLED() macroFlorian Fainelli2012-07-233-14/+11
| * MIPS: PCI: Move fixups from __init to __devinit.Sebastian Andrzej Siewior2012-07-191-1/+1
* | Merge branch 'pci/myron-final-fixups-v2' into nextBjorn Helgaas2012-07-091-2/+2
|\ \
| * | MIPS/PCI: move final fixups from __init to __devinitMyron Stowe2012-07-091-2/+2
| |/
* | MIPS/PCI: adjust section annotations for pcibios_setup()Myron Stowe2012-07-051-2/+2
|/
* MIPS: txx9 7segled fix struct device has no memberYoichi Yuasa2012-02-201-1/+1
OpenPOWER on IntegriCloud