Age | Commit message (Expand) | Author | Files | Lines |
2016-02-19 | MIPS: rb532: use gpiochip data pointer | Linus Walleij | 1 | -6/+6 |
2016-01-24 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 1 | -1/+1 |
2016-01-24 | MIPS: RB532: Be sure to clamp return value | Linus Walleij | 1 | -1/+1 |
2015-12-08 | mips: nand: make use of mtd_to_nand() where appropriate | Boris BREZILLON | 1 | -1/+1 |
2015-09-03 | MIPS: Remove all the uses of custom gpio.h | Alban Bedel | 2 | -0/+7 |
2014-11-24 | MIPS: Replace use of phys_t with phys_addr_t. | Ralf Baechle | 1 | -4/+4 |
2014-11-24 | MIPS: Remove useless parentheses | Ralf Baechle | 1 | -1/+1 |
2014-08-02 | Merge branch '3.16-fixes' into mips-for-linux-next | Ralf Baechle | 1 | -0/+1 |
2014-07-30 | MIPS: RB532: Replace parse_mac_addr() with mac_pton(). | Daniel Walter | 1 | -23/+4 |
2014-07-30 | MIPS: RB532: Fix reregistering of serial console | Waldemar Brodkorb | 1 | -0/+1 |
2013-02-01 | MIPS: Whitespace cleanup. | Ralf Baechle | 3 | -12/+12 |
2012-12-13 | MIPS: RB532: Fix build of prom code. | Ralf Baechle | 1 | -2/+1 |
2012-06-01 | Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+0 |
2012-05-15 | MIPS: Fix several implicit uses of export.h/module.h | Paul Gortmaker | 1 | -0/+1 |
2012-05-13 | mtd: nand: kill NAND_NO_AUTOINCR option | Brian Norris | 1 | -1/+0 |
2012-03-28 | Disintegrate asm/system.h for MIPS | David Howells | 1 | -1/+0 |
2011-10-31 | mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2 | -0/+2 |
2011-07-25 | MIPS: RB532: Use hex_to_bin() | Andy Shevchenko | 1 | -15/+9 |
2011-05-18 | MIPS: RB532: Fix iomap resource size miscalculation. | Ralf Baechle | 1 | -1/+1 |
2011-03-29 | MIPS: Convert the irq functions to the new names | Thomas Gleixner | 1 | -2/+2 |
2011-03-25 | MIPS: RB532: Convert to new irq_chip functions | Thomas Gleixner | 1 | -16/+16 |
2010-10-07 | MIPS: Add missing #inclusions of <linux/irq.h> | David Howells | 1 | -0/+1 |
2010-08-05 | MIPS: RB532: Migrate to new platform makefile style. | Ralf Baechle | 2 | -2/+7 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2009-12-17 | MIPS: Replace all usages of CL_SIZE by COMMAND_LINE_SIZE | Dmitri Vorobiev | 1 | -2/+2 |
2009-12-02 | MIPS: RB532: Fix devices.c compilation. | Florian Fainelli | 1 | -1/+2 |
2009-11-13 | MIPS: Make local arrays with CL_SIZE static __initdata | Atsushi Nemoto | 1 | -1/+1 |
2009-06-17 | MIPS: RB532: Check irq number when handling GPIO interrupts | Florian Fainelli | 1 | -2/+3 |
2009-03-09 | Input: add driver for S1 button of rb532 | Phil Sutter | 1 | -18/+1 |
2009-01-30 | MIPS: RB532: Export rb532_gpio_set_func() | Phil Sutter | 1 | -2/+3 |
2009-01-30 | MIPS: RB532: Simplify dev3 init | Phil Sutter | 1 | -12/+2 |
2009-01-30 | MIPS: RB532: Remove {get,set}_434_reg() | Phil Sutter | 1 | -27/+0 |
2009-01-30 | MIPS: RB532: Move dev3 init code to devices.c | Phil Sutter | 2 | -39/+39 |
2009-01-30 | MIPS: RB532: Fix set_latch_u5() | Phil Sutter | 1 | -1/+1 |
2009-01-30 | MIPS: RB532: Fix init of rb532_dev3_ctl_res | Phil Sutter | 1 | -2/+3 |
2009-01-30 | MIPS: RB532: Use driver_data instead of platform_data | Phil Sutter | 1 | -1/+1 |
2009-01-30 | MIPS: RB532: Detect uart type, add platform device | Phil Sutter | 2 | -1/+27 |
2009-01-30 | MIPS: RB532: remove useless CF GPIO initialisation | Phil Sutter | 1 | -6/+0 |
2009-01-30 | MIPS: RB532: Auto disable GPIO alternate function | Phil Sutter | 1 | -4/+4 |
2009-01-30 | MIPS: RB532: Add set_type() function to IRQ struct. | Phil Sutter | 1 | -0/+27 |
2009-01-30 | MIPS: RB532: Fix bit swapping in rb532_set_bit() | Phil Sutter | 1 | -4/+2 |
2008-11-20 | MIPS: RB532: Provide functions for gpio configuration | Phil Sutter | 1 | -120/+73 |
2008-11-20 | MIPS: RB532: GPIO register offsets are relative to GPIOBASE | Florian Fainelli | 1 | -1/+1 |
2008-10-27 | MIPS: RB532: Disable the right device | Phil Sutter | 1 | -1/+1 |
2008-10-27 | MIPS: RB532: Set gpio interrupt status and level for CompactFlash | Florian Fainelli | 1 | -0/+4 |
2008-10-15 | MIPS: Kill unused <asm/debug.h> inclusions | Shinya Kuribayashi | 1 | -1/+0 |
2008-10-11 | MIPS: RB532: Convert to GPIO lib | Florian Fainelli | 1 | -67/+161 |
2008-10-11 | MIPS: RB532: Cleanup the headers again | Florian Fainelli | 3 | -6/+6 |
2008-10-11 | MIPS: RB532: Remove obsolute reference to setup_serial_port | Florian Fainelli | 1 | -2/+0 |
2008-10-11 | MIPS: RB532: Fix id usage in platform devices | Florian Fainelli | 1 | -3/+3 |