aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-17gpio: generic: clamp values from bgpio_get_set()Linus Walleij1-2/+2
2015-10-27gpio: generic: Revert to old error handling in bgpio_mapGuenter Roeck1-1/+1
2015-10-05gpio: generic: use error pointersHeiner Kallweit1-35/+21
2015-10-05gpio: generic: modernize remappingHeiner Kallweit1-11/+3
2015-10-05gpio: generic: improve error handling in bgpio_mapHeiner Kallweit1-3/+5
2015-07-27gpio: generic: support input-only chipsRabin Vincent1-3/+20
2015-07-16gpio: generic: add get_direction supportPhilipp Zabel1-0/+18
2015-05-11gpio: gpio-generic: add flag to read out output value from reg_setVladimir Zapolskiy1-3/+19
2015-01-19gpio-generic: add bgpio_set_multiple functionsRojhalat Ibrahim1-0/+76
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-1/+2
2014-05-23gpio: generic: add request function pointerAnthony Fee1-0/+9
2014-03-18gpio: generic: Use platform_device_id->driver_data field for driver flagsAlexander Shiyan1-7/+9
2014-02-06gpio: generic: clamp retured value to [0,1]Linus Walleij1-1/+1
2014-02-06gpio: generic: Add label to platform dataPawel Moll1-0/+2
2013-04-11GPIO: gpio-generic: remove kfree() from bgpio_remove callAlexander Shiyan1-5/+1
2013-04-10gpio: gpio-generic: Add 16 and 32 bit big endian byte order supportAndreas Larsson1-9/+47
2012-11-28gpio: remove use of __devexitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devinitBill Pemberton1-1/+1
2012-11-28gpio: remove use of __devexit_pBill Pemberton1-1/+1
2012-05-19gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo1-5/+11
2012-01-02gpio: Convert GPIO drivers to module_platform_driverMark Brown1-11/+1
2011-09-14drivers/gpio/gpio-generic.c: fix build errorsRussell King1-10/+5
2011-06-06gpio: reorganize driversGrant Likely1-0/+548