1. 38e003f gpio: Fix checkpatch.pl issues by Daniel Lockyer · 9 years ago
  2. 84f2899 gpio: pcf857x: handle only enabled irqs by Grygorii Strashko · 9 years ago
  3. f35bbf6 gpio / ACPI: Return -EPROBE_DEFER if the gpiochip was not found by Mika Westerberg · 9 years ago
  4. 2b528ff GPIO / ACPI: export acpi_gpiochip_request(free)_interrupts for module use by Hanjun Guo · 9 years ago
  5. a713890 gpio: improve error reporting on own descriptors by Linus Walleij · 9 years ago
  6. 8405f20 gpio: promote own request failure to pr_err() by Linus Walleij · 9 years ago
  7. bdf7a4a gpio: Added support to Zynq Ultrascale+ MPSoC by Anurag Kumar Vulisha · 9 years ago
  8. d342571 gpio: add ETRAXFS GPIO driver by Rabin Vincent · 9 years ago
  9. e2bfba4 fix documentation after renaming gpiod_set_array to gpiod_set_array_value by Rojhalat Ibrahim · 9 years ago
  10. 3b0213d gpio: Add GPIO support for Broadcom STB SoCs by Gregory Fong · 9 years ago
  11. 733cf01 gpio: xgene: add ACPI support for APM X-Gene GPIO standby driver by Y Vo · 9 years ago
  12. 81d49ce gpio: tb10x: Drop unneeded free_irq() call by Axel Lin · 9 years ago
  13. 61e749d gpio: crystalcove: set IRQCHIP_SKIP_SET_WAKE for the irqchip by Aaron Lu · 9 years ago
  14. 50f0907 gpio: stp-xway: Use the of_property_read_u32 helper by Martin Blumenstingl · 9 years ago
  15. ffb8e44 gpio: pcf857x: Check for irq_set_irq_wake() failures by Geert Uytterhoeven · 9 years ago
  16. 08b085a gpio-stp-xway: Fix enabling the highest bit of the PHY LEDs by Martin Blumenstingl · 9 years ago
  17. b6ac128 gpio: Prevent an integer overflow in the pca953x driver by Joshua Scott · 9 years ago
  18. 121dcb7 gpio: omap: rework omap_gpio_irq_startup to handle current pin state properly by Grygorii Strashko · 9 years ago
  19. c351817 gpio: omap: rework omap_gpio_request to touch only gpio specific registers by Grygorii Strashko · 9 years ago
  20. 6e96c1b gpio: omap: rework omap_x_irq_shutdown to touch only irqs specific registers by Grygorii Strashko · 9 years ago
  21. 1562e46 gpio: omap: fix error handling in omap_gpio_irq_type by Grygorii Strashko · 9 years ago
  22. 5f982c7 gpio: omap: fix omap_gpio_free to not clean up irq configuration by Grygorii Strashko · 9 years ago
  23. 501ef0f gpio: rcar: Check for irq_set_irq_wake() failures by Geert Uytterhoeven · 9 years ago
  24. 3fff99b gpiolib: rename gpiod_set_array to gpiod_set_array_value by Rojhalat Ibrahim · 9 years ago
  25. 20a8a96 Drivers: gpio: Fix spelling errors by Colin Cronin · 9 years ago
  26. af6c235 gpio: discourage passing base to gpio_chip by Linus Walleij · 9 years ago
  27. 25e4fe9 gpiolib: cleanup chained handler and data by Dmitry Eremin-Solenikov · 9 years ago
  28. 845c877 i2c / ACPI: Assign IRQ for devices that have GpioInt automatically by Mika Westerberg · 9 years ago
  29. dab472e i2c / ACPI: Use 0 to indicate that device does not have interrupt assigned by Mika Westerberg · 9 years ago
  30. 8864afa gpio: dln2: fix build breakage by Johan Hovold · 9 years ago
  31. b8a3f52 gpio: xlp: Add missing .owner and .label settings for gpio_chip by Axel Lin · 9 years ago
  32. 5b7d414 dt-bindings: add brcmstb-gpio GPIO binding by Gregory Fong · 9 years ago
  33. cef1717 gpio: sysfs: move irq trigger flags to class-device data by Johan Hovold · 9 years ago
  34. 427fdee gpio: sysfs: remove FLAG_SYSFS_DIR by Johan Hovold · 9 years ago
  35. 2f323b8 gpio: sysfs: rename active-low helper by Johan Hovold · 9 years ago
  36. 72eba6f gpio: sysfs: fix race between gpiod export and unexport by Johan Hovold · 9 years ago
  37. 6ffcb79 gpio: sysfs: use per-gpio locking by Johan Hovold · 9 years ago
  38. 56d30ec gpio: sysfs: clean up gpiod_export_link locking by Johan Hovold · 9 years ago
  39. e4339ce gpio: sysfs: clean up edge_store by Johan Hovold · 9 years ago
  40. 2ec74a9 gpio: sysfs: split irq allocation and deallocation by Johan Hovold · 9 years ago
  41. b91e180 gpio: sysfs: only call irq helper if needed by Johan Hovold · 9 years ago
  42. a08f5c2 gpio: sysfs: clean up interrupt-interface implementation by Johan Hovold · 9 years ago
  43. 0f62850 gpio: sysfs: remove redundant gpio-descriptor parameters by Johan Hovold · 9 years ago
  44. c43960f gpio: sysfs: add gpiod class-device data by Johan Hovold · 9 years ago
  45. f0b7866 gpio: sysfs: remove redundant export tests by Johan Hovold · 9 years ago
  46. 54d9acd gpio: sysfs: release irq after class-device deregistration by Johan Hovold · 9 years ago
  47. 6beac9d gpio: sysfs: use DEVICE_ATTR macros by Johan Hovold · 9 years ago
  48. 166a85e gpio: remove gpiod_sysfs_set_active_low by Johan Hovold · 9 years ago
  49. 426577b gpio: sysfs: rename gpiochip registration functions by Johan Hovold · 9 years ago
  50. 6a4b6b0 gpio: sysfs: clean up chip class-device handling by Johan Hovold · 9 years ago
  51. 3ff74be gpio: sysfs: reduce gpiochip-export locking scope by Johan Hovold · 9 years ago
  52. cecf58a gpio: sysfs: preparatory clean ups by Johan Hovold · 9 years ago
  53. 52176d0 gpio: sysfs: fix redundant lock-as-irq handling by Johan Hovold · 9 years ago
  54. fab28b8 gpio: clean up gpiochip_remove by Johan Hovold · 9 years ago
  55. 8becdc1 Merge tag 'v4.1-rc3' into devel by Linus Walleij · 9 years ago
  56. 3c1b5c9b gpio: xilinx: Fix kernel-doc warnings by Michal Simek · 9 years ago
  57. a4effdd gpio: x-gene: Remove a useless memset by Christophe Jaillet · 9 years ago
  58. f4f79d4 gpio: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  59. f1fb9c6 drivers/gpio: include <module.h> for modular crystalcove code by Paul Gortmaker · 9 years ago
  60. c884fbd gpio / ACPI: Add support for retrieving GpioInt resources from a device by Mika Westerberg · 9 years ago
  61. 442b249 gpio: mxc: read output value from GPIO_DR register by Vladimir Zapolskiy · 9 years ago
  62. f306633 gpio: moxart: get value of output gpio from generic driver by Vladimir Zapolskiy · 9 years ago
  63. b19e7f5 gpio: gpio-generic: add flag to read out output value from reg_set by Vladimir Zapolskiy · 9 years ago
  64. 030bbdb Linux 4.1-rc3 by Linus Torvalds · 9 years ago
  65. 01d0735 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  66. 332545b Merge tag 'drm-intel-fixes-2015-05-08' of git://anongit.freedesktop.org/drm-intel into drm-fixes by Dave Airlie · 9 years ago
  67. fdb68e0 drm: Zero out invalid vblank timestamp in drm_update_vblank_count. by Mario Kleiner · 9 years ago
  68. 41f2a93 Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  69. 8425ac7 Merge tag 'samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 9 years ago
  70. 8f59ae0 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  71. 51dfcb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
  72. 9d88f22 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  73. 95f3b1f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. 1a9f064 m32r: make flush_cpumask non-volatile. by Rusty Russell · 9 years ago
  75. 7e96c1b mnt: Fix fs_fully_visible to verify the root directory is visible by Eric W. Biederman · 9 years ago
  76. 95c607d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  77. f15133d path_openat(): fix double fput() by Al Viro · 9 years ago
  78. 766c4cb namei: d_is_negative() should be checked before ->d_seq validation by Al Viro · 9 years ago
  79. af64728 Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  80. 5d5df5e Merge tag 'dm-4.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 9 years ago
  81. 1daac19 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  82. 41c64bb Merge tag 'gpio-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  83. a8a0811 Merge tag 'mmc-4.1-rc2' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  84. 26b293e Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  85. 8cf5e6d ARM: dts: Add keep-power-in-suspend to WiFi SDIO node for exynos5250-snow by Javier Martinez Canillas · 9 years ago
  86. cb0f7c8 ARM: dts: Fix typo in trip point temperature for exynos5420/5440 by Abhilash Kesavan · 9 years ago
  87. ee2020a ARM: dts: add 'rtc_src' clock to rtc node for exynos4412-odroid boards by Markus Reichl · 9 years ago
  88. 0d74776 ARM: dts: Make DP a consumer of DISP1 power domain on Exynos5420 by Javier Martinez Canillas · 9 years ago
  89. c9d862c MAINTAINERS: add Conexant Digicolor machines entry by Baruch Siach · 9 years ago
  90. efadb75 MAINTAINERS: socfpga: update the git repo for SoCFPGA by Dinh Nguyen · 9 years ago
  91. 3790e39 drm/tegra: Don't use vblank_disable_immediate on incapable driver. by Mario Kleiner · 9 years ago
  92. 94754c1 Merge tag 'drm-amdkfd-fixes-2015-05-07' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes by Dave Airlie · 9 years ago
  93. 7122e50 Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 9 years ago
  94. 4de3bf6 mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLE by Zhangfei Gao · 9 years ago
  95. 4b24472 mmc: dw_mmc: init desc in dw_mci_idmac_init by Zhangfei Gao · 9 years ago
  96. 3e0283a Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  97. 9a5d931 Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp' by Rafael J. Wysocki · 9 years ago
  98. 68c2f356 Merge tag 'for-f2fs-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 9 years ago
  99. dc0e3db ARM: multi_v7_defconfig: Select more FSL SoCs by Fabio Estevam · 9 years ago
  100. d68b35f MAINTAINERS: replace an AT91 maintainer by Nicolas Ferre · 9 years ago