1. 06caa7a gpio: move U300 GPIO driver to drivers/gpio by Linus Walleij · 13 years ago
  2. 7812803 langwell_gpio: add runtime pm support by Kristen Carlson Accardi · 13 years ago
  3. 33226ff gpio/pca953x: Add support for pca9574 and pca9575 devices by Haojian Zhuang · 13 years ago
  4. 073cc4e gpio/cs5535: Show explicit dependency between gpio_cs5535 and mfd_cs5535 by Ed Wildgoose · 13 years ago
  5. 8b29336 Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  6. 3d2bdf7 mfd: Use mfd cell platform_data for janz cells platform bits by Samuel Ortiz · 13 years ago
  7. 9abd768 mfd: Use mfd cell platform_data for rdc321x cells platform bits by Samuel Ortiz · 13 years ago
  8. 3271d38 mfd: Use mfd cell platform_data for timberdale cells platform bits by Samuel Ortiz · 13 years ago
  9. 545554e drivers/gpio/ml_ioh_gpio.c needs slab.h by Andrew Morton · 13 years ago
  10. c5e7043 drivers/gpio/vx855_gpio.c needs slab.h by Andrew Morton · 13 years ago
  11. 280df6b basic_mmio_gpio: split into a gpio library and platform device by Jamie Iles · 13 years ago
  12. e849dc0 gpio: remove some legacy comments in build files by Linus Walleij · 13 years ago
  13. 3f397c21 gpio: add trace events for setting direction and value by Uwe Kleine-König · 13 years ago
  14. cc300d9 gpio/pca953x: Use handle_simple_irq instead of handle_edge_irq by Erik Botö · 13 years ago
  15. 8fa0c9b gpiolib: export gpiochip_find by Jean Delvare · 13 years ago
  16. 6cff9e2 gpio: remove redundant Kconfig depends on GPIOLIB by H Hartley Sweeten · 13 years ago
  17. fd99623 basic_mmio_gpio: convert to non-__raw* accessors by Jamie Iles · 13 years ago
  18. 3102911 basic_mmio_gpio: support direction registers by Jamie Iles · 13 years ago
  19. dd86a0c basic_mmio_gpio: support different input/output registers by Jamie Iles · 13 years ago
  20. e027d6f basic_mmio_gpio: detect output method at probe time by Jamie Iles · 13 years ago
  21. 364b5e8 basic_mmio_gpio: request register regions by Jamie Iles · 13 years ago
  22. 924e7a9 basic_mmio_gpio: allow overriding number of gpio by Jamie Iles · 13 years ago
  23. 4ddb8ae basic_mmio_gpio: convert to platform_{get,set}_drvdata() by Jamie Iles · 13 years ago
  24. 8467afe basic_mmio_gpio: remove runtime width/endianness evaluation by Jamie Iles · 13 years ago
  25. 85ee7a1 treewide: cleanup continuations and remove logging message whitespace by Joe Perches · 13 years ago
  26. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  27. 6b98cd5 Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  28. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 13 years ago
  29. 88aab93 gpio/pch_gpio: Fix output value of pch_gpio_direction_output() by Peter Tyser · 13 years ago
  30. ba43861 gpio/ml_ioh_gpio: Fix output value of ioh_gpio_direction_output() by Peter Tyser · 13 years ago
  31. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  32. 272df50 gpio/pca953x: fix error handling path in probe() call by Ben Dooks · 13 years ago
  33. 9ad198c gpio: ab8500: Mark broken by Thomas Gleixner · 13 years ago
  34. 0cb3fcd gpio: driver for 42 AB8500 GPIO pins by Bibek Basu · 14 years ago
  35. 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
  36. 08f1b80 gpio: Fold irq_set_chip/irq_set_handler to irq_set_chip_and_handler by Thomas Gleixner · 13 years ago
  37. b51804b gpio: Cleanup genirq namespace by Thomas Gleixner · 13 years ago
  38. b15f052 arm/gpio: Remove three copies of broken and racy debug code by Thomas Gleixner · 13 years ago
  39. f04ddfc gpio: Add Tunnel Creek support to sch_gpio by Denis Turischev · 13 years ago
  40. 46673ed rdc321x-southbridge: Use mfd_data instead of driver_data by Andres Salomon · 14 years ago
  41. 8615e4c mfd: mfd_cell is now implicitly available to janz drivers by Andres Salomon · 14 years ago
  42. e46dccf mfd: mfd_cell is now implicitly available to timberdale drivers by Andres Salomon · 14 years ago
  43. b061c59 Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  44. 84bead6 gpio/langwell: Clear edge bit before handling by Thomas Gleixner · 13 years ago
  45. 6d7ed21 Merge branches 'defcfg', 'drivers' and 'cyberpro-next' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  46. 732063b gpio/langwell: Simplify demux loop by Thomas Gleixner · 13 years ago
  47. 674db90 gpio/langwell: Convert irq name space by Thomas Gleixner · 13 years ago
  48. 20e2aa9 gpio/langwell: Fix broken irq_eoi change. by Thomas Gleixner · 13 years ago
  49. 61ab3fe gpio; Make Intel chipset gpio drivers depend on x86 by Thomas Gleixner · 13 years ago
  50. 36885ff gpio/cs5535-gpio: Fix section mismatch by Nikanth Karthikesan · 13 years ago
  51. 19234cd gpio: add MODULE_DEVICE_TABLE by Axel Lin · 13 years ago
  52. fc1599f gpio: Use __devexit at necessary places by Axel Lin · 13 years ago
  53. 98f51ca gpio: add MODULE_DEVICE_TABLE to pch_gpio and ml_ioh_gpio by Axel Lin · 13 years ago
  54. 0b7bb77 gpio/mcp23s08: support mcp23s17 variant by Peter Korsgaard · 13 years ago
  55. 9c3c8af Merge commit 'v2.6.38-rc8' into spi/next by Grant Likely · 13 years ago
  56. 1648237 gpio/pca953x: Fix wrong pointer type by Dirk Eibach · 13 years ago
  57. aa25afa ARM: amba: make probe() functions take const id tables by Russell King · 13 years ago
  58. 0ff56cd gpio/sx150x: Do not access I2C from mask/unmask functions by Thomas Gleixner · 14 years ago
  59. 6e20fb1 drivers/gpio/pca953x.c: add a mutex to fix race condition by Roland Stigge · 14 years ago
  60. 0766d20 langwell_gpio: modify EOI handling following change of kernel irq subsystem by Feng Tang · 14 years ago
  61. 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
  62. 7f5db6a gpio: timbgpio: Fix up irq_data conversion breakage. by Lennert Buytenhek · 14 years ago
  63. 1db0b42 gpio: Fix cs5535 printk warnings by Joe Perches · 14 years ago
  64. ec9d0cf gpio/misc: Add MODULE_ALIAS entries for CS5535 functions by Andres Salomon · 14 years ago
  65. df96669 gpio: Convert cs5535 from pci device to platform device by Andres Salomon · 14 years ago
  66. 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
  67. 49a3679 gpio/ml_ioh_gpio: ML7213 GPIO driver by Tomoya MORINAGA · 14 years ago
  68. 3251886 GPIO_VX855: eliminate kconfig dependency warning by Randy Dunlap · 14 years ago
  69. 6f7ab52 GPIO_RDC321X: select MFD_SUPPORT to squelch kconfig warning by Randy Dunlap · 14 years ago
  70. 67d15ed gpio: vr41xx_giu: irq_data conversion by Lennert Buytenhek · 14 years ago
  71. a1f5f22 gpio: timbgpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  72. 33fcc1b gpio: tc35892-gpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  73. 673860c gpio: sx150x: irq_data conversion by Lennert Buytenhek · 14 years ago
  74. 2a866f3 gpio: stmpe-gpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  75. b222186 gpio: pl061: irq_data conversion by Lennert Buytenhek · 14 years ago
  76. 6f5cfc0 gpio: pca953x: irq_data conversion by Lennert Buytenhek · 14 years ago
  77. fbc4667a gpio: max732x: irq_data conversion by Lennert Buytenhek · 14 years ago
  78. 5ffd72c gpio: langwell_gpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  79. 12401eed gpio: adp5588-gpio: irq_data conversion by Lennert Buytenhek · 14 years ago
  80. 1b912c1 drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO functionality by Andres Salomon · 14 years ago
  81. 6db9a0f Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 14 years ago
  82. 404a02c Merge branch 'devel-stable' into devel by Russell King · 14 years ago
  83. cde9efe Merge branch 'ux500-core' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into devel-stable by Russell King · 14 years ago
  84. 44658a1 cs5535-gpio: handle GPIO regs where higher (clear) bits are set by Andres Salomon · 14 years ago
  85. 0018516 cs5535-gpio: don't apply errata #36 to edge detect GPIOs by Andres Salomon · 14 years ago
  86. ca5f73a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 14 years ago
  87. e254811 gpiolib: gpio_request_one(): add missing gpio_free() by Aaro Koskinen · 14 years ago
  88. fa6469c gpio: Fix null pointer dereference while accessing rdc321x platform_data by Florian Fainelli · 14 years ago
  89. 20406eb mfd/tc3589x: rename tc35892 structs/registers to tc359x by Sundar Iyer · 14 years ago
  90. f4e8afd mfd/tc35892: rename tc35892 core driver to tc3589x by Sundar Iyer · 14 years ago
  91. c6eda6c mfd/tc35892: rename tc35892 header to tc3589x by Sundar Iyer · 14 years ago
  92. 20aeeb3 Merge branch 'topic/workq-update' into topic/asoc by Takashi Iwai · 14 years ago
  93. 853ff88 cs5535-gpio: apply CS5536 errata workaround for GPIOs by Andres Salomon · 14 years ago
  94. 4b66672 gpiolib: Add WM8958 support to the WM8994 driver by Mark Brown · 14 years ago
  95. 99ea262 gpio: Add VIA VX855 GPIO driver by Daniel Drake · 14 years ago
  96. 02bf074 gpio: Fix stmpe error path by Vasiliy Kulikov · 14 years ago
  97. f4ebcab gpio: Handle stmpe-gpio platform data with no gpio base by Virupax Sadashivpetimath · 14 years ago
  98. b8e9cf0 gpio: Add bitmask to block requests to unavailable stmpe GPIOs by Wolfram Sang · 14 years ago
  99. deb26e9 gpiolib: Hook up WM8994 gpio_to_irq() by Mark Brown · 14 years ago
  100. 72b4379 langwell_gpio: add support for whitney point by Alan Cox · 14 years ago