aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/rb532/gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-30MIPS: rb532: move GPIOD definition into C-filesJackie Liu1-0/+10
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2016-02-19MIPS: rb532: use gpiochip data pointerLinus Walleij1-6/+6
2016-01-24MIPS: RB532: Be sure to clamp return valueLinus Walleij1-1/+1
2015-09-03MIPS: Remove all the uses of custom gpio.hAlban Bedel1-0/+6
2014-11-24MIPS: Remove useless parenthesesRalf Baechle1-1/+1
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-4/+4
2011-10-31mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-05-18MIPS: RB532: Fix iomap resource size miscalculation.Ralf Baechle1-1/+1
2009-01-30MIPS: RB532: Export rb532_gpio_set_func()Phil Sutter1-2/+3
2009-01-30MIPS: RB532: Remove {get,set}_434_reg()Phil Sutter1-27/+0
2009-01-30MIPS: RB532: Move dev3 init code to devices.cPhil Sutter1-39/+0
2009-01-30MIPS: RB532: Fix set_latch_u5()Phil Sutter1-1/+1
2009-01-30MIPS: RB532: Fix init of rb532_dev3_ctl_resPhil Sutter1-2/+3
2009-01-30MIPS: RB532: remove useless CF GPIO initialisationPhil Sutter1-6/+0
2009-01-30MIPS: RB532: Auto disable GPIO alternate functionPhil Sutter1-4/+4
2009-01-30MIPS: RB532: Fix bit swapping in rb532_set_bit()Phil Sutter1-4/+2
2008-11-20MIPS: RB532: Provide functions for gpio configurationPhil Sutter1-120/+73
2008-10-27MIPS: RB532: Set gpio interrupt status and level for CompactFlashFlorian Fainelli1-0/+4
2008-10-11MIPS: RB532: Convert to GPIO libFlorian Fainelli1-67/+161
2008-10-11MIPS: RB532: replace raw volatile read with a readlFlorian Fainelli1-1/+1
2008-10-11MIPS: RB532: Use physical addresses for gpio and device controller registersFlorian Fainelli1-4/+4
2008-07-30[MIPS] RB532: Flags are unsigned longAdrian Bunk1-2/+3
2008-07-20[MIPS] Routerboard 532: Support for base systemRalf Baechle1-0/+220