1. c226feb Merge branch 'for_3.0/gpio-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into gpio/merge by Grant Likely · 13 years ago
  2. 32919a2 gpio/samsung: make Kconfig options def_bool by H Hartley Sweeten · 13 years ago
  3. 0bf8fa0 gpio/exynos4: Fix incorrect mapping of gpio pull-up macro to register setting by Thomas Abraham · 13 years ago
  4. 85ec7b9 GPIO: OMAP: add locking around calls to _set_gpio_triggering by Colin Cross · 13 years ago
  5. 0622b25 GPIO: OMAP: fix setting IRQWAKEN bits for OMAP4 by Colin Cross · 13 years ago
  6. d52b31d GPIO: OMAP: fix section mismatch warnings by Russell King · 13 years ago
  7. 27721a5 gpio: Fix gpio-exynos4 build fails in mainline by Kyungmin Park · 13 years ago
  8. fac0486 arm gpio drivers: make them 'depends on ARM' by Linus Torvalds · 13 years ago
  9. 04830fc Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  10. 1486a74 Merge branch 'for_2.6.40/gpio-move' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into gpio/next by Grant Likely · 13 years ago
  11. bc786cc gpio/pch_gpio: Support new device ML7223 by Tomoya MORINAGA · 13 years ago
  12. 7c29597 gpio: make gpio_{request,free}_array gpio array parameter const by Lars-Peter Clausen · 13 years ago
  13. e5cdb13 GPIO: OMAP: move to drivers/gpio by Kevin Hilman · 13 years ago
  14. 11ad14f TPS65911: Add support for added GPIO lines by Jorge Eduardo Candelaria · 13 years ago
  15. 83545d8 GPIO: TPS65910: Move driver to drivers/gpio/ by Jorge Eduardo Candelaria · 13 years ago
  16. 82ab0f7 gpio: Move the s5pc100 GPIO to drivers/gpio by Kyungmin Park · 13 years ago
  17. 347ec4e gpio: Move the s5pv210 GPIO to drivers/gpio by Kyungmin Park · 13 years ago
  18. ab48f16 gpio: Move the exynos4 GPIO to drivers/gpio by Kyungmin Park · 13 years ago
  19. fed6a02 gpio: Move to Samsung common GPIO library to drivers/gpio by Kyungmin Park · 13 years ago
  20. bc6f5cf gpio/nomadik: add function to read GPIO pull down status by Rickard Andersson · 13 years ago
  21. 8ea72a3 gpio/nomadik: show all pins in debug by Rabin Vincent · 13 years ago
  22. 37d7245 gpio: move Nomadik GPIO driver to drivers/gpio by Grant Likely · 13 years ago
  23. 06caa7a gpio: move U300 GPIO driver to drivers/gpio by Linus Walleij · 13 years ago
  24. 7812803 langwell_gpio: add runtime pm support by Kristen Carlson Accardi · 13 years ago
  25. 33226ff gpio/pca953x: Add support for pca9574 and pca9575 devices by Haojian Zhuang · 13 years ago
  26. 073cc4e gpio/cs5535: Show explicit dependency between gpio_cs5535 and mfd_cs5535 by Ed Wildgoose · 13 years ago
  27. 8b29336 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  28. 3d2bdf7 mfd: Use mfd cell platform_data for janz cells platform bits by Samuel Ortiz · 13 years ago
  29. 9abd768 mfd: Use mfd cell platform_data for rdc321x cells platform bits by Samuel Ortiz · 13 years ago
  30. 3271d38 mfd: Use mfd cell platform_data for timberdale cells platform bits by Samuel Ortiz · 13 years ago
  31. 545554e drivers/gpio/ml_ioh_gpio.c needs slab.h by Andrew Morton · 13 years ago
  32. c5e7043 drivers/gpio/vx855_gpio.c needs slab.h by Andrew Morton · 13 years ago
  33. 280df6b basic_mmio_gpio: split into a gpio library and platform device by Jamie Iles · 13 years ago
  34. e849dc0 gpio: remove some legacy comments in build files by Linus Walleij · 13 years ago
  35. 3f397c21 gpio: add trace events for setting direction and value by Uwe Kleine-König · 13 years ago
  36. cc300d9 gpio/pca953x: Use handle_simple_irq instead of handle_edge_irq by Erik Botö · 13 years ago
  37. 8fa0c9b gpiolib: export gpiochip_find by Jean Delvare · 13 years ago
  38. 6cff9e2 gpio: remove redundant Kconfig depends on GPIOLIB by H Hartley Sweeten · 13 years ago
  39. fd99623 basic_mmio_gpio: convert to non-__raw* accessors by Jamie Iles · 13 years ago
  40. 3102911 basic_mmio_gpio: support direction registers by Jamie Iles · 13 years ago
  41. dd86a0c basic_mmio_gpio: support different input/output registers by Jamie Iles · 13 years ago
  42. e027d6f basic_mmio_gpio: detect output method at probe time by Jamie Iles · 13 years ago
  43. 364b5e8 basic_mmio_gpio: request register regions by Jamie Iles · 13 years ago
  44. 924e7a9 basic_mmio_gpio: allow overriding number of gpio by Jamie Iles · 13 years ago
  45. 4ddb8ae basic_mmio_gpio: convert to platform_{get,set}_drvdata() by Jamie Iles · 13 years ago
  46. 8467afe basic_mmio_gpio: remove runtime width/endianness evaluation by Jamie Iles · 13 years ago
  47. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 13 years ago
  48. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  49. 6b98cd5 Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  50. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  51. 88aab93 gpio/pch_gpio: Fix output value of pch_gpio_direction_output() by Peter Tyser · 13 years ago
  52. ba43861 gpio/ml_ioh_gpio: Fix output value of ioh_gpio_direction_output() by Peter Tyser · 13 years ago
  53. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  54. 272df50 gpio/pca953x: fix error handling path in probe() call by Ben Dooks · 13 years ago
  55. 9ad198c gpio: ab8500: Mark broken by Thomas Gleixner · 13 years ago
  56. 0cb3fcd gpio: driver for 42 AB8500 GPIO pins by Bibek Basu · 13 years ago
  57. 0dd61be Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  58. 08f1b80 gpio: Fold irq_set_chip/irq_set_handler to irq_set_chip_and_handler by Thomas Gleixner · 13 years ago
  59. b51804b gpio: Cleanup genirq namespace by Thomas Gleixner · 13 years ago
  60. b15f052 arm/gpio: Remove three copies of broken and racy debug code by Thomas Gleixner · 13 years ago
  61. f04ddfc gpio: Add Tunnel Creek support to sch_gpio by Denis Turischev · 13 years ago
  62. 46673ed rdc321x-southbridge: Use mfd_data instead of driver_data by Andres Salomon · 13 years ago
  63. 8615e4c mfd: mfd_cell is now implicitly available to janz drivers by Andres Salomon · 13 years ago
  64. e46dccf mfd: mfd_cell is now implicitly available to timberdale drivers by Andres Salomon · 13 years ago
  65. b061c59 Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  66. 84bead6 gpio/langwell: Clear edge bit before handling by Thomas Gleixner · 13 years ago
  67. 6d7ed21 Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  68. 732063b gpio/langwell: Simplify demux loop by Thomas Gleixner · 13 years ago
  69. 674db90 gpio/langwell: Convert irq name space by Thomas Gleixner · 13 years ago
  70. 20e2aa9 gpio/langwell: Fix broken irq_eoi change. by Thomas Gleixner · 13 years ago
  71. 61ab3fe gpio; Make Intel chipset gpio drivers depend on x86 by Thomas Gleixner · 13 years ago
  72. 36885ff gpio/cs5535-gpio: Fix section mismatch by Nikanth Karthikesan · 13 years ago
  73. 19234cd gpio: add MODULE_DEVICE_TABLE by Axel Lin · 13 years ago
  74. fc1599f gpio: Use __devexit at necessary places by Axel Lin · 13 years ago
  75. 98f51ca gpio: add MODULE_DEVICE_TABLE to pch_gpio and ml_ioh_gpio by Axel Lin · 13 years ago
  76. 0b7bb77 gpio/mcp23s08: support mcp23s17 variant by Peter Korsgaard · 13 years ago
  77. 9c3c8af Merge commit 'v2.6.38-rc8' into spi/next by Grant Likely · 13 years ago
  78. 1648237 gpio/pca953x: Fix wrong pointer type by Dirk Eibach · 13 years ago
  79. aa25afa ARM: amba: make probe() functions take const id tables by Russell King · 13 years ago
  80. 0ff56cd gpio/sx150x: Do not access I2C from mask/unmask functions by Thomas Gleixner · 13 years ago
  81. 6e20fb1 drivers/gpio/pca953x.c: add a mutex to fix race condition by Roland Stigge · 13 years ago
  82. 0766d20 langwell_gpio: modify EOI handling following change of kernel irq subsystem by Feng Tang · 14 years ago
  83. 822e521 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  84. 7f5db6a gpio: timbgpio: Fix up irq_data conversion breakage. by Lennert Buytenhek · 14 years ago
  85. 1db0b42 gpio: Fix cs5535 printk warnings by Joe Perches · 14 years ago
  86. ec9d0cf gpio/misc: Add MODULE_ALIAS entries for CS5535 functions by Andres Salomon · 14 years ago
  87. df96669 gpio: Convert cs5535 from pci device to platform device by Andres Salomon · 14 years ago
  88. 66dc918 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  89. 49a3679 gpio/ml_ioh_gpio: ML7213 GPIO driver by Tomoya MORINAGA · 14 years ago
  90. 3251886 GPIO_VX855: eliminate kconfig dependency warning by Randy Dunlap · 14 years ago
  91. 6f7ab52 GPIO_RDC321X: select MFD_SUPPORT to squelch kconfig warning by Randy Dunlap · 14 years ago
  92. 67d15ed gpio: vr41xx_giu: irq_data conversion by Lennert Buytenhek · 14 years ago
  93. a1f5f22 gpio: timbgpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  94. 33fcc1b gpio: tc35892-gpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  95. 673860c gpio: sx150x: irq_data conversion by Lennert Buytenhek · 14 years ago
  96. 2a866f3 gpio: stmpe-gpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  97. b222186 gpio: pl061: irq_data conversion by Lennert Buytenhek · 14 years ago
  98. 6f5cfc0 gpio: pca953x: irq_data conversion by Lennert Buytenhek · 14 years ago
  99. fbc4667a gpio: max732x: irq_data conversion by Lennert Buytenhek · 14 years ago
  100. 5ffd72c gpio: langwell_gpio: irq_data conversion by Lennert Buytenhek · 14 years ago