1. 1fb1f05 pinctrl: return -ENOMEM instead of -EINVAL for kasprintf() failure by Masahiro Yamada · 8 years ago
  2. cf9d994 pinctrl: do not care about blank pin name by Masahiro Yamada · 8 years ago
  3. dff4359 pinctrl: convert to use match_string() helper by Andy Shevchenko · 8 years ago
  4. 163dc9f pinctrl: join lines that can be a single line within 80 columns by Masahiro Yamada · 9 years ago
  5. e324957 pinctrl: use dev_err() to show message in pinmux_func_name_to_selector() by Masahiro Yamada · 9 years ago
  6. 9d7ebbb pinctrl: don't print unavailable function groups by Ludovic Desroches · 9 years ago
  7. 8150885 pinctrl: improve debugfs for strict controllers by Linus Walleij · 9 years ago
  8. 8c4c201 pinctrl: move strict option to pinmux_ops by Linus Walleij · 9 years ago
  9. fa76a3d pinctrl: allow exlusive GPIO/mux pin allocation by Sonic Zhang · 9 years ago
  10. 03e9f0c pinctrl: clean up after enable refactoring by Linus Walleij · 10 years ago
  11. 2243a87 pinctrl: avoid duplicated calling enable_pinmux_setting for a pin by Fan Wu · 10 years ago
  12. e5b3b2d pinctrl: allows not to define the get_group_pins operation by Antoine Ténart · 10 years ago
  13. 808e657 pinctrl: remove minor dead code by Michael Opdenacker · 11 years ago
  14. 1c8e794 pinctrl: improve warning messages by Linus Walleij · 11 years ago
  15. 744f0a9 pinctrl: pinmux: Don't free pins requested by other devices in pinmux_disable_setting. by Sonic Zhang · 11 years ago
  16. 42fed7b pinctrl: move subsystem mutex to pinctrl_dev struct by Patrice Chotard · 11 years ago
  17. 740924a pinmux: forbid mux_usecount to be set at UINT_MAX by Richard Genoud · 11 years ago
  18. e38d457 pinctrl: pinmux: Release all taken pins in pinmux_enable_setting error paths by Axel Lin · 12 years ago
  19. 1a78958 pinctrl: reserve pins when states are activated by Linus Walleij · 12 years ago
  20. 23a895a pinctrl: use kasprintf() in pinmux_request_gpio() by Thomas Petazzoni · 12 years ago
  21. 02b50ce pinctrl: make pinmux disable function optional by Dong Aisheng · 12 years ago
  22. d470531 pinctrl: add more info to error msgs in pin_request by Stephen Warren · 12 years ago
  23. ad6e110 pinctrl: enhance reporting of errors when loading from DT by John Crispin · 12 years ago
  24. 15f70e1 pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_setting by John Crispin · 12 years ago
  25. d0bd8df pinctrl: show pin name when request pins by Dong Aisheng · 12 years ago
  26. ad8bb72 pinctrl: add some error checking for user interfaces by Dong Aisheng · 12 years ago
  27. a1d31f7 pinctrl: fix pinmux_check_ops error checking by Dong Aisheng · 12 years ago
  28. d1e90e9 pinctrl: replace list_*() with get_*_count() by Viresh Kumar · 12 years ago
  29. 652162d pinctrl: allow concurrent gpio and mux function ownership of pins by Stephen Warren · 12 years ago
  30. ba110d9 pinctrl: Show selected function and group in pinmux-pins debugfs by Stephen Warren · 12 years ago
  31. 1e2082b pinctrl: enhance mapping table to support pin config operations by Stephen Warren · 12 years ago
  32. 0e3db173 pinctrl: add usecount to pins for muxing by Stephen Warren · 12 years ago
  33. 7ecdb16 pinctrl: refactor struct pinctrl handling in core.c vs pinmux.c by Stephen Warren · 12 years ago
  34. 57b676f pinctrl: fix and simplify locking by Stephen Warren · 12 years ago
  35. d4e3198 pinctrl: enhance pinctrl_get() to handle multiple functions by Stephen Warren · 12 years ago
  36. 1cf94c4 pinctrl: make the pinmux-pins more helpful by Linus Walleij · 12 years ago
  37. 02f5b98 pinctrl: allocate sizeof(*p) instead of sizeof(struct foo) by Stephen Warren · 12 years ago
  38. 3cc70ed pinctrl: record a pin owner, not mux function, when requesting pins by Stephen Warren · 12 years ago
  39. 03665e0 pinctrl: Re-order pinmux.[ch] to match each-other by Stephen Warren · 12 years ago
  40. 8b9c139 pinctrl: use list_add_tail instead of list_add by Stephen Warren · 12 years ago
  41. befe5bd pinctrl: factor pin control handles over to the core by Linus Walleij · 12 years ago
  42. e93bcee pinctrl: move generic functions to the pinctrl_ namespace by Linus Walleij · 12 years ago
  43. 9dfac4f pinctrl: delete raw device pointers in pinmux maps by Linus Walleij · 12 years ago
  44. b9130b7 pinctrl: add checks for empty function names by Tony Lindgren · 12 years ago
  45. 9e2551e pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not set by Tony Lindgren · 12 years ago
  46. de849ee pinctrl: fix some pinmux typos by Tony Lindgren · 12 years ago
  47. f9d41d7 pinctrl: unbreak error messages by Uwe Kleine-König · 12 years ago
  48. 706e852 pinctrl: correct a offset while enumerating pins by Chanho Park · 12 years ago
  49. e6337c3 pinctrl: some typo fixes by Dong Aisheng · 12 years ago
  50. 51cd24e pinctrl: don't create a device for each pin controller by Stephen Warren · 12 years ago
  51. 59b099b pinctrl: make it possible to add multiple maps by Linus Walleij · 12 years ago
  52. 97607d1 pinctrl: make a copy of pinmux map by Linus Walleij · 12 years ago
  53. 542e704 pinctrl: GPIO direction support for muxing by Linus Walleij · 13 years ago
  54. 3c739ad pinctrl: add a pin_base for sparse gpio-ranges by Chanho Park · 13 years ago
  55. 336cdba0 pinctrl: documentation update by Linus Walleij · 13 years ago
  56. 3712a3c pinctrl: add explicit gpio_disable_free pinmux_op by Stephen Warren · 13 years ago
  57. d2f6a1c pinctrl: remove double pin validity check. by Marek Belisko · 13 years ago
  58. 7afde8b pinctrl: move group lookup to core by Linus Walleij · 13 years ago
  59. cc96ffb pinctrl: remove two unused global variables by Uwe Kleine-König · 12 years ago
  60. 5d2eaf8 pinctrl: Don't copy function name when requesting a pin by Stephen Warren · 13 years ago
  61. a5818a8 pinctrl: get_group_pins() const fixes by Stephen Warren · 13 years ago
  62. 2744e8a drivers: create a pin control subsystem by Linus Walleij · 13 years ago