aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/rb532/devices.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-14MIPS: RB532: fix return value of __setup handlerRandy Dunlap1-4/+2
2021-04-19net: korina: Add support for device treeThomas Bogendoerfer1-15/+5
2021-04-19net: korina: Only pass mac address via platform dataThomas Bogendoerfer1-2/+3
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-12-04ata: rb532_cf: Convert to use GPIO descriptorsLinus Walleij1-3/+9
2018-10-03mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon1-2/+1
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon1-1/+1
2018-10-03mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksBoris Brezillon1-3/+2
2018-01-10MIPS: RB532: Avoid undefined mac_pton without GENERIC_NET_UTILSMatt Redfearn1-0/+4
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon1-1/+1
2015-12-08mips: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON1-1/+1
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel1-0/+1
2014-08-02Merge branch '3.16-fixes' into mips-for-linux-nextRalf Baechle1-0/+1
2014-07-30MIPS: RB532: Replace parse_mac_addr() with mac_pton().Daniel Walter1-23/+4
2014-07-30MIPS: RB532: Fix reregistering of serial consoleWaldemar Brodkorb1-0/+1
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-6/+6
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2012-05-15MIPS: Fix several implicit uses of export.h/module.hPaul Gortmaker1-0/+1
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-1/+0
2011-07-25MIPS: RB532: Use hex_to_bin()Andy Shevchenko1-15/+9
2009-12-02MIPS: RB532: Fix devices.c compilation.Florian Fainelli1-1/+2
2009-03-09Input: add driver for S1 button of rb532Phil Sutter1-18/+1
2009-01-30MIPS: RB532: Simplify dev3 initPhil Sutter1-12/+2
2009-01-30MIPS: RB532: Move dev3 init code to devices.cPhil Sutter1-0/+39
2009-01-30MIPS: RB532: Use driver_data instead of platform_dataPhil Sutter1-1/+1
2009-01-30MIPS: RB532: Detect uart type, add platform devicePhil Sutter1-0/+26
2008-11-20MIPS: RB532: GPIO register offsets are relative to GPIOBASEFlorian Fainelli1-1/+1
2008-10-27MIPS: RB532: Disable the right devicePhil Sutter1-1/+1
2008-10-11MIPS: RB532: Fix id usage in platform devicesFlorian Fainelli1-3/+3
2008-10-11MIPS: RB532: Cleanup and group definitions to their right placesFlorian Fainelli1-14/+2
2008-08-26[MIPS] RB532: Do not define registers that are already definedFlorian Fainelli1-13/+3
2008-07-20[MIPS] Routerboard 532: Support for base systemRalf Baechle1-0/+331