1. a37571a Merge tag 'pinctrl-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  2. fe0267f pinctrl: msm: Use devm_pinctrl_register() for pinctrl registration by Laxman Dewangan · 9 years ago
  3. 5f5e111 pinctrl: ssbi-mpp: Use devm_pinctrl_register() for pinctrl registration by Laxman Dewangan · 9 years ago
  4. 16f3b9c pinctrl: ssbi-gpi: Use devm_pinctrl_register() for pinctrl registration by Laxman Dewangan · 9 years ago
  5. ce18e59 pinctrl: spmi: Use devm_pinctrl_register() for pinctrl registration by Laxman Dewangan · 9 years ago
  6. b46ddfe pinctrl: spmi-gpio: Use devm_pinctrl_register() for pinctrl registration by Laxman Dewangan · 9 years ago
  7. d32f7fd pinctrl: Rename pinctrl_utils_dt_free_map to pinctrl_utils_free_map by Irina Tirdea · 9 years ago
  8. a9b0b1f pinctrl: qcom: ipq4019: fix register offsets by Matthew McClintock · 9 years ago
  9. cdbac73 pinctrl: qcom: ipq4019: fix the function enum for gpio mode by Matthew McClintock · 9 years ago
  10. 5303f78 pinctrl: qcom: ipq4019: set ngpios to correct value by Matthew McClintock · 9 years ago
  11. e260d2b pinctrl: qcom: ipq4019: Add IPQ4019 pinctrl support by Varadarajan Narayanan · 9 years ago
  12. ae6d54f pinctrl: qcom: spmi-mpp: Skip pullup on ULT type MPPs by Stephen Boyd · 9 years ago
  13. 58cf279a Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  14. 4afaee3 Revert "pinctrl: qcom: make PMIC drivers bool" by Stephen Boyd · 9 years ago
  15. a5ea13f pinctrl: qcom: Use platform_irq_count() instead of of_irq_count() by Stephen Boyd · 9 years ago
  16. 378596f pinctrl: ssbi-gpio: use gpiochip data pointer by Linus Walleij · 9 years ago
  17. ed47941 pinctrl: ssbi-mpp: use gpiochip data pointer by Linus Walleij · 9 years ago
  18. 064761d pinctrl: spmi-mpp: use gpiochip data pointer by Linus Walleij · 9 years ago
  19. c52d9df pinctrl: spmi: use gpiochip data pointer by Linus Walleij · 9 years ago
  20. fded3f4 pinctrl: msm: use gpiochip data pointer by Linus Walleij · 9 years ago
  21. 33203f5 pinctrl: qcom: fix up errorpath by Linus Walleij · 9 years ago
  22. b9164f04 gpio: ssbi-mpp: Be sure to clamp return value by Linus Walleij · 9 years ago
  23. 464231f pinctrl: ssbi-gpio: Be sure to clamp return value by Linus Walleij · 9 years ago
  24. 59663a4 pinctrl: spmi-mpp: Be sure to clamp return value by Linus Walleij · 9 years ago
  25. 86c1a21 pinctrl: spmi-gpio: Be sure to clamp return value by Linus Walleij · 9 years ago
  26. bda7c4c pinctrl: qcom: make PMIC drivers bool by Linus Walleij · 9 years ago
  27. 0529357 Merge tag 'v4.4-rc6' into devel by Linus Walleij · 9 years ago
  28. eb9610f pinctrl: qcom: spmi-mpp: Add pm8994 mpp support by Stephen Boyd · 9 years ago
  29. 016c2f4 pinctrl: qcom: spmi-gpio: Add pm8994 gpio support by Stephen Boyd · 9 years ago
  30. d1b49b6 pinctrl: qcom: Add msm8996 pinctrl driver by Joonwoo Park · 9 years ago
  31. ab4256c pinctrl: qcom: pmic-gpio/mpp: of_irq_count() == npins by Stephen Boyd · 9 years ago
  32. beee390 pinctrl: qcom: qdf2xxx: improve error checking and reporting by Timur Tabi · 9 years ago
  33. 58383c78 gpio: change member .dev to .parent by Linus Walleij · 9 years ago
  34. c3dd25c pinctrl: fix qcom ssbi drivers for 64-bit compilation by Arnd Bergmann · 9 years ago
  35. e86328c Merge tag 'gpio-v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  36. 11091fb pinctrl: qcom: ssbi: fix compilation with DEBUG_FS=n by Jonas Gorski · 9 years ago
  37. 98c85d5 pinctrl: replace trivial implementations of gpio_chip request/free by Jonas Gorski · 9 years ago
  38. fadb97b Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  39. bd0b9ac genirq: Remove irq argument from irq flow handlers by Thomas Gleixner · 9 years ago
  40. d259ec2 pinctrl: qcom: ssbi: convert null test to IS_ERR test by Julia Lawall · 9 years ago
  41. d1800c2 pinctrl/qcom/msm: Prepare msm_gpio_irq_handler for irq argument removal by Thomas Gleixner · 9 years ago
  42. 5663bb2 pinctrl: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc by Jiang Liu · 10 years ago
  43. 34c0ad8 pinctrl/qcom: Use irq_set_handler_locked() by Thomas Gleixner · 9 years ago
  44. 8f1338c pinctrl: add support for Qualcomm Technologies QDF2xxx ARM64 SoCs by Timur Tabi · 9 years ago
  45. b4c45fe pinctrl: qcom: ssbi: Family A gpio & mpp drivers by Bjorn Andersson · 9 years ago
  46. eb5c144 pinctrl: qcom: spmi-mpp: Transpose pinmux function by Bjorn Andersson · 10 years ago
  47. 099f3e4 pinctrl: qcom: spmi-mpp: Add support for setting analog output level by Bjorn Andersson · 9 years ago
  48. ad64498 pinctrl: qcom: Hook pm_power_down for shutdown support by Stephen Boyd · 9 years ago
  49. 0e94804 pinctrl: qcom: spmi-mpp: Implement support for sink mode by Bjorn Andersson · 10 years ago
  50. eaaf5dd pinctrl: qcom: spmi-mpp: Introduce defines for MODE_CTL by Bjorn Andersson · 10 years ago
  51. 7682b37 pinctrl: qcom: spmi-mpp: Fixes related to enable handling by Bjorn Andersson · 10 years ago
  52. ba5f94c pinctrl: qcom: spmi-mpp: Transition to generic dt binding parser by Bjorn Andersson · 10 years ago
  53. 93a4b1b Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 9 years ago
  54. 323de9e pinctrl: make pinctrl_register() return proper error code by Masahiro Yamada · 10 years ago
  55. 6955e6b pinctrl: qcom: Add MSM8660 pinctrl definitions by Bjorn Andersson · 10 years ago
  56. 41c64bb Merge tag 'gpio-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  57. 4e637ac pinctrl: qcom-spmi-mpp: Fix input value report by Ivan T. Ivanov · 10 years ago
  58. 24a6661 pinctrl: qcom-spmi-gpio: Fix input value report by Ivan T. Ivanov · 10 years ago
  59. 982df6a pinctrl: qcom-spmi-gpio: Fix output type configuration by Ivan T. Ivanov · 10 years ago
  60. dc39150 pinctrl: qcom-spmi: Fix pin direction configuration by Ivan T. Ivanov · 10 years ago
  61. 7414b09 pinctrl: Add support for PM8916 GPIO's and MPP's by Ivan T. Ivanov · 10 years ago
  62. 407f5e3 pinctrl: qcom: handle input-enable pinconf property by Stanimir Varbanov · 10 years ago
  63. 38d756a pinctrl: qcom: enable generic pinconf by Stanimir Varbanov · 10 years ago
  64. fc0d8fd pinctrl: qcom: delete pin_config_get/set pinconf operations by Stanimir Varbanov · 10 years ago
  65. 5373a2c pinctrl: qcom: Add msm8916 pinctrl driver by Joonwoo Park · 10 years ago
  66. 981de1c pinctrl: qcom: increase variable size for register offsets by Joonwoo Park · 10 years ago
  67. 4f06266 pinctrl: hide PCONFDUMP in #ifdef by Arnd Bergmann · 10 years ago
  68. b6afdbe Merge tag 'v3.19-rc6' into devel by Linus Walleij · 10 years ago
  69. bcd53f8 pinctrl: qcom: Don't iterate past end of function array by Stephen Boyd · 10 years ago
  70. f684e4a pinctrl: pinconf-generic: loose DT dependence by Linus Walleij · 10 years ago
  71. 7382b62 pinctrl: qcom-spmi-gpio: Migrate to pinconf-generic by Soren Brinkmann · 10 years ago
  72. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  73. cfb24f6 pinctrl: Qualcomm SPMI PMIC MPP pin controller driver by Ivan T. Ivanov · 10 years ago
  74. eadff30 pinctrl: Qualcomm SPMI PMIC GPIO pin controller driver by Ivan T. Ivanov · 10 years ago
  75. bdac6d4 pinctrl: qcom: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  76. ea58459 Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 10 years ago
  77. cf1fc18 pinctrl: qcom: use restart_notifier mechanism for ps_hold by Josh Cartwright · 10 years ago
  78. 2fcea6c pinctrl: remove remaining users of gpiochip_remove() retval by Linus Walleij · 10 years ago
  79. f712c55 pinctrl: qcom: Make the target processor value configurable by Georgi Djakov · 10 years ago
  80. c4f6f9c pinctrl: qcom: Add APQ8084 pinctrl support by Georgi Djakov · 10 years ago
  81. 03e9f0c pinctrl: clean up after enable refactoring by Linus Walleij · 10 years ago
  82. 3274558 pinctrl: qcom: Add support for reset for apq8064 by Pramod Gurav · 10 years ago
  83. c6e927a pinctrl: qcom: remove gpiochip in failure cases by Pramod Gurav · 10 years ago
  84. 1c34955 pinctrl: msm: drop negativity check on unsigned value by Andrey Utkin · 10 years ago
  85. 144ef62 pinctrl: qcom: Make muxing of gpio function explicit by Bjorn Andersson · 10 years ago
  86. 69b78b8 pinctrl: msm: move all qualcomm drivers to subdir by Linus Walleij · 10 years ago