1. c05f813 gpio: generic: Use devm_gpiochip_add_data() for gpio registration by Laxman Dewangan · 8 years ago
  2. 0f4630f gpio: generic: factor into gpio_chip struct by Linus Walleij · 9 years ago
  3. 4b63739 gpio: generic: fix signedness bug found by cppcheck by Linus Walleij · 9 years ago
  4. 0529357 Merge tag 'v4.4-rc6' into devel by Linus Walleij · 9 years ago
  5. 67a76aa gpio: generic: clamp values from bgpio_get_set() by Linus Walleij · 9 years ago
  6. 58383c7 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  7. b2f68b6 gpio: generic: Revert to old error handling in bgpio_map by Guenter Roeck · 9 years ago
  8. 8d24026 gpio: generic: use error pointers by Heiner Kallweit · 9 years ago
  9. 43960b4 gpio: generic: modernize remapping by Heiner Kallweit · 9 years ago
  10. cf3f2a2 gpio: generic: improve error handling in bgpio_map by Heiner Kallweit · 9 years ago
  11. 91492a4 gpio: generic: support input-only chips by Rabin Vincent · 9 years ago
  12. db3b0fc gpio: generic: add get_direction support by Philipp Zabel · 9 years ago
  13. b19e7f5 gpio: gpio-generic: add flag to read out output value from reg_set by Vladimir Zapolskiy · 9 years ago
  14. 73c4ced gpio-generic: add bgpio_set_multiple functions by Rojhalat Ibrahim · 10 years ago
  15. 9f5132a gpio: remove all usage of gpio_remove retval in driver/gpio by abdoulaye berthe · 10 years ago
  16. 7b42e3d gpio: generic: add request function pointer by Anthony Fee · 10 years ago
  17. 1933853 gpio: generic: Use platform_device_id->driver_data field for driver flags by Alexander Shiyan · 10 years ago
  18. 25b35da gpio: generic: clamp retured value to [0,1] by Linus Walleij · 10 years ago
  19. 781f6d7 gpio: generic: Add label to platform data by Pawel Moll · 10 years ago
  20. 2ce7c62 GPIO: gpio-generic: remove kfree() from bgpio_remove call by Alexander Shiyan · 11 years ago
  21. 2b78f1e gpio: gpio-generic: Add 16 and 32 bit big endian byte order support by Andreas Larsson · 11 years ago
  22. 206210c gpio: remove use of __devexit by Bill Pemberton · 12 years ago
  23. 3836309 gpio: remove use of __devinit by Bill Pemberton · 12 years ago
  24. 8283c4f gpio: remove use of __devexit_p by Bill Pemberton · 12 years ago
  25. 3e11f7b gpio/generic: initialize basic_mmio_gpio shadow variables properly by Shawn Guo · 12 years ago
  26. 6f61415 gpio: Convert GPIO drivers to module_platform_driver by Mark Brown · 13 years ago
  27. 4f5b048 drivers/gpio/gpio-generic.c: fix build errors by Russell King · 13 years ago
  28. c103de2 gpio: reorganize drivers by Grant Likely · 13 years ago[Renamed (98%) from drivers/gpio/basic_mmio_gpio.c]
  29. 280df6b basic_mmio_gpio: split into a gpio library and platform device by Jamie Iles · 13 years ago
  30. fd99623 basic_mmio_gpio: convert to non-__raw* accessors by Jamie Iles · 13 years ago
  31. 3102911 basic_mmio_gpio: support direction registers by Jamie Iles · 13 years ago
  32. dd86a0c basic_mmio_gpio: support different input/output registers by Jamie Iles · 13 years ago
  33. e027d6f basic_mmio_gpio: detect output method at probe time by Jamie Iles · 13 years ago
  34. 364b5e8 basic_mmio_gpio: request register regions by Jamie Iles · 13 years ago
  35. 924e7a9 basic_mmio_gpio: allow overriding number of gpio by Jamie Iles · 13 years ago
  36. 4ddb8ae basic_mmio_gpio: convert to platform_{get,set}_drvdata() by Jamie Iles · 13 years ago
  37. 8467afe basic_mmio_gpio: remove runtime width/endianness evaluation by Jamie Iles · 13 years ago
  38. aeec56e gpio: add driver for basic memory-mapped GPIO controllers by Anton Vorontsov · 14 years ago