1. e5744ab Merge tag 'mfd-for-linus-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 10 years ago
  2. cbda94e Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  3. 154d6f1 Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  4. 40d4d33 MIPS: VR41xx: Mark GPIO lines used for IRQ by Linus Walleij · 10 years ago
  5. b22978f gpio: rcar: Add helper variable dev = &pdev->dev by Geert Uytterhoeven · 10 years ago
  6. 8650ea1 gpio-lynxpoint: force gpio_get() to return "1" and "0" only by Mathias Nyman · 10 years ago
  7. c3626fd gpio: unmap gpio irqs properly by Linus Walleij · 10 years ago
  8. 2ddf6cd pch_gpio: set value before enabling output direction by Daniel Krueger · 10 years ago
  9. fc86035 gpio: moxart: Actually set output state in moxart_gpio_direction_output() by Axel Lin · 10 years ago
  10. c9e8dba gpio: moxart: Avoid forward declaration by Axel Lin · 10 years ago
  11. a585f87 gpio: mxs: Allow for recursive enable_irq_wake() call by Marek Vasut · 10 years ago
  12. 24016ab gpio: samsung: Add missing "break" statement by Alexander Shiyan · 10 years ago
  13. fd0f885 gpio: twl4030: Remove redundant assignment by Alexander Shiyan · 10 years ago
  14. 138d876 gpio: iop: fix devm_ioremap_resource() return value checking by Bartlomiej Zolnierkiewicz · 10 years ago
  15. 8d5b24b gpio: pl061: convert driver to use gpiolib irqchip by Linus Walleij · 10 years ago
  16. 1425052 gpio: add IRQ chip helpers in gpiolib by Linus Walleij · 10 years ago
  17. 3b92318 gpio: ich: Add support for Intel Avoton by Vincent Donnefort · 10 years ago
  18. e6540f3 gpio: ich: Add output levels cache support by Vincent Donnefort · 10 years ago
  19. bb62a35 gpio: ich: Add support for multiple register addresses by Vincent Donnefort · 10 years ago
  20. ba7f74f gpio: ich: Add blink capability option by Vincent Donnefort · 10 years ago
  21. 6a8a0c1 gpio: Driver for SYSCON-based GPIOs by Alexander Shiyan · 10 years ago
  22. 1933853 gpio: generic: Use platform_device_id->driver_data field for driver flags by Alexander Shiyan · 10 years ago
  23. 57ef042 gpio: switch drivers to use new callback by Linus Walleij · 10 years ago
  24. 473ed7b gpio / ACPI: Add support for ACPI GPIO operation regions by Mika Westerberg · 10 years ago
  25. 9e29442 Merge tag 'v3.14-rc6' into devel by Linus Walleij · 10 years ago
  26. 2360096 gpio: clamp returned values to the boolean range by Alexandre Courbot · 10 years ago
  27. 6072b9d gpio / ACPI: Rework ACPI GPIO event handling by Mika Westerberg · 10 years ago
  28. 4b01a14 gpio / ACPI: Rename acpi_gpio_evt_pin to acpi_gpio_event by Mika Westerberg · 10 years ago
  29. aa92b6f gpio / ACPI: Allocate ACPI specific data directly in acpi_gpiochip_add() by Mika Westerberg · 10 years ago
  30. 77c2d79 gpiolib: Allow GPIO chips to request their own GPIOs by Mika Westerberg · 10 years ago
  31. 22520ed gpio: Spelling s/than/that/ by Geert Uytterhoeven · 10 years ago
  32. 5da82ca gpio: cs5535: Simplify dependencies by Jean Delvare · 10 years ago
  33. 33bc841 gpio: mcp23s08: trivial: fixed coding style issues by Gary Servin · 10 years ago
  34. f561b42 gpio: max732x: Fix possible NULL pointer dereference on i2c_new_dummy error by Krzysztof Kozlowski · 10 years ago
  35. c75793d gpio: max732x: Fix I2C dummy device resource leak on probe failure by Krzysztof Kozlowski · 10 years ago
  36. 758afe4 gpio: davinci: fix gpio selection for OF by Alexander Holler · 10 years ago
  37. d3e1445 gpio-tz1090: Replace commas with semi-colons by James Hogan · 10 years ago
  38. f438acd gpio: remove misleading documentation by Linus Walleij · 10 years ago
  39. 76b3627 gpio: gpio-pl061: Use %pa to print 'resource_size_t' by Fabio Estevam · 10 years ago
  40. c7861f3 fix build error in gpio-dwapb patch by Alan Tull · 10 years ago
  41. feabf0c gpio: zevio: depend on ARM and OF_GPIO by Linus Walleij · 10 years ago
  42. de15011 gpio: remove obsolete tnetv107x driver by Arnd Bergmann · 10 years ago
  43. 7779b34 gpio: add a driver for the Synopsys DesignWare APB GPIO block by Jamie Iles · 10 years ago
  44. 0c6feb0 gpio: davinci: reuse for keystone soc by Grygorii Strashko · 10 years ago
  45. 9af4d80 gpio: New driver for LSI ZEVIO SoCs by Fabian Vogt · 10 years ago
  46. f29b9d1 gpio-ts5500: Add dependency by Jean Delvare · 10 years ago
  47. 2345385 Merge tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom into next/drivers by Arnd Bergmann · 10 years ago
  48. add798a gpio: msm: switch Kconfig to ARCH_QCOM depends by Kumar Gala · 10 years ago
  49. 3bde4d2 gpio: rc5t583: Remove redundant check by Alexander Shiyan · 10 years ago
  50. 58c0f5a gpio: davinci: Use signed type for 'irq' variable by Alexander Shiyan · 10 years ago
  51. 717f70e gpio: omap: Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  52. 09bafc3 gpio: pl061: Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  53. 2b1f597 gpio: pca953x: Fix gpio_base may not default to -1 by Aaron Sierra · 10 years ago
  54. e73760a gpio: pca953x: Add Exar XRA1202 by Aaron Sierra · 10 years ago
  55. eb32b5a gpio: pca953x: Add NXP PCA9698 by Aaron Sierra · 10 years ago
  56. 1e19169 gpio: pca953x: Add devices to Kconfig help by Aaron Sierra · 10 years ago
  57. 1163316 gpio: adp5588 - add support for gpio names by Jean-Francois Dagenais · 10 years ago
  58. 992196f gpio: adp5588: get value from data out when dir is out by Jean-Francois Dagenais · 10 years ago
  59. 390d82e gpiolib: ACPI: remove gpio_to_desc() usage by Alexandre Courbot · 10 years ago
  60. bb1e88c gpiolib: add gpiochip_get_desc() driver function by Alexandre Courbot · 10 years ago
  61. 90df4fe GPIO: gpiolib: correct description of gpiod_direction_output by Rahul Bedarkar · 10 years ago
  62. 01ca59f gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibility by Thomas Petazzoni · 10 years ago
  63. ff2ed04 gpio: ich: Add output levels cache support by Vincent Donnefort · 10 years ago
  64. b667cf4 gpio: ich: Add support for multiple register addresses by Vincent Donnefort · 10 years ago
  65. e54674f gpio: ich: Add blink capability option by Vincent Donnefort · 10 years ago
  66. ef70bbe gpio: make gpiod_direction_output take a logical value by Philipp Zabel · 10 years ago
  67. 25b35da gpio: generic: clamp retured value to [0,1] by Linus Walleij · 10 years ago
  68. f86b7c7 gpio: clps711x: Add missing .owner to struct gpio_chip by Axel Lin · 10 years ago
  69. a5d6d27 gpio: pl061: Select IRQ_DOMAIN rather than GENERIC_IRQ_CHIP by Axel Lin · 10 years ago
  70. 781f6d7 gpio: generic: Add label to platform data by Pawel Moll · 10 years ago
  71. b7ab697 gpio: bcm281xx: Use "unsigned gpio" consistently throughout the code by Markus Mayer · 10 years ago
  72. bea4dbe gpio: gpiolib-of: Use PTR_ERR_OR_ZERO by Sachin Kamat · 10 years ago
  73. bdb93c0 gpio: bcm281xx: Centralize register locking by Markus Mayer · 10 years ago
  74. d762bae gpio: bcm281xx: Fix parameter name for GPIO_CONTROL macro by Markus Mayer · 10 years ago
  75. 90d16a4 gpio: tb10x: GPIO_TB10X needs to select GENERIC_IRQ_CHIP by Axel Lin · 10 years ago
  76. 21708c9 gpio: clps711x: Add module alias to support module auto loading by Axel Lin · 10 years ago
  77. 6f587c9 gpio: bcm281xx: Update MODULE_AUTHOR by Markus Mayer · 10 years ago
  78. 84a3457 gpio: intel-mid: fix the incorrect return of idle callback by xinhui.pan · 10 years ago
  79. a0bbf03 gpio: intel-mid: comments cleanup by David Cohen · 10 years ago
  80. 9ae7e9e gpio: pl061: remove confusing naming by Linus Walleij · 11 years ago
  81. 438a2c9 gpio: pl061: refactor type setting by Linus Walleij · 11 years ago
  82. f6f2931 gpio: pl061: lock IRQs when starting them by Linus Walleij · 11 years ago
  83. 7808755 gpio: pl061: proper error messages by Linus Walleij · 11 years ago
  84. cffcc92 gpio: xtensa: fix build when XCHAL_HAVE_CP is 0 by Baruch Siach · 10 years ago
  85. 0ba3307 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  86. ac266635 Merge tag 'mfd-3.14-1' of git://git.linaro.org/people/ljones/mfd by Linus Torvalds · 10 years ago
  87. 8e50966 Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  88. 3b1ba0c gpio: lp3943: Remove redundant of_match_ptr helper by Sachin Kamat · 10 years ago
  89. 0cc59b9 gpio: add LP3943 I2C GPIO expander driver by Milo Kim · 11 years ago
  90. de755c3 gpio: mcp23s08: fix casting caused build warning by SeongJae Park · 10 years ago
  91. 01d7004 gpio: mcp23s08: depend on OF_GPIO by Linus Walleij · 10 years ago
  92. 4e47f91 gpio: mcp23s08: Add irq functionality for i2c chips by Lars Poeschel · 10 years ago
  93. 785acec ARM: S5P[v210|c100|64x0]: Fix build error by Sachin Kamat · 10 years ago
  94. 3018fd8 gpio: pxa: clamp gpio get value to [0,1] by Neil Zhang · 10 years ago
  95. b0161ca ARM: S3C[24|64]xx: move includes back under <mach/> scope by Linus Walleij · 10 years ago
  96. 5ccff85 gpio / ACPI: get rid of acpi_gpio.h by Mika Westerberg · 10 years ago
  97. 664e3e5 gpio / ACPI: register to ACPI events automatically by Mika Westerberg · 10 years ago
  98. aeccc1b gpio: f7188x: set can_sleep attribute by Simon Guinot · 10 years ago
  99. 527d164 gpio: samsung: Remove hardware.h inclusion by Sachin Kamat · 10 years ago
  100. a1a2bde gpio: xtensa: depend on HAVE_XTENSA_GPIO32 by Baruch Siach · 11 years ago