1. a4ba5e1 gpio: mvebu: add dbg_show function by Simon Guinot · 11 years ago
  2. 047b93a MAX7301 GPIO: Do not force SPI speed when using OF Platform by Christophe Leroy · 11 years ago
  3. 195c65e gpio: gpio-tps65910.c: fix checkpatch error by Laurent Navet · 11 years ago
  4. 8a29a40 gpio: gpio-timberdale.c: fix checkpatch error by Laurent Navet · 11 years ago
  5. e90c636 gpio: gpio-tc3589x.c: fix checkpatch errors by Laurent Navet · 11 years ago
  6. 8ab2a6d gpio: gpio-stp-xway.c: fix checkpatch error by Laurent Navet · 11 years ago
  7. be41cf5 gpio: gpio-sch.c: fix checkpatch error by Laurent Navet · 11 years ago
  8. e37f4af gpio: gpio-pxa.c: fix checkpatch errors by Laurent Navet · 11 years ago
  9. 50e4443 gpio: gpio-pca953x.c: fix checkpatch error by Laurent Navet · 11 years ago
  10. e83507b gpio: gpio-omap.c: fix checkpatch error by Laurent Navet · 11 years ago
  11. f4dcd2d gpio: gpio-mvebu.c: fix checkpatch errors by Laurent Navet · 11 years ago
  12. 9ccb1a2 gpio: gpiolib-of.c: fix checkpatch error by Laurent Navet · 11 years ago
  13. 493294d gpio: mc33880: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 11 years ago
  14. 6c0cf42 gpio: 74x164: use spi_get_drvdata() and spi_set_drvdata() by Jingoo Han · 11 years ago
  15. 30db2bd gpio: mc33880: use dev_err() instead of printk() by Jingoo Han · 11 years ago
  16. f39f54a gpio: pcf857x: use devm_kzalloc() by Jingoo Han · 11 years ago
  17. 632d8e5 gpio: mc33880: use devm_kzalloc() by Jingoo Han · 11 years ago
  18. b09638a gpio: max732x: use devm_kzalloc() by Jingoo Han · 11 years ago
  19. 4cb06cd gpio: max7301: use devm_kzalloc() by Jingoo Han · 11 years ago
  20. c3fe2bf gpio: max7300: use devm_kzalloc() by Jingoo Han · 11 years ago
  21. 24bb381 gpio: adp5520: use devm_kzalloc() by Jingoo Han · 11 years ago
  22. 808c513 gpio/vt8500: Convert to devm_ioremap_resource() by Sachin Kamat · 11 years ago
  23. 1cfe6f8 gpio: em: Make use of devm functions by Magnus Damm · 11 years ago
  24. 977d16b gpio-lynxpoint: Add X86 dependency and io-port handling header. by Mathias Nyman · 11 years ago
  25. 61d793b gpio/gpio-ich: make ichx_gpio_check_available() return a pure boolean value by Mika Westerberg · 11 years ago
  26. 3cbf182 gpio-sch: Allow for more than 8 lines in the resume well by Darren Hart · 11 years ago
  27. 0213049 Add TI TCA9554 to supported devices table by Nikolay Balandin · 11 years ago
  28. 5c97d14 gpio: viperboard: Remove duplicate code to set gpio->gpiob_val by Axel Lin · 11 years ago
  29. 25f27db gpio-ich: Check for pin availability at request time by Jean Delvare · 11 years ago
  30. 753c598 gpio/em: Add Device Tree support by Magnus Damm · 11 years ago
  31. 8d4c277 gpio/omap: warn if bank is not enabled on setting irq type by Jon Hunter · 11 years ago
  32. ede4d7a gpio/omap: convert gpio irq domain to linear mapping by Jon Hunter · 11 years ago
  33. 165b6c2 gpio/tegra: assume CONFIG_OF by Stephen Warren · 12 years ago
  34. e97f9b5 gpio/gpio-ich: fix ichx_gpio_check_available() return what callers expect by Mika Westerberg · 11 years ago
  35. 24d7628 gpiolib: move comment to right function by Alexandre Courbot · 12 years ago
  36. def6343 gpiolib: use const parameters when possible by Alexandre Courbot · 12 years ago
  37. bcabdef gpiolib: check descriptors validity before use by Alexandre Courbot · 12 years ago
  38. 62f516b gpio: convert to idr_alloc() by Tejun Heo · 11 years ago
  39. 4c8c225 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  40. 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
  41. 81ec44a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  42. b274776 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  43. b24174b Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  44. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  45. b3cdda2 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  46. 8a3a11f Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  47. c7886b1 gpio: em: Use irq_domain_add_simple() to fix runtime error by Magnus Damm · 12 years ago
  48. 29bde2d drivers/gpio: add missing GENERIC_HARDIRQ dependency by Heiko Carstens · 12 years ago
  49. 3d50a27 gpio: palmas: Add support for Palmas GPIO by Laxman Dewangan · 12 years ago
  50. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 12 years ago
  51. e9a65bb gpio: using common order: let 'static const' instead of 'const static' by Chen Gang · 12 years ago
  52. 9f01d30 gpio/vt8500: memory cleanup missing by Tony Prisk · 12 years ago
  53. 362432a gpiolib: Fix locking on gpio debugfs files by Grant Likely · 12 years ago
  54. 6c0b4e6 gpiolib: let gpio_chip reference its descriptors by Alexandre Courbot · 12 years ago
  55. 372e722 gpiolib: use descriptors internally by Alexandre Courbot · 12 years ago
  56. 83cabe3 gpiolib: use gpio_chips list in gpiochip_find_base by Alexandre Courbot · 12 years ago
  57. cb1650d gpiolib: use gpio_chips list in sysfs ops by Alexandre Courbot · 12 years ago
  58. 125eef9 gpiolib: use gpio_chips list in gpiochip_find by Alexandre Courbot · 12 years ago
  59. 65493e3 gpiolib: use gpio_chips list in gpiolib_sysfs_init by Alexandre Courbot · 12 years ago
  60. 1a989d0 gpiolib: link all gpio_chips using a list by Alexandre Courbot · 12 years ago
  61. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 12 years ago
  62. 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 · 12 years ago
  63. 46ebfbc gpio/langwell: cleanup driver by David Cohen · 12 years ago
  64. 936cb1b gpio/langwell: Add Cloverview ids to pci device table by David Cohen · 12 years ago
  65. 1d09aaa gpio/lynxpoint: add chipset gpio driver. by Mathias Nyman · 12 years ago
  66. 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 · 12 years ago
  67. 476171ce gpiolib: add missing braces in gpio_direction_show by Alexandre Courbot · 12 years ago
  68. 1107ca1 gpiolib-acpi: Fix error checks in interrupt requesting by Mathias Nyman · 12 years ago
  69. de0ccf7 gpio: mpc8xxx: don't set IRQ_TYPE_NONE when creating irq mapping by Anatolij Gustschin · 12 years ago
  70. 710b40e gpiolib: remove gpiochip_reserve() by Alexandre Courbot · 12 years ago
  71. a718ff6 gpio: delete AB8500 driver by Linus Walleij · 12 years ago
  72. 66d7990 gpio: mxs: Add IRQ_TYPE_EDGE_BOTH support by Gwenhael Goavec-Merou · 12 years ago
  73. 0d1c28a gpiolib-acpi: Add ACPI5 event model support to gpio. by Mathias Nyman · 12 years ago
  74. b533c86 ARM: dts: fix compatible value for exynos pinctrl by Kukjin Kim · 12 years ago
  75. f692543 ARM: dts: Fix compatible value of pinctrl module on EXYNOS5440 by Thomas Abraham · 12 years ago
  76. b42748c gpio: pca953x: use managed resources by Linus Walleij · 12 years ago
  77. 0e8f2fd gpio: pca953x: use simple irqdomain by Gregory CLEMENT · 12 years ago
  78. 422d26b Merge 3.8-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  79. 6c7e660a gpio: pxa: set initcall level to module init by Haojian Zhuang · 12 years ago
  80. 89f5df0 gpio: pca953x: add support for pca9505 by Gregory CLEMENT · 12 years ago
  81. f5f0b7a gpio: pca953x: make the register access by GPIO bank by Gregory CLEMENT · 12 years ago
  82. 641d034 gpio: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  83. 5985d76 gpio: pl061: set initcall level to module init by Haojian Zhuang · 12 years ago
  84. 6a89a31 gpio: devm_gpio_* support should not depend on GPIOLIB by Shawn Guo · 12 years ago
  85. 4c0ea23 drivers/gpio: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  86. ef5e3ee gpio: use pinctrl device name for add range by Haojian Zhuang · 12 years ago
  87. 11c0cee gpio: mvebu: Don't free chip label memory by Thierry Reding · 12 years ago
  88. 6948ce5 gpio: samsung: skip gpio lib registration for EXYNOS5440 by Kukjin Kim · 12 years ago
  89. c111fea gpio: twl4030: Cache the direction and output states in private data by Peter Ujfalusi · 12 years ago
  90. 72c7901 gpio: twl4030: Introduce private structure to store variables needed runtime by Peter Ujfalusi · 12 years ago
  91. dcb9c34 gpio: samsung: silent build warning for EXYNOS5 SoCs by Kukjin Kim · 12 years ago
  92. e4a5da5 gpio: samsung: fix pinctrl condition for exynos and exynos5440 by Kukjin Kim · 12 years ago
  93. 0a2691d ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.h by Kukjin Kim · 12 years ago
  94. 9b89cb8 gpio: samsung: remove inclusion <mach/regs-clock.h> by Kukjin Kim · 12 years ago
  95. ebe5a05 gpio: vt8500: Export dedicated GPIO before multifunction pins. by Tony Prisk · 12 years ago
  96. 0fe763c Drivers: misc: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  97. bc1008c gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIG by Gregory CLEMENT · 12 years ago
  98. d39a948 gpio/ich: Add missing spinlock init by Jean Delvare · 12 years ago
  99. 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
  100. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago