1. 85f6d2d Merge tag 'gpio-v3.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  2. fac7fa1 gpio/omap: auto-setup a GPIO when used as an IRQ by Javier Martinez Canillas · 11 years ago
  3. fa365e4 gpio/omap: maintain GPIO and IRQ usage separately by Javier Martinez Canillas · 11 years ago
  4. 01eb2d1 gpio: rcar: Remove #gpio-range-cells DT property usage by Laurent Pinchart · 11 years ago
  5. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 11 years ago
  6. 5a7d8a2 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  7. 31f7c3a Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  8. 27c7651 Merge tag 'gpio-v3.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  9. 65d8765 gpio: return -ENOTSUPP if debounce cannot be set by Linus Walleij · 11 years ago
  10. be1a4b1 gpio: improve error path in gpiolib by Linus Walleij · 11 years ago
  11. 6c17aa0 gpio: add GPIO support for F71882FG and F71889F by Simon Guinot · 11 years ago
  12. 4597168 gpio: mcp23s08: rename the device tree property by Lars Poeschel · 11 years ago
  13. d9fe003 gpio: implement gpio-ranges binding document fix by Stephen Warren · 11 years ago
  14. 5877457 gpio: (gpio-pca953x) move header to linux/platform_data/ by Vivien Didelot · 11 years ago
  15. 6c56c6c gpio: samsung: Drop support for Exynos SoCs by Tomasz Figa · 11 years ago
  16. aca58a6 gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins. by David Daney · 11 years ago
  17. 655c4e7 gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init() by Laurent Pinchart · 11 years ago
  18. c990d6c gpio: pcf857x: Sort headers alphabetically by Laurent Pinchart · 11 years ago
  19. 31eb4b55 gpio: max7301: Reverting "Do not force SPI speed when using OF Platform" by Christophe Leroy · 11 years ago
  20. 2e7f612 gpio: Fix bit masking in Kontron PLD GPIO driver by Brunner Michael · 11 years ago
  21. 40a625d gpio: pca953x: fix gpio input on gpio offsets >= 8 by Andrew Ruder · 11 years ago
  22. 08a67a5 drivers/gpio: simplify use of devm_ioremap_resource by Julia Lawall · 11 years ago
  23. 388f430 drivers/gpio/gpio-omap.c: convert comma to semicolon by Julia Lawall · 11 years ago
  24. b168386 gpio-lynxpoint: Fix warning about unbalanced pm_runtime_enable by Mathias Nyman · 11 years ago
  25. 81e9df2 gpio: Fix platform driver name in Kontron PLD GPIO driver by Michael Brunner · 11 years ago
  26. 5b21533 gpio: adnp: Fix segfault if request_threaded_irq fails by Lars Poeschel · 11 years ago
  27. b3abebc gpio: msm: Staticize local variable 'msm_gpio' by Jingoo Han · 11 years ago
  28. eddf817 gpio: gpiolib-of.c: make error message more meaningful by adding the node name and index by Lothar Waßmann · 11 years ago
  29. e56aee1 gpio: use dev_get_platdata() by Jingoo Han · 11 years ago
  30. c0e811d gpio/mxc: add chained_irq_enter/exit() to mx2_gpio_irq_handler by Uwe Kleine-König · 11 years ago
  31. 8a56406 gpio-mcp23s08: i2c: auto-select base if no DT match or platform data by Daniel M. Weeks · 11 years ago
  32. 8b628c6 gpio: palmas: Fix misreported GPIO out value by Andrew Chew · 11 years ago
  33. 011b203 gpio_msm: Fix build error due to missing err.h by Stephen Boyd · 11 years ago
  34. 253403b Revert "gpio/omap: don't create an IRQ mapping for every GPIO on DT" by Linus Walleij · 11 years ago
  35. c119fee Revert "gpio/omap: auto request GPIO as input if used as IRQ via DT" by Linus Walleij · 11 years ago
  36. 27d470c Revert "gpio/omap: fix build error when OF_GPIO is not defined." by Linus Walleij · 11 years ago
  37. 5763318 gpio: palmas: add dt support by Laxman Dewangan · 11 years ago
  38. 18f92b1 gpio: gpio-mxc: Include "<linux/err.h>" by Fabio Estevam · 11 years ago
  39. 5dbb7c6 gpio: pxa: remove dead code by Daniel Mack · 11 years ago
  40. 640efa0 gpio: em: Add pinctrl support by Magnus Damm · 11 years ago
  41. d22fcde gpio: Kontron PLD gpio driver by Guenter Roeck · 11 years ago
  42. a3d88c9 gpiolib: replace strict_strtol() with kstrtol() by Jingoo Han · 11 years ago
  43. afe8ce9 drivers: gpio: msm: Fix the error condition for reading ngpio by Rohit Vaswani · 11 years ago
  44. a5d28d7 GPIO: gpio-twl6040: Remove support for legacy (pdata) mode by Peter Ujfalusi · 11 years ago
  45. 8cd73e4 gpio: gpio-mxc: Use devm functions by Fabio Estevam · 11 years ago
  46. 0477739 gpio-tz1090: convert to use generic irqchip by James Hogan · 11 years ago
  47. 79bb646 gpio-tz1090-pdc: add TZ1090 PDC gpio driver by James Hogan · 11 years ago
  48. 9caf1f2 gpio-tz1090: add TZ1090 gpio driver by James Hogan · 11 years ago
  49. 949eb1a gpio/omap: fix build error when OF_GPIO is not defined. by Javier Martinez Canillas · 11 years ago
  50. b4419e1 gpio/omap: auto request GPIO as input if used as IRQ via DT by Javier Martinez Canillas · 11 years ago
  51. 0e970ce gpio/omap: don't create an IRQ mapping for every GPIO on DT by Javier Martinez Canillas · 11 years ago
  52. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  53. 60b5adf Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  54. a4883ef Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  55. 0bf6a21 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  56. 3883cbb Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  57. d2033f2c Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  58. 22237d5 Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  59. 038f0ba Gpio/trivial: replace numeric with standard PM state macros by Yijing Wang · 11 years ago
  60. 397eada gpio/omap: don't use linear domain mapping for OMAP1 by Javier Martinez Canillas · 11 years ago
  61. fb90c22 gpio: mvebu: Use irq_get_trigger_type() to get IRQ flags by Javier Martinez Canillas · 11 years ago
  62. e7692e2 Merge tag 'renesas-gpio-rcar2-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers by Arnd Bergmann · 11 years ago
  63. ff8fa4e Merge tag 'remove-nondt-exynos-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/soc by Arnd Bergmann · 11 years ago
  64. 3bae481 gpiolib: remove warnning of allocations with IRQs disabled by Zhangfei Gao · 11 years ago
  65. 61e3884 gpio: grgpio: Staticize local symbols by Sachin Kamat · 11 years ago
  66. 10b20a9 gpio-langwell: remove Withney point support by Andy Shevchenko · 11 years ago
  67. 7f6569f gpio: ich: add GPO_BLINK support by Vincent Donnefort · 11 years ago
  68. 30d2266 gpio: rcar: fix gpio_rcar_of_table by Arnd Bergmann · 11 years ago
  69. e305062 gpio-rcar: Remove #ifdef CONFIG_OF around OF-specific sections by Laurent Pinchart · 11 years ago
  70. 880cf07 ARM: SAMSUNG: Introduce GPIO_SAMSUNG Kconfig entry by Tomasz Figa · 11 years ago
  71. 62ffac1 gpio-sta2x11: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  72. 68515bb gpio_msm: Convert to use devm_ioremap_resource by Tushar Behera · 11 years ago
  73. ae9550f gpio-rcar: Use OUTDT when reading GPIOs configured as output by Magnus Damm · 11 years ago
  74. cd73891 gpio-sta2x11: Fix potential NULL pointer dereference by Sachin Kamat · 11 years ago
  75. ea4a21a gpio/omap: omap_gpio_init_context stub must be inline by Arnd Bergmann · 11 years ago
  76. 83bf2db gpio: msm-v1: Remove errant __devinit to fix compile by Stephen Boyd · 11 years ago
  77. 713b7ef gpio: devres: make comments proper by Wolfram Sang · 11 years ago
  78. 78c7d8d GPIO: xilinx: Enable driver for Xilinx zynq by Michal Simek · 11 years ago
  79. 9f7f0b2 GPIO: xilinx: Use BIT macro by Michal Simek · 11 years ago
  80. cc090d6 GPIO: xilinx: Use __raw_readl/__raw_writel IO functions by Michal Simek · 11 years ago
  81. 74600ee GPIO: xilinx: Add support for dual channel by Michal Simek · 11 years ago
  82. 6f8bf50 GPIO: xilinx: Simplify driver probe function by Michal Simek · 11 years ago
  83. e456001 Merge tag 'msm-cleanup-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanup by Olof Johansson · 11 years ago
  84. bae994b Merge tag 'msm-fix-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/cleanup by Olof Johansson · 11 years ago
  85. f1324f6 Merge tag 'msm-fix-for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm into next/fixes-non-critical by Olof Johansson · 11 years ago
  86. 38d77ff Merge tag 'renesas-gpio-rcar-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/drivers by Olof Johansson · 11 years ago
  87. 43f6844 gpio: msm: Add device tree and irqdomain support for gpio-msm-v2 by Rohit Vaswani · 11 years ago
  88. 7ba655f gpio: msm-v1: Remove errant __devinit to fix compile by Stephen Boyd · 11 years ago
  89. eda9dcf ARM: msm: Remove gpiomux-v2 and re-organize MSM_GPIOMUX configs by Rohit Vaswani · 11 years ago
  90. 159f8a0 gpio-rcar: Add DT support by Laurent Pinchart · 11 years ago
  91. ea36b02 Merge branch 'clps711x/soc' into next/soc by Olof Johansson · 11 years ago
  92. a180132 GPIO: clps711x: Add DT support by Alexander Shiyan · 11 years ago
  93. 55fe14a GPIO: clps711x: Rewrite driver for using generic GPIO code by Alexander Shiyan · 11 years ago
  94. 0e81a35 Merge branch 'v3.11-next/driver-pinctrl' into v3.11-next/s3c24xx-driver by Kukjin Kim · 11 years ago
  95. 20e3753 Merge branch 'v3.11-next/driver-gpio' into v3.11-next/s3c24xx-driver by Kukjin Kim · 11 years ago
  96. 9fdb27d gpio: samsung: Remove OF support for s3c24xx by Sylwester Nawrocki · 11 years ago
  97. 620fa61 Merge tag 'renesas-pinmux-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc by Olof Johansson · 11 years ago
  98. 7e1092b gpio-rcar: Add support for IRQ_TYPE_EDGE_BOTH by Simon Horman · 11 years ago
  99. c234962 gpio-rcar: R-Car GPIO IRQ share interrupt by Kuninori Morimoto · 11 years ago
  100. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago