| Age | Commit message (Expand) | Author | Files | Lines |
| 2016-04-29 | gpio: rename gpio-generic.c into gpio-mmio.c | Christian Lamparter | 1 | -660/+0 |
| 2016-04-29 | gpio: generic: fix GPIO_GENERIC_PLATFORM is set to module case | Christian Lamparter | 1 | -1/+1 |
| 2016-02-23 | gpio: generic: Use devm_gpiochip_add_data() for gpio registration | Laxman Dewangan | 1 | -10/+1 |
| 2016-01-05 | gpio: generic: factor into gpio_chip struct | Linus Walleij | 1 | -159/+133 |
| 2016-01-05 | gpio: generic: fix signedness bug found by cppcheck | Linus Walleij | 1 | -2/+3 |
| 2015-12-21 | Merge tag 'v4.4-rc6' into devel | Linus Walleij | 1 | -2/+2 |
| 2015-12-17 | gpio: generic: clamp values from bgpio_get_set() | Linus Walleij | 1 | -2/+2 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-10-27 | gpio: generic: Revert to old error handling in bgpio_map | Guenter Roeck | 1 | -1/+1 |
| 2015-10-05 | gpio: generic: use error pointers | Heiner Kallweit | 1 | -35/+21 |
| 2015-10-05 | gpio: generic: modernize remapping | Heiner Kallweit | 1 | -11/+3 |
| 2015-10-05 | gpio: generic: improve error handling in bgpio_map | Heiner Kallweit | 1 | -3/+5 |
| 2015-07-27 | gpio: generic: support input-only chips | Rabin Vincent | 1 | -3/+20 |
| 2015-07-16 | gpio: generic: add get_direction support | Philipp Zabel | 1 | -0/+18 |
| 2015-05-11 | gpio: gpio-generic: add flag to read out output value from reg_set | Vladimir Zapolskiy | 1 | -3/+19 |
| 2015-01-19 | gpio-generic: add bgpio_set_multiple functions | Rojhalat Ibrahim | 1 | -0/+76 |
| 2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 1 | -1/+2 |
| 2014-05-23 | gpio: generic: add request function pointer | Anthony Fee | 1 | -0/+9 |
| 2014-03-18 | gpio: generic: Use platform_device_id->driver_data field for driver flags | Alexander Shiyan | 1 | -7/+9 |
| 2014-02-06 | gpio: generic: clamp retured value to [0,1] | Linus Walleij | 1 | -1/+1 |
| 2014-02-06 | gpio: generic: Add label to platform data | Pawel Moll | 1 | -0/+2 |
| 2013-04-11 | GPIO: gpio-generic: remove kfree() from bgpio_remove call | Alexander Shiyan | 1 | -5/+1 |
| 2013-04-10 | gpio: gpio-generic: Add 16 and 32 bit big endian byte order support | Andreas Larsson | 1 | -9/+47 |
| 2012-11-28 | gpio: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | gpio: remove use of __devinit | Bill Pemberton | 1 | -1/+1 |
| 2012-11-28 | gpio: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
| 2012-05-19 | gpio/generic: initialize basic_mmio_gpio shadow variables properly | Shawn Guo | 1 | -5/+11 |
| 2012-01-02 | gpio: Convert GPIO drivers to module_platform_driver | Mark Brown | 1 | -11/+1 |
| 2011-09-14 | drivers/gpio/gpio-generic.c: fix build errors | Russell King | 1 | -10/+5 |
| 2011-06-06 | gpio: reorganize drivers | Grant Likely | 1 | -0/+548 |