aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/rb532
AgeCommit message (Expand)AuthorFilesLines
2021-04-19net: korina: Add support for device treeGravatar Thomas Bogendoerfer 1-15/+5
2021-04-19net: korina: Only pass mac address via platform dataGravatar Thomas Bogendoerfer 1-2/+3
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsGravatar Thomas Bogendoerfer 1-5/+0
2020-10-12MIPS: replace add_memory_region with memblockGravatar Thomas Bogendoerfer 1-1/+1
2020-05-13MIPS: Only include the platform file neededGravatar Thomas Bogendoerfer 1-1/+0
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 4-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 182Gravatar Thomas Gleixner 1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-10/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Gravatar Thomas Gleixner 1-16/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-12-04ata: rb532_cf: Convert to use GPIO descriptorsGravatar Linus Walleij 1-3/+9
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hGravatar Boris Brezillon 1-2/+1
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereGravatar Boris Brezillon 1-1/+1
2018-10-03mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksGravatar Boris Brezillon 1-3/+2
2018-01-10MIPS: RB532: Avoid undefined mac_pton without GENERIC_NET_UTILSGravatar Matt Redfearn 1-0/+4
2018-01-10MIPS: RB532: Avoid undefined early_serial_setup() without SERIAL_8250_CONSOLEGravatar Matt Redfearn 1-1/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-13mtd: nand: Rename nand.h into rawnand.hGravatar Boris Brezillon 1-1/+1
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hGravatar Paul Gortmaker 2-2/+1
2016-02-19MIPS: rb532: use gpiochip data pointerGravatar Linus Walleij 1-6/+6
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-1/+1
2016-01-24MIPS: RB532: Be sure to clamp return valueGravatar Linus Walleij 1-1/+1
2015-12-08mips: nand: make use of mtd_to_nand() where appropriateGravatar Boris BREZILLON 1-1/+1
2015-09-03MIPS: Remove all the uses of custom gpio.hGravatar Alban Bedel 2-0/+7
2014-11-24MIPS: Replace use of phys_t with phys_addr_t.Gravatar Ralf Baechle 1-4/+4
2014-11-24MIPS: Remove useless parenthesesGravatar Ralf Baechle 1-1/+1
2014-08-02Merge branch '3.16-fixes' into mips-for-linux-nextGravatar Ralf Baechle 1-0/+1
2014-07-30MIPS: RB532: Replace parse_mac_addr() with mac_pton().Gravatar Daniel Walter 1-23/+4
2014-07-30MIPS: RB532: Fix reregistering of serial consoleGravatar Waldemar Brodkorb 1-0/+1
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 3-12/+12
2012-12-13MIPS: RB532: Fix build of prom code.Gravatar Ralf Baechle 1-2/+1
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-1/+0
2012-05-15MIPS: Fix several implicit uses of export.h/module.hGravatar Paul Gortmaker 1-0/+1
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionGravatar Brian Norris 1-1/+0
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 1-1/+0
2011-10-31mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEGravatar Paul Gortmaker 2-0/+2
2011-07-25MIPS: RB532: Use hex_to_bin()Gravatar Andy Shevchenko 1-15/+9
2011-05-18MIPS: RB532: Fix iomap resource size miscalculation.Gravatar Ralf Baechle 1-1/+1
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 1-2/+2
2011-03-25MIPS: RB532: Convert to new irq_chip functionsGravatar Thomas Gleixner 1-16/+16
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>Gravatar David Howells 1-0/+1
2010-08-05MIPS: RB532: Migrate to new platform makefile style.Gravatar Ralf Baechle 2-2/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-12-17MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZEGravatar Dmitri Vorobiev 1-2/+2
2009-12-02MIPS: RB532: Fix devices.c compilation.Gravatar Florian Fainelli 1-1/+2
2009-11-13MIPS: Make local arrays with CL_SIZE static __initdataGravatar Atsushi Nemoto 1-1/+1
2009-06-17MIPS: RB532: Check irq number when handling GPIO interruptsGravatar Florian Fainelli 1-2/+3
2009-03-09Input: add driver for S1 button of rb532Gravatar Phil Sutter 1-18/+1
2009-01-30MIPS: RB532: Export rb532_gpio_set_func()Gravatar Phil Sutter 1-2/+3