1. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  2. ada8e95 Update Yoichi Yuasa's e-mail address by Yoichi Yuasa · 15 years ago
  3. 27fdd32 MIPS: Update VR41xx GPIO driver to use gpiolib by Yoichi Yuasa · 15 years ago
  4. 50efacf gpio: pl061: fix IRQ handling for GPIOs >= PL061_GPIO_NR by Baruch Siach · 15 years ago
  5. 79d7f4e gpio: pl061: fix probe error handling code by Baruch Siach · 15 years ago
  6. 1e9c285 gpio: driver for PrimeCell PL061 GPIO controller by Baruch Siach · 15 years ago
  7. 10dfb54 gpio: pca953x: Add support for PCA9556 by Nate Case · 15 years ago
  8. 1965d30 gpio: pca953x: Get platform_data from OpenFirmware by Nate Case · 15 years ago
  9. de3483b gpio: max7301: add missing __devexit marking by Mike Frysinger · 15 years ago
  10. 77906a54 pca953x: support GPIOLIB GPIO naming by Daniel Silverstone · 15 years ago
  11. 6fa612b microblaze: Kconfig: Enable drivers for Microblaze by Michal Simek · 15 years ago
  12. 811158b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  13. 8a0cecf gpio: gpio_{request,free}() now required (feature removal) by David Brownell · 15 years ago
  14. 926b663 gpiolib: allow GPIOs to be named by Daniel Silverstone · 15 years ago
  15. 692105b trivial: fix typos/grammar errors in Kconfig texts by Matt LaPlante · 15 years ago
  16. 3e274bd gpio: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 15 years ago
  17. 7460db5 gpiolib: fix request related issue by Magnus Damm · 15 years ago
  18. a342d21 gpio: fix probe() error return in gpio driver probes by Ben Dooks · 15 years ago
  19. 40d7ee5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 16 years ago
  20. ab5dc37 gpio: pca953x handles more chips, i2c fault codes by David Brownell · 16 years ago
  21. cabb3fc twl4030-gpio: cleanup debounce by David Brownell · 16 years ago
  22. 14ab309 gpio: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  23. 6e8ba72 gpiolib: extend gpio label column width in debugfs file by Jarkko Nikula · 16 years ago
  24. 0bcb606 GPIO: add new Xilinx driver for powerpc by John Linn · 16 years ago
  25. e9d35947 mfd: twl4030-gpio driver by David Brownell · 16 years ago
  26. 9301975 Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  27. 978ccaa gpiolib: fix oops in gpio_get_value_cansleep() by David Brownell · 16 years ago
  28. e3274e9 gpio: modify sysfs gpio export so that "value" displays as 0 or 1 by Steven A. Falco · 16 years ago
  29. 35e8bb5 gpiolib: request/free hooks by David Brownell · 16 years ago
  30. 0f6d504 gpiolib: gpio_to_irq() hooks by David Brownell · 16 years ago
  31. 2f8d119 gpio: i2c expanders use subsys_init by David Brownell · 16 years ago
  32. 3d599d1 gpio_free might sleep, generic part by Uwe Kleine-König · 16 years ago
  33. c557fa3 gpio: max7301: fix the race between chip addition and pins reconfiguration by Dmitry Baryshkov · 16 years ago
  34. 673c0c0 spi: core and gpio expanders use subsys_init by David Brownell · 16 years ago
  35. 08678b0 generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[] by Yinghai Lu · 16 years ago
  36. bbcd6d5 gpio: max732x driver by Eric Miao · 16 years ago
  37. 7444a72 gpiolib: allow user-selection by Michael Buesch · 16 years ago
  38. ff1d5c2 gpio: add bt8xxgpio driver by Michael Buesch · 16 years ago
  39. 8f1cc3b gpio: mcp23s08 handles multiple chips per chipselect by David Brownell · 16 years ago
  40. d8f388d gpio: sysfs interface by David Brownell · 16 years ago
  41. 1673ad5 gpio: pcf857x: add lock and handle more chips by David Brownell · 16 years ago
  42. 0c36ec3 gpio: gpio driver for max7301 SPI GPIO expander by Juergen Beisert · 16 years ago
  43. 7059d4b gpio: pca953x (i2c) handles max7310 too by David Brownell · 16 years ago
  44. bff5fda gpiolib: fix off by one errors by Trent Piepho · 16 years ago
  45. 1d1c1d9 gpio: mcp23s08 debug fix by Roel Kluin · 16 years ago
  46. 69292b3 gpio: pca953x driver handles pca9554 too by David Brownell · 16 years ago
  47. f39e578 gpio: pca953x: add support for pca9555 I2C I/O expander by Will Newton · 16 years ago
  48. 145980a drivers: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  49. 3760f73 i2c: Convert most new-style drivers to use module aliasing by Jean Delvare · 16 years ago
  50. d2653e9 i2c: Add support for device alias names by Jean Delvare · 16 years ago
  51. 169b6a7 gpiochip_reserve() by Anton Vorontsov · 16 years ago
  52. 8d0aab2 gpiolib: dynamic gpio number allocation by Anton Vorontsov · 16 years ago
  53. e6de180 gpio: define gpio_is_valid() by Guennadi Liakhovetski · 16 years ago
  54. d72cbed gpiolib: i2c/spi drivers: handle rmmod better by Guennadi Liakhovetski · 16 years ago
  55. 438d890 gpiolib: better rmmod infrastructure by Guennadi Liakhovetski · 16 years ago
  56. 8420780 gpio/pca953x bugfix: mark as can_sleep by Arnaud Patard · 16 years ago
  57. f5e8ff4 gpio: handle pca953{4,5,6,7,8} too by Guennadi Liakhovetski · 16 years ago
  58. f3dc363 gpio: rename pca953x symbols by Guennadi Liakhovetski · 16 years ago
  59. d1c057e3 gpio: rename pca9539 driver by Guennadi Liakhovetski · 16 years ago
  60. 9e60fdc gpiolib: pca9539 i2c gpio expander support by eric miao · 16 years ago
  61. e58b9e2 mcp23s08 spi gpio expander support by David Brownell · 16 years ago
  62. 15fae37 gpiolib: pcf857x i2c gpio expander support by David Brownell · 16 years ago
  63. d2876d0 gpiolib: add gpio provider infrastructure by David Brownell · 16 years ago
  64. a9c5fff gpiolib: add drivers/gpio directory by David Brownell · 16 years ago