1. edadced gpio: dwapb: fix missing first irq for edgeboth irq type by Xiaoguang Chen · 8 years ago
  2. eb2ec49 MAINTAINERS: Take maintainership for GPIO ACPI support by Andy Shevchenko · 8 years ago
  3. 7f45a87 gpio: exar: Fix reading of directions and values by Jan Kiszka · 8 years ago
  4. 5dab587 gpio: exar: Allocate resources on behalf of the platform device by Jan Kiszka · 8 years ago
  5. d3936d7 gpio-exar/8250-exar: Fix passing in of parent PCI device by Jan Kiszka · 8 years ago
  6. f6ac438 gpio: mockup: use devm_kcalloc() where applicable by Bartosz Golaszewski · 8 years ago
  7. c60c7f4 gpio: mockup: add myself as author by Bartosz Golaszewski · 8 years ago
  8. ec604f1 gpio: mockup: improve the error message by Bartosz Golaszewski · 8 years ago
  9. 4dc9d76 gpio: mockup: don't return magic numbers from probe() by Bartosz Golaszewski · 8 years ago
  10. b652336 gpio: mockup: improve readability by Bartosz Golaszewski · 8 years ago
  11. b6c2e77 gpio: mockup: refuse to accept an odd number of GPIO ranges by Bartosz Golaszewski · 8 years ago
  12. 650b57b gpio: mockup: tweak gpio_mockup_event_write() by Bartosz Golaszewski · 8 years ago
  13. 6f9b3e7 gpio: mockup: improve the debugfs input sanitization by Bartosz Golaszewski · 8 years ago
  14. b6730b2 gpio: mvebu: Add support for the Armada 7K/8K SoCs by Gregory CLEMENT · 8 years ago
  15. 43a2dce gpio: mvebu: fix regmap_update_bits usage by Gregory CLEMENT · 8 years ago
  16. 3638bd4 gpio: zynq: Clarify quirk and provide helper function by Soren Brinkmann · 8 years ago
  17. 5117f2b MAINTAINERS: gpio: gpio-davinci: Add entry for gpio-davinci driver by Keerthy · 8 years ago
  18. ff8c474 gpio: merrifield: Remove unused header by Andy Shevchenko · 8 years ago
  19. ead066e gpio: of: Spelling: s/retures/returns/ by Geert Uytterhoeven · 8 years ago
  20. 665dff9 gpio: xra1403: select REGMAP_SPI by Arnd Bergmann · 8 years ago
  21. 073570dc gpiolib: remove unused variable by Arnd Bergmann · 8 years ago
  22. c1a4634 gpio: adp5588: move header file out of I2C realm by Wolfram Sang · 8 years ago
  23. e3fe07e gpio: ml-ioh: check the return value of irq_alloc_generic_chip() by Bartosz Golaszewski · 8 years ago
  24. d76e8ba gpio: sta2x11: check the return value of irq_alloc_generic_chip() by Bartosz Golaszewski · 8 years ago
  25. 09445a1 gpio: pch: check the return value of irq_alloc_generic_chip() by Bartosz Golaszewski · 8 years ago
  26. c7f5326 gpio: mockup: support irqmask and irqunmask by Bartosz Golaszewski · 8 years ago
  27. 01a3f23 gpio: mockup: be quiet unless something goes wrong by Bartosz Golaszewski · 8 years ago
  28. c650c00 gpio: mockup: add prefixes to the direction enum by Bartosz Golaszewski · 8 years ago
  29. c9546cf gpio: mockup: fix direction values by Bartosz Golaszewski · 8 years ago
  30. 923a654 gpiolib: Re-use bitmap_fill() instead of open coded loop by Andy Shevchenko · 8 years ago
  31. 193d092 PNP / ACPI: remove FSF address by Andy Shevchenko · 8 years ago
  32. 1d7f2cd PNP / ACPI: join strings back for better maintenance by Andy Shevchenko · 8 years ago
  33. 2a56e91 PNP / ACPI: add support for GpioInt resource type by Jagadish Krishnamoorthy · 8 years ago
  34. 25e3ef8 gpio: acpi: Split out acpi_gpio_get_irq_resource() helper by Andy Shevchenko · 8 years ago
  35. a31f5c3 gpio: acpi: Override GPIO initialization flags by Andy Shevchenko · 8 years ago
  36. 2eca25a gpio: acpi: Factor out acpi_gpio_to_gpiod_flags() helper by Andy Shevchenko · 8 years ago
  37. ed7fcf1 gpio: acpi: Explain how to get GPIO descriptors in ACPI case by Andy Shevchenko · 8 years ago
  38. 6fe9da4 gpio: acpi: Synchronize acpi_find_gpio() and acpi_gpio_count() by Andy Shevchenko · 8 years ago
  39. f10e4bf gpio: acpi: Even more tighten up ACPI GPIO lookups by Andy Shevchenko · 8 years ago
  40. fe06b56 gpio: acpi: Do sanity check for GpioInt in acpi_find_gpio() by Andy Shevchenko · 8 years ago
  41. 9e66504 gpio: acpi: Align acpi_find_gpio() with DT version by Andy Shevchenko · 8 years ago
  42. c29fd9e gpiolib: Export gpiod_configure_flags() to internal users by Andy Shevchenko · 8 years ago
  43. ca37978 gpio: of: Add documentation of new sleep standard GPIO specifiers by Charles Keepax · 8 years ago
  44. 27a49ed gpio: arizona: Add support for GPIOs that need to be maintained by Charles Keepax · 8 years ago
  45. 05f479b gpio: Add new flags to control sleep status of GPIOs by Charles Keepax · 8 years ago
  46. f9e3a41 gpio: of: Reflect decoupling of open collector and active low/high by Charles Keepax · 8 years ago
  47. 6dc0048 gpio: davinci: Handle return value of clk_prepare_enable by Arvind Yadav · 8 years ago
  48. f37e335 gpio: mvebu: Select REGMAP_MMIO now that regmap is used by Gregory CLEMENT · 8 years ago
  49. 240d3d5 gpio: xlp: update GPIO_XLP dependency by Jayachandran C · 8 years ago
  50. b6480fa gpio: pcf857x: move header file out of I2C realm by Wolfram Sang · 8 years ago
  51. 0a848d6 gpio: max732x: move header file out of I2C realm by Wolfram Sang · 8 years ago
  52. 3b4c94b gpio: mvebu: allow building driver for Armada 7K/8K by Gregory CLEMENT · 8 years ago
  53. 2233bf7 gpio: mvebu: switch to regmap for register access by Thomas Petazzoni · 8 years ago
  54. 6ec015d gpio: mvebu: sort header include by Gregory CLEMENT · 8 years ago
  55. 350fe5e Merge branch 'mcp23s08' of /home/linus/linux-pinctrl into devel by Linus Walleij · 8 years ago
  56. 7f38c5b pinctrl: mcp23s08: fix comment for mcp23s08_platform_data.base by Sebastian Reichel · 8 years ago
  57. d8f4494 pinctrl: mcp23s08: drop comment about missing irq support by Sebastian Reichel · 8 years ago
  58. ce9bd0a pinctrl: mcp23s08: simplify spi_present_mask handling by Sebastian Reichel · 8 years ago
  59. 5b1a7e8 pinctrl: mcp23s08: generalize irq property handling by Sebastian Reichel · 8 years ago
  60. 0d7fcd5 pinctrl: mcp23s08: simplify spi pdata handling by Sebastian Reichel · 8 years ago
  61. 5f853ac pinctrl: mcp23s08: simplify i2c pdata handling by Sebastian Reichel · 8 years ago
  62. d0e49da pinctrl: mcp23s08: switch to devm_gpiochip_add_data by Sebastian Reichel · 8 years ago
  63. 2f98e78 pinctrl: mcp23s08: use managed kzalloc for mcp by Sebastian Reichel · 8 years ago
  64. 2e29e76 pinctrl: mcp23s08: irq mapping is already done by Sebastian Reichel · 8 years ago
  65. 25ca1ce pinctrl: mcp23s08: drop OF_GPIO dependency by Sebastian Reichel · 8 years ago
  66. 8f38910 pinctrl: mcp23s08: switch to regmap caching by Sebastian Reichel · 8 years ago
  67. d795cb5 pinctrl: mcp23s08: drop pullup config from pdata by Sebastian Reichel · 8 years ago
  68. 82039d2 pinctrl: mcp23s08: add pinconf support by Sebastian Reichel · 8 years ago
  69. 64ac43e gpio: mcp23s08: move to pinctrl by Sebastian Reichel · 8 years ago
  70. 39d2675 gpio: xra1403: Add XRA1403 support to MAINTAINERS file by Nandor Han · 8 years ago
  71. 5704520 gpio: xra1403: Add EXAR XRA1403 SPI GPIO expander driver by Nandor Han · 8 years ago
  72. 7808c42 gpio: zynq: remove unneeded (void *) casts in of_match_table by Masahiro Yamada · 8 years ago
  73. 226b224 gpio: export add/remove lookup table functions by Anatolij Gustschin · 8 years ago
  74. 7b0db55 gpio: fix description for gpio-ranges example by Uwe Kleine-König · 8 years ago
  75. 0833289 Linux 4.12-rc2 by Linus Torvalds · 8 years ago
  76. 33c9e97 x86: fix 32-bit case of __get_user_asm_u64() by Linus Torvalds · 8 years ago
  77. 334a023 Clean up x86 unsafe_get/put_user() type handling by Linus Torvalds · 8 years ago
  78. f3926e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  79. 970c305 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  80. e7a3d62 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  81. a8c3954 osf_wait4(): fix infoleak by Al Viro · 8 years ago
  82. a7cc722 fix unsafe_put_user() by Al Viro · 8 years ago
  83. 56f410c Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  84. 894e216 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  85. 549f01a nvmet: release the sq ref on rdma read errors by Vijay Immanuel · 8 years ago
  86. 4b8ba5f nvmet-fc: remove target cpu scheduling flag by James Smart · 8 years ago
  87. 2952a87 nvme-fc: stop queues on error detection by James Smart · 8 years ago
  88. 85e6a6a nvme-fc: require target or discovery role for fc-nvme targets by James Smart · 8 years ago
  89. 4123109 nvme-fc: correct port role bits by James Smart · 8 years ago
  90. f63572d nvme: unmap CMB and remove sysfs file in reset path by Jon Derrick · 8 years ago
  91. ef82f1a Merge tag 'staging-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  92. 3202629 Merge tag 'usb-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  93. 331da10 Merge tag 'char-misc-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  94. ec53c02 Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 8 years ago
  95. cf80a6f Merge tag 'drm-fixes-for-v4.12-rc2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  96. 6fe1de4 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  97. 8c3fc16 Merge branch 'libnvdimm-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  98. 0bdc6fd Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 8 years ago
  99. d4c6cd1 Merge tag 'iommu-fixes-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  100. 4217fdd Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago