1. 99ea262 gpio: Add VIA VX855 GPIO driver by Daniel Drake · 14 years ago
  2. 02bf074 gpio: Fix stmpe error path by Vasiliy Kulikov · 14 years ago
  3. f4ebcab gpio: Handle stmpe-gpio platform data with no gpio base by Virupax Sadashivpetimath · 14 years ago
  4. b8e9cf0 gpio: Add bitmask to block requests to unavailable stmpe GPIOs by Wolfram Sang · 14 years ago
  5. deb26e9 gpiolib: Hook up WM8994 gpio_to_irq() by Mark Brown · 14 years ago
  6. 72b4379 langwell_gpio: add support for whitney point by Alan Cox · 14 years ago
  7. fd0574c drivers/gpio/langwell_gpio.c: remove semicolons after function definitions by Andrew Morton · 14 years ago
  8. 04c17aa8 gpio: add Topcliff PCH GPIO driver by Tomoya MORINAGA · 14 years ago
  9. 459773a gpio: adp5588-gpio: support interrupt controller by Michael Hennerich · 14 years ago
  10. ead6db08 gpio: add support for 74x164 serial-in/parallel-out 8-bit shift register by Miguel Gaio · 14 years ago
  11. 76d800a gpio: timbgpio: use a copy of the IER register to avoid it being trashed by Tomas Hallenberg · 14 years ago
  12. aeec56e gpio: add driver for basic memory-mapped GPIO controllers by Anton Vorontsov · 14 years ago
  13. 8a233f01 pca953x: pca953x driver fixes for x86 mrst by Alek Du · 14 years ago
  14. 51f00a4 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  15. 23beab7 Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel by Russell King · 14 years ago
  16. a04e78b of: GPIO: Fix OF probing on little-endian systems by Michal Simek · 14 years ago
  17. f0a7a98 ARM: 6373/1: tc35892-gpio: add setup/remove callbacks by Rabin Vincent · 14 years ago
  18. 5affb60 gpio: sx150x: correct and refine reset-on-probe behavior by Gregory Bean · 14 years ago
  19. b12c35e gpiolib: Implement set_debounce for WM831x GPIOs by Mark Brown · 14 years ago
  20. 03f822f gpio: Add STMPE GPIO driver by Rabin Vincent · 14 years ago
  21. c34f16b gpio: sx150x: add Semtech I2C sx150x gpio expander driver by Gregory Bean · 14 years ago
  22. 364fadb3 gpiolib: allow nested threaded irqs for poll(2) by Daniel Gl?ckner · 14 years ago
  23. 5ba1821 gpiolib: get rid of struct poll_desc and worklet by Daniel Gl?ckner · 14 years ago
  24. 9c4ba94 gpiolib: decouple might_sleep_if() from DEBUG by David Brownell · 14 years ago
  25. 49946f6 pcf857x: support working w/o platform data by Dmitry Eremin-Solenikov · 14 years ago
  26. 4a22b8a gpio: max730x: make pullups configurable via platformdata by Marc Kleine-Budde · 14 years ago
  27. 03c0c29 Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  28. ceb0885 Merge branch 'misc' into devel by Russell King · 14 years ago
  29. 6a99ad4 gpio: fix spurious printk when freeing a gpio by Jon Povey · 14 years ago
  30. 2c39c9e ARM: Fix section build warnings for AMBA drivers by Russell King · 14 years ago
  31. 4e4f62b Merge commit 'v2.6.35-rc6' into devicetree/next by Grant Likely · 14 years ago
  32. d45840d Andres has moved by Andres Salomon · 14 years ago
  33. 391c970 of/gpio: add default of_xlate function if device has a node pointer by Anton Vorontsov · 14 years ago
  34. 594fa26 of/gpio: stop using device_node data pointer to find gpio_chip by Grant Likely · 14 years ago
  35. a19e3da of/gpio: Kill of_gpio_chip and add members directly to gpio_chip by Anton Vorontsov · 14 years ago
  36. cedb188 gpiolib: cosmetic improvements for error handling in gpiochip_add() by Anton Vorontsov · 14 years ago
  37. 926b1e2 drivers/gpio is platform-neutral by David Brownell · 14 years ago
  38. 75907a1 gpio: Fix inverted rdc321x gpio data out registers by Florian Fainelli · 14 years ago
  39. 8deca39e mfd: Change rdc321x resources flags to IORESOURCE_IO by Florian Fainelli · 14 years ago
  40. e4be3cb gpio: rdc321x needs to select MFD_CORE by Randy Dunlap · 14 years ago
  41. d88b25b gpio: Add TC35892 GPIO driver by Rabin Vincent · 14 years ago
  42. 374b72e gpio: Update gfp/slab.h includes for rdc321x by Tejun Heo · 14 years ago
  43. 800e69f gpio: Add support for Janz VMOD-TTL Digital IO module by Ira W. Snyder · 14 years ago
  44. 9956d02 gpio: Add support for RDC321x GPIO controller by Florian Fainelli · 14 years ago
  45. 48baa18 drivers/gpio/it8761e_gpio: check return value of gpiochip_remove() by Daniel Mack · 14 years ago
  46. 8081c84 gpio: add Penwell gpio support by Alek Du · 14 years ago
  47. c4b5be9 gpiolib: introduce set_debounce method by Felipe Balbi · 14 years ago
  48. 796a8e4 gpiolib: make gpiochip_add() show a better error message by Ben Dooks · 14 years ago
  49. a13c186 gpio: max732x: fix input configuration for open-drain pins by Marc Zyngier · 14 years ago
  50. 5535cb6 max732x: correct nr_port checking off by one error by Axel Lin · 14 years ago
  51. c1cc9b9 pl061: fix offset value range checking by Axel Lin · 14 years ago
  52. 7cfe139 gpiolib: a gpio is unsigned, so use %u to print it by Uwe Kleine-König · 14 years ago
  53. 6215499 gpiolib: make names array and its values const by Uwe Kleine-König · 14 years ago
  54. a80a0bb gpio: add interrupt handling capability to max732x by Marc Zyngier · 14 years ago
  55. cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 14 years ago
  56. 3ff195b sysfs: Implement sysfs tagged directory support. by Eric W. Biederman · 14 years ago
  57. d71f4ce Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 14 years ago
  58. 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 14 years ago
  59. 3c904af it8761e_gpio: fix bug in gpio numbering by Denis Turischev · 14 years ago
  60. 8f2adb7 Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  61. 6bec119 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  62. db7e1bc ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is not working. by viresh kumar · 14 years ago
  63. 3913fd5 gpio: potential null dereference by Dan Carpenter · 14 years ago
  64. a2cb9ae gpio: fix pca953x set_type 'scheduling while atomic' bug by Marc Zyngier · 14 years ago
  65. 64b997c5 ARM: 6060/1: PL061 GPIO: Setting gpio val after changing direction to OUT. by viresh kumar · 14 years ago
  66. 9a99d55 ARM: 6059/1: PL061 GPIO: Changing *_irq_chip_data with *_irq_data for real irqs. by viresh kumar · 14 years ago
  67. 2a48180 drivers/gpio/timbgpio.c: add missing unlock by Julia Lawall · 14 years ago
  68. ddf438c gpiolib: Implement gpio_to_irq for WM8994 GPIO controller by Mark Brown · 14 years ago
  69. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  70. 06ca02b drivers/gpio/max730x.c: add license macro by Richard Röjfors · 14 years ago
  71. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 14 years ago
  72. 860fb8c mfd: Fix lpc_sch related depends/selects, fix build error by Randy Dunlap · 14 years ago
  73. 8e7aafe gpio: Fix sch_gpio warning by Samuel Ortiz · 14 years ago
  74. be9b06b gpio: add Intel SCH GPIO controller driver by Denis Turischev · 14 years ago
  75. 1bca748 gpiolib: Force wm831x GPIOs into GPIO mode when requested by Mark Brown · 14 years ago
  76. f92e8f8 mfd: Add WM831x revision B support by Mark Brown · 14 years ago
  77. 6b8274f gpiolib: Correct debugfs display of WM831x GPIO inversion by Mark Brown · 14 years ago
  78. 3383d23 gpiolib: Actually set output state in wm831x_gpio_direction_output() by Mark Brown · 14 years ago
  79. 2955c30 gpiolib: Add WM8994 GPIO support by Mark Brown · 14 years ago
  80. 38f6ce4 gpiolib: Add support for WM8350 GPIO controller by Mark Brown · 14 years ago
  81. 9cc0cb3 gpio: introduce it8761e_gpio driver for IT8761E Super I/O chip by Denis Turischev · 14 years ago
  82. a8a5164 gpio: cs5535-gpio: fix input direction by Ben Gardner · 14 years ago
  83. 89ea8bb gpio: pca953x.c: add interrupt handling capability by Marc Zyngier · 14 years ago
  84. 8c35c89 timbgpio: add support for interrupt triggering on both flanks by Richard Röjfors · 14 years ago
  85. 3e45f1d gpio: introduce gpio_request_one() and friends by Eric Miao · 14 years ago
  86. e952805 gpio: add driver for MAX7300 I2C GPIO extender by Wolfram Sang · 14 years ago
  87. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 14 years ago
  88. e3cb91c timbgpio: fix build by David Miller · 14 years ago
  89. 8088409 gpio: adp5588-gpio: new driver for ADP5588 GPIO expanders by Michael Hennerich · 14 years ago
  90. 24f3c59 gpiolib: fix poll(2) support reconfigure on sysfs polarity change by Jani Nikula · 14 years ago
  91. 0769746 gpiolib: add support for changing value polarity in sysfs by Jani Nikula · 14 years ago
  92. 35570ac gpio: add GPIO driver for the Timberdale FPGA by Richard Röjfors · 14 years ago
  93. 4efec62 gpio: fix test on unsigned in lnw_irq_type() by Roel Kluin · 14 years ago
  94. c95d1e5 cs5535: drop the Geode-specific MFGPT/GPIO code by Andres Salomon · 14 years ago
  95. 1ea3fa7 cs5535-gpio: request function, mask & names added by Tobias Mueller · 14 years ago
  96. 5f0a96b cs5535-gpio: add AMD CS5535/CS5536 GPIO driver support by Andres Salomon · 14 years ago
  97. fc7b92f mfd: Rename all twl4030_i2c* by Balaji T K · 14 years ago
  98. b07682b mfd: Rename twl4030* driver files to enable re-use by Santosh Shilimkar · 14 years ago
  99. dc0fb25 gpiolib: Implement gpio_to_irq() for wm831x by Mark Brown · 15 years ago
  100. 7c29a47 gpio: adp5520: rename common defines and typos by Michael Hennerich · 15 years ago