1. 47f4e0c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into pinmux-base by Simon Horman · 11 years ago
  2. 39b70ee gpio: pl061: bind pinctrl by gpio request by Haojian Zhuang · 11 years ago
  3. f1f7047 gpio: pl061: support irqdomain by Haojian Zhuang · 11 years ago
  4. 86853c8 gpio: add gpio offset in gpio range cells property by Haojian Zhuang · 11 years ago
  5. ad4e1a7 gpio: fix wrong checking condition for gpio range by Haojian Zhuang · 11 years ago
  6. 62f516b gpio: convert to idr_alloc() by Tejun Heo · 11 years ago
  7. 4c8c225 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  8. ab78265 Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 11 years ago
  9. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  10. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  11. b24174b Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  12. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  13. b3cdda2 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  14. 8a3a11f Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  15. c7886b1 gpio: em: Use irq_domain_add_simple() to fix runtime error by Magnus Damm · 11 years ago
  16. 29bde2d drivers/gpio: add missing GENERIC_HARDIRQ dependency by Heiko Carstens · 11 years ago
  17. 3d50a27 gpio: palmas: Add support for Palmas GPIO by Laxman Dewangan · 12 years ago
  18. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 11 years ago
  19. e9a65bb gpio: using common order: let 'static const' instead of 'const static' by Chen Gang · 11 years ago
  20. 9f01d30 gpio/vt8500: memory cleanup missing by Tony Prisk · 12 years ago
  21. 362432a gpiolib: Fix locking on gpio debugfs files by Grant Likely · 11 years ago
  22. 6c0b4e6 gpiolib: let gpio_chip reference its descriptors by Alexandre Courbot · 12 years ago
  23. 372e722 gpiolib: use descriptors internally by Alexandre Courbot · 12 years ago
  24. 83cabe3 gpiolib: use gpio_chips list in gpiochip_find_base by Alexandre Courbot · 12 years ago
  25. cb1650d gpiolib: use gpio_chips list in sysfs ops by Alexandre Courbot · 12 years ago
  26. 125eef9 gpiolib: use gpio_chips list in gpiochip_find by Alexandre Courbot · 12 years ago
  27. 65493e3 gpiolib: use gpio_chips list in gpiolib_sysfs_init by Alexandre Courbot · 12 years ago
  28. 1a989d0 gpiolib: link all gpio_chips using a list by Alexandre Courbot · 12 years ago
  29. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  30. 0fa2fd9 Merge branch 'linusw/devel' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git into gpio/next by Grant Likely · 11 years ago
  31. 46ebfbc gpio/langwell: cleanup driver by David Cohen · 12 years ago
  32. 936cb1b gpio/langwell: Add Cloverview ids to pci device table by David Cohen · 12 years ago
  33. 1d09aaa gpio/lynxpoint: add chipset gpio driver. by Mathias Nyman · 12 years ago
  34. 5b399db Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup by Olof Johansson · 11 years ago
  35. 476171ce gpiolib: add missing braces in gpio_direction_show by Alexandre Courbot · 11 years ago
  36. 1107ca1 gpiolib-acpi: Fix error checks in interrupt requesting by Mathias Nyman · 11 years ago
  37. de0ccf7 gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mapping by Anatolij Gustschin · 11 years ago
  38. 710b40e gpiolib: remove gpiochip_reserve() by Alexandre Courbot · 12 years ago
  39. a718ff6 gpio: delete AB8500 driver by Linus Walleij · 12 years ago
  40. 66d7990 gpio: mxs: Add IRQ_TYPE_EDGE_BOTH support by Gwenhael Goavec-Merou · 12 years ago
  41. 0d1c28a gpiolib-acpi: Add ACPI5 event model support to gpio. by Mathias Nyman · 12 years ago
  42. b533c86 ARM: dts: fix compatible value for exynos pinctrl by Kukjin Kim · 12 years ago
  43. f692543 ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440 by Thomas Abraham · 12 years ago
  44. b42748c gpio: pca953x: use managed resources by Linus Walleij · 12 years ago
  45. 0e8f2fd gpio: pca953x: use simple irqdomain by Gregory CLEMENT · 12 years ago
  46. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  47. 6c7e660a gpio: pxa: set initcall level to module init by Haojian Zhuang · 12 years ago
  48. 89f5df0 gpio: pca953x: add support for pca9505 by Gregory CLEMENT · 12 years ago
  49. f5f0b7a gpio: pca953x: make the register access by GPIO bank by Gregory CLEMENT · 12 years ago
  50. 641d034 gpio: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  51. 5985d76 gpio: pl061: set initcall level to module init by Haojian Zhuang · 12 years ago
  52. 6a89a31 gpio: devm_gpio_* support should not depend on GPIOLIB by Shawn Guo · 12 years ago
  53. 4c0ea23 drivers/gpio: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  54. ef5e3ee gpio: use pinctrl device name for add range by Haojian Zhuang · 12 years ago
  55. 11c0cee gpio: mvebu: Don't free chip label memory by Thierry Reding · 12 years ago
  56. 6948ce5 gpio: samsung: skip gpio lib registration for EXYNOS5440 by Kukjin Kim · 12 years ago
  57. c111fea gpio: twl4030: Cache the direction and output states in private data by Peter Ujfalusi · 12 years ago
  58. 72c7901 gpio: twl4030: Introduce private structure to store variables needed runtime by Peter Ujfalusi · 12 years ago
  59. dcb9c34 gpio: samsung: silent build warning for EXYNOS5 SoCs by Kukjin Kim · 12 years ago
  60. e4a5da5 gpio: samsung: fix pinctrl condition for exynos and exynos5440 by Kukjin Kim · 12 years ago
  61. 0a2691d ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.h by Kukjin Kim · 12 years ago
  62. 9b89cb8 gpio: samsung: remove inclusion <mach/regs-clock.h> by Kukjin Kim · 12 years ago
  63. ebe5a05 gpio: vt8500: Export dedicated GPIO before multifunction pins. by Tony Prisk · 12 years ago
  64. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  65. bc1008c gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIG by Gregory CLEMENT · 12 years ago
  66. d39a948 gpio/ich: Add missing spinlock init by Jean Delvare · 12 years ago
  67. 2dfea38 Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6 by Linus Torvalds · 12 years ago
  68. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  69. 698d601 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  70. db5b0ae Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  71. d01e4af Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  72. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  73. b0885d0 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  74. bad73c5 Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  75. 505cbed Merge tag 'pinctrl-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  76. fc13d5a gpio: Provide the STMPE GPIO driver with its own IRQ Domain by Lee Jones · 12 years ago
  77. 759f5f3 gpio: add TS-5500 DIO blocks support by Vivien Didelot · 12 years ago
  78. 805f864 gpio: pcf857x: use client->irq for gpio_to_irq() by Kuninori Morimoto · 12 years ago
  79. e41e85c treewide: Fix typos in various Kconfig by Masanari Iida · 12 years ago
  80. 86605cf gpio: stmpe: Add DT support for stmpe gpio by Vipul Kumar Samar · 12 years ago
  81. 8618b3b gpio: pl061 depends on ARM by Alessandro Rubini · 12 years ago
  82. d9ba102 Merge branch 'acpi-enumeration' by Rafael J. Wysocki · 12 years ago
  83. e29482e gpio / ACPI: add ACPI support by Mathias Nyman · 12 years ago
  84. 835c192 gpio/pl061: remove old comment by Baruch Siach · 12 years ago
  85. 206210c gpio: remove use of __devexit by Bill Pemberton · 12 years ago
  86. b5ba78d gpio: remove use of __devinitconst by Bill Pemberton · 12 years ago
  87. aeca8ad gpio: remove use of __devinitdata by Bill Pemberton · 12 years ago
  88. 3836309 gpio: remove use of __devinit by Bill Pemberton · 12 years ago
  89. 8283c4f gpio: remove use of __devexit_p by Bill Pemberton · 12 years ago
  90. 0dfeada Merge tag 'orion_dt_for_3.8' of git://git.infradead.org/users/jcooper/linux into next/dt by Olof Johansson · 12 years ago
  91. 0f9cb21 Merge tag 'v3.7-rc7' into next/cleanup by Olof Johansson · 12 years ago
  92. 49e928d GPIO: mvebu: Allow all plat-orion platforms. by Andrew Lunn · 12 years ago
  93. 24025f6 Merge branch 'next/dt-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/dt by Olof Johansson · 12 years ago
  94. 4aa7cf7 Merge branch 'next/gpio-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/drivers by Olof Johansson · 12 years ago
  95. 14591d8 mfd/rtc/gpio: twl: No need to allocate bigger buffer for write by Peter Ujfalusi · 12 years ago
  96. b4d4b1f gpiolib: Fix use after free in gpiochip_add_pin_range by Axel Lin · 12 years ago
  97. 316511c gpiolib: rename pin range arguments by Linus Walleij · 12 years ago
  98. 8f23ca1 gpiolib: return any error code from range creation by Linus Walleij · 12 years ago
  99. 192c369 gpiolib: rename find_pinctrl_* by Linus Walleij · 12 years ago
  100. 3f0f867 gpiolib: let gpiochip_add_pin_range() specify offset by Linus Walleij · 12 years ago