1. 1adde32 pinctrl: cherryview: Stop clearing the GPIO_EN bit from chv_gpio_disable_free by Hans de Goede · 6 years ago
  2. b6fb6e1 pinctrl: cherryview: Add chv_gpio_clear_triggering() helper function by Hans de Goede · 6 years ago
  3. 166d6e2 pinctrl: baytrail: Code formatting fixes by Andy Shevchenko · 6 years ago
  4. 5c20a02 pinctrl: icelake: Code formatting fixes by Andy Shevchenko · 6 years ago
  5. 3d5d096 pinctrl: cannonlake: Code formatting fixes by Andy Shevchenko · 6 years ago
  6. 6463955 pinctrl: geminilake: Code formatting fixes by Andy Shevchenko · 6 years ago
  7. cd06a5e pinctrl: broxton: Code formatting fixes by Andy Shevchenko · 6 years ago
  8. 1068934 pinctrl: lewisburg: Replace acpi.h with mod_devicetable.h by Andy Shevchenko · 6 years ago
  9. c73e7ad pinctrl: denverton: Replace acpi.h with mod_devicetable.h by Andy Shevchenko · 6 years ago
  10. 35bf500 pinctrl: cedarfork: Replace acpi.h with mod_devicetable.h by Andy Shevchenko · 6 years ago
  11. f27a0d9 pinctrl: merrifield: include bits.h instead of bitops.h by Andy Shevchenko · 6 years ago
  12. 0dd519e pinctrl: intel: Unexport intel_pinctrl_probe() by Andy Shevchenko · 6 years ago
  13. c34c177 pinctrl: sunrisepoint: Get rid of unneeded ->probe() stub by Andy Shevchenko · 6 years ago
  14. ec7cf5c pinctrl: icelake: Get rid of unneeded ->probe() stub by Andy Shevchenko · 6 years ago
  15. 9080e77 pinctrl: cannonlake: Get rid of unneeded ->probe() stub by Andy Shevchenko · 6 years ago
  16. bdc2bc7 pinctrl: broxton: Get rid of unneeded ->probe() stub by Andy Shevchenko · 6 years ago
  17. 883a60d pinctrl: lewisburg: Get rid of unneeded ->probe() stub by Andy Shevchenko · 6 years ago
  18. 185d33c pinctrl: denverton: Get rid of unneeded ->probe() stub by Andy Shevchenko · 6 years ago
  19. 6ad3d49 pinctrl: cedarfork: Get rid of unneeded ->probe() stub by Andy Shevchenko · 6 years ago
  20. cb035d7 pinctrl: intel: simplify getting .driver_data by Wolfram Sang · 6 years ago
  21. a4833c6 pinctrl: cherryview: simplify getting .driver_data by Wolfram Sang · 6 years ago
  22. d481de4 pinctrl: baytrail: simplify getting .driver_data by Wolfram Sang · 6 years ago
  23. ce96a3a pinctrl: geminilake: Sort register offsets by value by Andy Shevchenko · 6 years ago
  24. 2b3445c pinctrl: geminilake: Get rid of unneeded ->probe() stub by Andy Shevchenko · 6 years ago
  25. 08a3e5d pinctrl: geminilake: Update pin list for B0 stepping by Andy Shevchenko · 6 years ago
  26. 946ffef pinctrl: intel: Fix a spelling typo in kernel documentation by Andy Shevchenko · 6 years ago
  27. cd057a7 pinctrl: broxton: Convert unsigned to unsigned int by Andy Shevchenko · 6 years ago
  28. 4e737af pinctrl: cherryview: Convert unsigned to unsigned int by Andy Shevchenko · 6 years ago
  29. 939330d pinctrl: baytrail: Convert unsigned to unsigned int by Andy Shevchenko · 6 years ago
  30. 04035f7 pinctrl: intel: Convert unsigned to unsigned int by Andy Shevchenko · 6 years ago
  31. 30aa69e Merge tag 'v4.19-rc6' into devel by Linus Walleij · 6 years ago
  32. 72923e5 Revert "pinctrl: intel: Do pin translation when lock IRQ" by Mika Westerberg · 6 years ago
  33. e50d95e pinctrl: cannonlake: Fix HOSTSW_OWN register offset of H variant by Mika Westerberg · 6 years ago
  34. e99542f pinctrl: intel: merrifield: Group IO accessors in code by Andy Shevchenko · 6 years ago
  35. 5e0b7e7 pinctrl: intel: merrifield: Introduce mrfld_read_bufcfg() by Andy Shevchenko · 6 years ago
  36. 96147db pinctrl: intel: Do pin translation in other GPIO operations as well by Mika Westerberg · 6 years ago
  37. 994f886 pinctrl: cherryview: Remove linux/init.h and sort headers by Andy Shevchenko · 6 years ago
  38. a919684 pinctrl: cherryview: Describe members of couple of structs by Andy Shevchenko · 6 years ago
  39. e93ca9b pinctrl: cherryview: Remove unused groups of pins by Andy Shevchenko · 6 years ago
  40. 5458b7c pinctrl: cherryview: Re-use data structures from pinctrl-intel.h by Andy Shevchenko · 6 years ago
  41. e0da384 pinctrl: baytrail: Sort headers alphabetically by Andy Shevchenko · 6 years ago
  42. b76f191 pinctrl: baytrail: Remove unneeded MODULE_DEVICE_TABLE() by Andy Shevchenko · 6 years ago
  43. 677506e pinctrl: intel: Move linux/pm.h to the local header by Andy Shevchenko · 6 years ago
  44. 8e2aac3 pinctrl: cannonlake: Fix gpio base for GPP-E by Simon Detheridge · 6 years ago
  45. 1c5fb66 pinctrl: Include <linux/gpio/driver.h> nothing else by Linus Walleij · 6 years ago
  46. ae46108 pinctrl: lewisburg: Define PM ops via INTEL_PINCTRL_PM_OPS() by Andy Shevchenko · 6 years ago
  47. 558b34b pinctrl: sunrisepoint: Define PM ops via INTEL_PINCTRL_PM_OPS() by Andy Shevchenko · 6 years ago
  48. 4ee7341 pinctrl: icelake: Define PM ops via INTEL_PINCTRL_PM_OPS() by Andy Shevchenko · 6 years ago
  49. 6016b09 pinctrl: geminilake: Define PM ops via INTEL_PINCTRL_PM_OPS() by Andy Shevchenko · 6 years ago
  50. c804d8a pinctrl: denverton: Define PM ops via INTEL_PINCTRL_PM_OPS() by Andy Shevchenko · 6 years ago
  51. b417748 pinctrl: cedarfork: Define PM ops via INTEL_PINCTRL_PM_OPS() by Andy Shevchenko · 6 years ago
  52. 05a100e pinctrl: cannonlake: Define PM ops via INTEL_PINCTRL_PM_OPS() by Andy Shevchenko · 6 years ago
  53. 5689d6a pinctrl: broxton: Define PM ops via INTEL_PINCTRL_PM_OPS() by Andy Shevchenko · 6 years ago
  54. 6d7c05f pinctrl: intel: Introduce common macro for PM operations by Andy Shevchenko · 6 years ago
  55. 0c03e92 pinctrl: sunrisepoint: Convert to use intel_pinctrl_probe_by_hid() by Andy Shevchenko · 6 years ago
  56. c98a966 pinctrl: cannonlake: Convert to use intel_pinctrl_probe_by_hid() by Andy Shevchenko · 6 years ago
  57. 70c263c pinctrl: intel: Introduce intel_pinctrl_probe_by_hid() internal API by Andy Shevchenko · 6 years ago
  58. 61db6c9 pinctrl: baytrail: Convert to use device_get_match_data() by Andy Shevchenko · 6 years ago
  59. 79b7d19 pinctrl: geminilake: Convert to use intel_pinctrl_probe_by_uid() by Andy Shevchenko · 6 years ago
  60. 99d9806 pinctrl: broxton: Convert to use intel_pinctrl_probe_by_uid() by Andy Shevchenko · 6 years ago
  61. 924cf80 pinctrl: intel: Introduce intel_pinctrl_probe_by_uid() internal API by Andy Shevchenko · 6 years ago
  62. 803ceb2 pinctrl: intel: Fix a spelling typo in kernel documentation by Andy Shevchenko · 6 years ago
  63. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  64. cb85d2b pinctrl: intel: Don't shadow error code of gpiochip_lock_as_irq() by Andy Shevchenko · 6 years ago
  65. 973232e pinctrl: baytrail: actually print the apparently misconfigured pin by Alexander Stein · 6 years ago
  66. 17ac526 pinctrl: cannonlake: Fix community ordering for H variant by Andy Shevchenko · 6 years ago
  67. 55aedef5 pinctrl: intel: Do pin translation when lock IRQ by Andy Shevchenko · 6 years ago
  68. 399476b pinctrl: baytrail: Mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  69. ac31672 headers: separate linux/mod_devicetable.h from linux/platform_device.h by Randy Dunlap · 7 years ago
  70. 875a92b pinctrl: intel: Convert to use SPDX identifier by Andy Shevchenko · 7 years ago
  71. e6800d2 pinctrl: intel: Add Ice Lake PCH pin controller support by Andy Shevchenko · 7 years ago
  72. a319b56 pinctrl: cedarfork: Correct EAST pin ordering by Mika Westerberg · 7 years ago
  73. edb2a38 Merge tag 'pinctrl-v4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  74. 86c5dd6 pinctrl: cherryview: limit Strago DMI workarounds to version 1.0 by Dmitry Torokhov · 7 years ago
  75. c41eb2c pinctrl: sunrisepoint: Align GPIO number space with Windows by Mika Westerberg · 7 years ago
  76. 83b9dc1 pinctrl: cherryview: Associate IRQ descriptors to irqdomain by Mika Westerberg · 7 years ago
  77. 67e6d3e pinctrl: intel: Implement intel_gpio_get_direction callback by Javier Arteaga · 7 years ago
  78. ef991796 Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  79. 9291c65 pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts by Hans de Goede · 7 years ago
  80. d2b3c35 pinctrl: cherryview: Mask all interrupts on Intel_Strago based systems by Mika Westerberg · 7 years ago
  81. 33b6cb5 pinctrl: intel: ensure error return ret is initialized by Colin Ian King · 7 years ago
  82. f5a26ac pinctrl: intel: Initialize GPIO properly when used through irqchip by Mika Westerberg · 7 years ago
  83. cb5fda4 pinctrl: cannonlake: Align GPIO number space with Windows by Mika Westerberg · 7 years ago
  84. a60eac3 pinctrl: intel: Allow custom GPIO base for pad groups by Mika Westerberg · 7 years ago
  85. 03c4749 gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation by Mika Westerberg · 7 years ago
  86. dabd4bc pinctrl: intel: merrifield: Introduce ACPI device table by Andy Shevchenko · 7 years ago
  87. 4bd6683d pinctrl: denverton: Fix UART2 RTS pin mode by Andy Shevchenko · 7 years ago
  88. b630a23 Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 7 years ago
  89. 6aa2f94 Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  90. bee67c7 Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel by Linus Walleij · 7 years ago
  91. dc7b038 gpio: Move irq_valid_mask into struct gpio_irq_chip by Thierry Reding · 7 years ago
  92. f0fbe7b gpio: Move irqdomain into struct gpio_irq_chip by Thierry Reding · 7 years ago
  93. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  94. 0f80dbc pinctrl: intel: Add Intel Cedar Fork PCH pin controller support by Mika Westerberg · 7 years ago
  95. cf769bd pinctrl: intel: Make offset to interrupt status register configurable by Mika Westerberg · 7 years ago
  96. e2a021d pinctrl: Do not depend in GPIOLIB, select it by Linus Walleij · 7 years ago
  97. 845e405 pinctrl: cherryview: fix issues caused by dynamic gpio irqs mapping by Grygorii Strashko · 7 years ago
  98. 505485a pinctrl: cherryview fixed typo in comment by Chris Gorman · 7 years ago
  99. d68b42e pinctrl: intel: Read back TX buffer state by Andy Shevchenko · 7 years ago
  100. 8546137 pinctrl: intel: Decrease indentation in intel_gpio_set() by Andy Shevchenko · 7 years ago