1. a31518f pinctrl/pinconfig: add debug interface by Laurent Meunier · 12 years ago
  2. c9dc9e7 pinctrl: core: Make pinctrl_release static by Sachin Kamat · 12 years ago
  3. 9b6740c drivers/pinctrl: grab default handles from device core by Linus Walleij · 12 years ago
  4. 4614e78 pinctrl: core: get devname from pinctrl_dev by Haojian Zhuang · 12 years ago
  5. b02491e pinctrl: add sleep mode management for hogs by Julien Delacou · 12 years ago
  6. 6eacf84 pinctrl: skip deferral of hogs by Linus Walleij · 12 years ago
  7. 8527f41 pinctrl: fix comment mistake by Linus Walleij · 12 years ago
  8. 257ad89 pinctrl: add function to retrieve range from pin by Linus Walleij · 12 years ago
  9. 4035a6b pinctrl: make range registration defer properly by Linus Walleij · 12 years ago
  10. 9577ee8 gpiolib: rename find_pinctrl_* by Linus Walleij · 12 years ago
  11. e77d22c gpiolib: provide provision to register pin ranges by Shiraz Hashim · 12 years ago
  12. 6b74abd Revert "pinctrl: remove pinctrl_remove_gpio_range" by Viresh Kumar · 12 years ago
  13. 696b23a pinctrl: reserve pins when states are activated by Linus Walleij · 12 years ago
  14. c76fbb7 pinctrl: fix missing unlock on error in pinctrl_groups_show() by Wei Yongjun · 12 years ago
  15. 1c2c4bc pinctrl: Fix potential memory leak in pinctrl_register_one_pin() by Sachin Kamat · 12 years ago
  16. b32fc67 trivial: pinctrl core: remove extraneous code lines by Richard Genoud · 12 years ago
  17. 89b725e pinctrl: add pinctrl_add_gpio_ranges function by Dong Aisheng · 12 years ago
  18. 8f83ecd pinctrl: remove pinctrl_remove_gpio_range by Dong Aisheng · 12 years ago
  19. 8f4ca4c pinctrl/pinctrl-core: cleanup pinctrl_register by Devendra Naga · 12 years ago
  20. 20adcc7 pinctrl: fix a minor harmless typo by Guennadi Liakhovetski · 12 years ago
  21. d6ae0911 pinctrl: support gpio request deferred probing by Dong Aisheng · 12 years ago
  22. 1484b14 pinctrl: add pinctrl_provide_dummies interface for platforms to use by Dong Aisheng · 12 years ago
  23. a5982f0 pinctrl: enhance reporting of errors when loading from DT by John Crispin · 12 years ago
  24. 5a0fa5b pinctrl: propagate map validation errors by Stephen Warren · 12 years ago
  25. 38491d2 pinctrl: show pin name for pingroups in sysfs by Dong Aisheng · 12 years ago
  26. 4be45fa pinctrl: implement devm_pinctrl_get()/put() by Stephen Warren · 12 years ago
  27. a13f7d3 pinctrl: implement pinctrl deferred probing by Linus Walleij · 12 years ago
  28. 203c1b3 pinctrl: replace list_*() with get_*_count() by Viresh Kumar · 12 years ago
  29. c221fde pinctrl: core device tree mapping table parsing support by Stephen Warren · 12 years ago
  30. f84cc34 pinctrl: implement pinctrl_check_ops by Stephen Warren · 12 years ago
  31. 1e2082b pinctrl: enhance mapping table to support pin config operations by Stephen Warren · 12 years ago
  32. 6e5e959 pinctrl: API changes to support multiple states per device 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. 110e4ec pinctrl: assume map table entries can't have a NULL name field by Stephen Warren · 12 years ago
  36. 46919ae pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that state by Stephen Warren · 12 years ago
  37. 3eedb43 pinctrl: move pinctrl-maps debugfs file to top-level by Stephen Warren · 12 years ago
  38. 2304b47 pinctrl: remove pin and hogs locks from struct pinctrl_dev by Stephen Warren · 12 years ago
  39. 02f5b98 pinctrl: allocate sizeof(*p) instead of sizeof(struct foo) by Stephen Warren · 12 years ago
  40. 95dcd4a pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanups by Stephen Warren · 12 years ago
  41. 1681f5a pinctrl: disallow map table entries with NULL dev_name field by Stephen Warren · 12 years ago
  42. b1eed4e pinctrl: error if mapping table's control dev can't be found by Stephen Warren · 12 years ago
  43. f026fe3 pinctrl: downgrade pinctrl_get warning when no maps are found by Stephen Warren · 12 years ago
  44. 9891d98 pinctrl: assume map table entries can't have a NULL ctrl_dev_name field by Stephen Warren · 12 years ago
  45. 4ecce45 pinctrl: core.c/h cleanups by Stephen Warren · 12 years ago
  46. b2b3e66 pinctrl: Store mapping table as a list of chunks by Stephen Warren · 12 years ago
  47. 8b9c139 pinctrl: use list_add_tail instead of list_add by Stephen Warren · 12 years ago
  48. 13398a4 pinctrl: pinctrl_register_mappings() shouldn't be __init by Stephen Warren · 12 years ago
  49. 449d16b pinctrl: make "hog" mapping table entries work by Stephen Warren · 13 years ago
  50. 77a5988 pinctrl: changes hog mechanism to be self-referential by Linus Walleij · 13 years ago
  51. befe5bd pinctrl: factor pin control handles over to the core by Linus Walleij · 13 years ago
  52. e93bcee pinctrl: move generic functions to the pinctrl_ namespace by Linus Walleij · 13 years ago
  53. 9dfac4f pinctrl: delete raw device pointers in pinmux maps by Linus Walleij · 13 years ago
  54. 8dc6ae4 pinctrl: restore pin naming by Linus Walleij · 13 years ago
  55. b9130b7 pinctrl: add checks for empty function names by Tony Lindgren · 13 years ago
  56. 0215716 pinctrl: free debugfs entries when unloading a pinmux driver by Tony Lindgren · 13 years ago
  57. 0d2006b pinctrl: remove unnecessary max pin number by Chanho Park · 13 years ago
  58. 706e852 pinctrl: correct a offset while enumerating pins by Chanho Park · 13 years ago
  59. ca53c5f pinctrl: conjure names for unnamed pins by Linus Walleij · 13 years ago
  60. 51cd24e pinctrl: don't create a device for each pin controller by Stephen Warren · 13 years ago
  61. ae6b4d8 pinctrl: add a pin config interface by Linus Walleij · 13 years ago
  62. 75d6642 pinctrl: print pin range in GPIO range debugs by Linus Walleij · 13 years ago
  63. 33d5894 pinctrl: unify pin type from signed to unsigned by Marek Belisko · 13 years ago
  64. 7afde8b pinctrl: move group lookup to core by Linus Walleij · 13 years ago
  65. a5a697c pinctrl: EXPORT_SYMBOL needs export.h by Stephen Rothwell · 13 years ago
  66. 9af1e44 pinctrl: Don't copy pin names when registering them by Stephen Warren · 13 years ago
  67. a5818a8 pinctrl: get_group_pins() const fixes by Stephen Warren · 13 years ago
  68. 2744e8a drivers: create a pin control subsystem by Linus Walleij · 13 years ago