1. 74d1426 pinctrl: tegra: set low power mode bank width to 2 by Pritesh Raithatha · 12 years ago
  2. de9487c pinctrl: tegra: correct bank for pingroup and drv pingroup by Pritesh Raithatha · 12 years ago
  3. 162e808 pinctrl: dynamically alloc temp array when parsing dt pinconf options by Heiko Stübner · 11 years ago
  4. 829a05d pinctrl: handle zero found dt pinconfig properties better by Heiko Stübner · 11 years ago
  5. b87b814 pinctrl: clarify some dt pinconfig options by Heiko Stübner · 11 years ago
  6. 06c0400 pinctrl: add function to parse generic pinconfig properties from a dt node by Heiko Stübner · 11 years ago
  7. a4e478c pinctrl: add pinconf-generic define for a pin-default pull by Heiko Stübner · 11 years ago
  8. b9ae045 pinconf-generic: add BIAS_BUS_HOLD pinconf by James Hogan · 11 years ago
  9. 2dd1521 pinconf-generic: add drive strength to debugfs output by James Hogan · 11 years ago
  10. 8bec91e pinmux: forbid mux_usecount to be set at UINT_MAX by Richard Genoud · 11 years ago
  11. 4f124b5 pinctrl: generic: Fix compilation error by Sachin Kamat · 11 years ago
  12. 0b8ceb7 pinctrl: Print the correct information in debugfs pinconf-state file by Laurent Pinchart · 11 years ago
  13. eda8952b pinctrl: generic: rename input schmitt disable by Haojian Zhuang · 11 years ago
  14. a31518f pinctrl/pinconfig: add debug interface by Laurent Meunier · 11 years ago
  15. c9dc9e7 pinctrl: core: Make pinctrl_release static by Sachin Kamat · 11 years ago
  16. 9b6740c drivers/pinctrl: grab default handles from device core by Linus Walleij · 11 years ago
  17. 8d08d96 pinctrl: generic: add slew rate config parameter by Haojian Zhuang · 11 years ago
  18. 4614e78 pinctrl: core: get devname from pinctrl_dev by Haojian Zhuang · 11 years ago
  19. 6c15999 pinctrl: do not defer device tree hogs by Linus Walleij · 12 years ago
  20. 50ec39a pinctrl: add pinconf-generic defines for output by Linus Walleij · 12 years ago
  21. b02491e pinctrl: add sleep mode management for hogs by Julien Delacou · 12 years ago
  22. 6eacf84 pinctrl: skip deferral of hogs by Linus Walleij · 12 years ago
  23. 8527f41 pinctrl: fix comment mistake by Linus Walleij · 12 years ago
  24. 71064ad pinctrl: Drop selecting PINCONF for MMP2, PXA168 and PXA910 by Axel Lin · 12 years ago
  25. 24abc3d pinctrl: generic: add input schmitt disable parameter by Haojian Zhuang · 12 years ago
  26. 257ad89 pinctrl: add function to retrieve range from pin by Linus Walleij · 12 years ago
  27. 4035a6b pinctrl: make range registration defer properly by Linus Walleij · 12 years ago
  28. 9577ee8 gpiolib: rename find_pinctrl_* by Linus Walleij · 12 years ago
  29. 9f0488d pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF by Axel Lin · 12 years ago
  30. 1f14945 pinctrl: pinmux: Release all taken pins in pinmux_enable_setting error paths by Axel Lin · 12 years ago
  31. 4aca036 gpiolib: separation of pin concerns by Linus Walleij · 12 years ago
  32. e77d22c gpiolib: provide provision to register pin ranges by Shiraz Hashim · 12 years ago
  33. 6b74abd Revert "pinctrl: remove pinctrl_remove_gpio_range" by Viresh Kumar · 12 years ago
  34. 696b23a pinctrl: reserve pins when states are activated by Linus Walleij · 12 years ago
  35. c76fbb7 pinctrl: fix missing unlock on error in pinctrl_groups_show() by Wei Yongjun · 12 years ago
  36. fd4c73c pinctrl: remove mutex lock in groups show by Haojian Zhuang · 12 years ago
  37. 1c2c4bc pinctrl: Fix potential memory leak in pinctrl_register_one_pin() by Sachin Kamat · 12 years ago
  38. 8ce52e0 pinctrl: use kasprintf() in pinmux_request_gpio() by Thomas Petazzoni · 12 years ago
  39. b32fc67 trivial: pinctrl core: remove extraneous code lines by Richard Genoud · 12 years ago
  40. cc92f7e pinctrl: select the proper symbol by Linus Walleij · 12 years ago
  41. 89b725e pinctrl: add pinctrl_add_gpio_ranges function by Dong Aisheng · 12 years ago
  42. 8f83ecd pinctrl: remove pinctrl_remove_gpio_range by Dong Aisheng · 12 years ago
  43. 8f4ca4c pinctrl/pinctrl-core: cleanup pinctrl_register by Devendra Naga · 12 years ago
  44. 20adcc7 pinctrl: fix a minor harmless typo by Guennadi Liakhovetski · 12 years ago
  45. 36591d6 pinctrl: make pinmux disable function optional by Dong Aisheng · 12 years ago
  46. e90e7c4 pinctrl: a minor error checking improvement for pinconf by Dong Aisheng · 12 years ago
  47. 07aa3d9 pinctrl: add more info to error msgs in pin_request by Stephen Warren · 12 years ago
  48. d6ae0911 pinctrl: support gpio request deferred probing by Dong Aisheng · 12 years ago
  49. 1484b14 pinctrl: add pinctrl_provide_dummies interface for platforms to use by Dong Aisheng · 12 years ago
  50. a5982f0 pinctrl: enhance reporting of errors when loading from DT by John Crispin · 12 years ago
  51. 5a0fa5b pinctrl: propagate map validation errors by Stephen Warren · 12 years ago
  52. f0011d6 pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_setting by John Crispin · 12 years ago
  53. 38491d2 pinctrl: show pin name for pingroups in sysfs by Dong Aisheng · 12 years ago
  54. 200f130 pinctrl: show pin name when request pins by Dong Aisheng · 12 years ago
  55. 4be45fa pinctrl: implement devm_pinctrl_get()/put() by Stephen Warren · 12 years ago
  56. e7a7b81 pinctrl: a minor fix of pin config debug information by Dong Aisheng · 12 years ago
  57. ac9a29d pinctrl: pinconf: fix compilation error if PINCONF is not selected by Viresh Kumar · 12 years ago
  58. bb5febf pinctrl: allow pctldevs to decode pin config in debugfs by Stephen Warren · 12 years ago
  59. fd887fa pinctrl: ifdef CONFIG_DEBUG_FS cleanup by Stephen Warren · 12 years ago
  60. 2c38250 pinctrl: mark non-EXPERIMENTAL by Linus Walleij · 12 years ago
  61. a13f7d3 pinctrl: implement pinctrl deferred probing by Linus Walleij · 12 years ago
  62. cd2d5b3 pinctrl: add some error checking for user interfaces by Dong Aisheng · 12 years ago
  63. 4e99dd4 pinctrl: fix pinmux_check_ops error checking by Dong Aisheng · 12 years ago
  64. 203c1b3 pinctrl: replace list_*() with get_*_count() by Viresh Kumar · 12 years ago
  65. 502e9e1 pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRL by Stephen Warren · 12 years ago
  66. c221fde pinctrl: core device tree mapping table parsing support by Stephen Warren · 12 years ago
  67. f84cc34 pinctrl: implement pinctrl_check_ops by Stephen Warren · 12 years ago
  68. dc0b1aa pinctrl: support pinconfig on the U300 by Linus Walleij · 13 years ago
  69. a050b3e pinctrl/coh901: use generic pinconf enums and parameters by Linus Walleij · 13 years ago
  70. 394349f pinctrl: introduce generic pin config by Linus Walleij · 13 years ago
  71. 70b3637 pinctrl: fix error path in pinconf_map_to_setting() by Linus Walleij · 12 years ago
  72. 652162d pinctrl: allow concurrent gpio and mux function ownership of pins by Stephen Warren · 12 years ago
  73. a6c3b33 Merge branch 'pinctrl-tegra-for-next-diet' into for-next by Linus Walleij · 12 years ago
  74. 872acc3 pinctrl: include machine header to core.h by Linus Walleij · 12 years ago
  75. 971dac7 pinctrl: add a driver for NVIDIA Tegra by Stephen Warren · 12 years ago
  76. ba110d9 pinctrl: Show selected function and group in pinmux-pins debugfs by Stephen Warren · 12 years ago
  77. 1e2082b pinctrl: enhance mapping table to support pin config operations by Stephen Warren · 12 years ago
  78. 6e5e959 pinctrl: API changes to support multiple states per device by Stephen Warren · 12 years ago
  79. 0e3db17 pinctrl: add usecount to pins for muxing by Stephen Warren · 12 years ago
  80. 7ecdb16 pinctrl: refactor struct pinctrl handling in core.c vs pinmux.c by Stephen Warren · 12 years ago
  81. 57b676f pinctrl: fix and simplify locking by Stephen Warren · 12 years ago
  82. 962bcbc pinctrl: fix the pin descriptor kerneldoc by Linus Walleij · 12 years ago
  83. 110e4ec pinctrl: assume map table entries can't have a NULL name field by Stephen Warren · 12 years ago
  84. 46919ae pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that state by Stephen Warren · 12 years ago
  85. d4e3198 pinctrl: enhance pinctrl_get() to handle multiple functions by Stephen Warren · 12 years ago
  86. 3eedb43 pinctrl: move pinctrl-maps debugfs file to top-level by Stephen Warren · 12 years ago
  87. 1cf94c4 pinctrl: make the pinmux-pins more helpful by Linus Walleij · 12 years ago
  88. 2304b47 pinctrl: remove pin and hogs locks from struct pinctrl_dev by Stephen Warren · 12 years ago
  89. 02f5b98 pinctrl: allocate sizeof(*p) instead of sizeof(struct foo) by Stephen Warren · 12 years ago
  90. 95dcd4a pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanups by Stephen Warren · 12 years ago
  91. 1681f5a pinctrl: disallow map table entries with NULL dev_name field by Stephen Warren · 12 years ago
  92. f7b9006 pinctrl: fix pinconf_groups_show() to emit newline by Stephen Warren · 12 years ago
  93. 3cc70ed pinctrl: record a pin owner, not mux function, when requesting pins by Stephen Warren · 12 years ago
  94. b1eed4e pinctrl: error if mapping table's control dev can't be found by Stephen Warren · 12 years ago
  95. f026fe3 pinctrl: downgrade pinctrl_get warning when no maps are found by Stephen Warren · 12 years ago
  96. 9891d98 pinctrl: assume map table entries can't have a NULL ctrl_dev_name field by Stephen Warren · 12 years ago
  97. 128a06d pinctrl: spawn U300 pinctrl from the COH901 GPIO by Linus Walleij · 12 years ago
  98. 4ecce45 pinctrl: core.c/h cleanups by Stephen Warren · 12 years ago
  99. 2b69425 pinctrl: Re-order pinconf.[ch] to match each-other by Stephen Warren · 12 years ago
  100. 03665e0 pinctrl: Re-order pinmux.[ch] to match each-other by Stephen Warren · 12 years ago