summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-generic.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: generic: factor into gpio_chip structLinus Walleij2016-01-051-159/+133
* gpio: generic: fix signedness bug found by cppcheckLinus Walleij2016-01-051-2/+3
* Merge tag 'v4.4-rc6' into develLinus Walleij2015-12-211-2/+2
|\
| * gpio: generic: clamp values from bgpio_get_set()Linus Walleij2015-12-171-2/+2
* | gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
|/
* gpio: generic: Revert to old error handling in bgpio_mapGuenter Roeck2015-10-271-1/+1
* gpio: generic: use error pointersHeiner Kallweit2015-10-051-35/+21
* gpio: generic: modernize remappingHeiner Kallweit2015-10-051-11/+3
* gpio: generic: improve error handling in bgpio_mapHeiner Kallweit2015-10-051-3/+5
* gpio: generic: support input-only chipsRabin Vincent2015-07-271-3/+20
* gpio: generic: add get_direction supportPhilipp Zabel2015-07-161-0/+18
* gpio: gpio-generic: add flag to read out output value from reg_setVladimir Zapolskiy2015-05-111-3/+19
* gpio-generic: add bgpio_set_multiple functionsRojhalat Ibrahim2015-01-191-0/+76
* gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-1/+2
* gpio: generic: add request function pointerAnthony Fee2014-05-231-0/+9
* gpio: generic: Use platform_device_id->driver_data field for driver flagsAlexander Shiyan2014-03-181-7/+9
* gpio: generic: clamp retured value to [0,1]Linus Walleij2014-02-061-1/+1
* gpio: generic: Add label to platform dataPawel Moll2014-02-061-0/+2
* GPIO: gpio-generic: remove kfree() from bgpio_remove callAlexander Shiyan2013-04-111-5/+1
* gpio: gpio-generic: Add 16 and 32 bit big endian byte order supportAndreas Larsson2013-04-101-9/+47
* gpio: remove use of __devexitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devinitBill Pemberton2012-11-281-1/+1
* gpio: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* gpio/generic: initialize basic_mmio_gpio shadow variables properlyShawn Guo2012-05-191-5/+11
* gpio: Convert GPIO drivers to module_platform_driverMark Brown2012-01-021-11/+1
* drivers/gpio/gpio-generic.c: fix build errorsRussell King2011-09-141-10/+5
* gpio: reorganize driversGrant Likely2011-06-061-0/+548
OpenPOWER on IntegriCloud