1. a30d5421 pinctrl: Add void * to pinctrl_pin_desc by Sherman Yin · 11 years ago
  2. 8ba3f4d pinctrl: Adds slew-rate, input-enable/disable by Sherman Yin · 11 years ago
  3. e9c9489 pinctrl: provide documentation pointer by Linus Walleij · 11 years ago
  4. 586a87e pinctrl/gpio: non-linear GPIO ranges accesible from gpiolib by Christian Ruppert · 11 years ago
  5. 03b054e pinctrl: Pass all configs to driver on pin_config_set() by Sherman Yin · 11 years ago
  6. 3287c24 pinctrl: utils : add support to pass config type in generic util APIs by Laxman Dewangan · 11 years ago
  7. 0d74d4a pinctrl: add includes and ifdefs for non-DT builds by Linus Walleij · 11 years ago
  8. e81c8f1 pinctrl: pinconf-generic: add generic APIs for mapping pinctrl node by Laxman Dewangan · 11 years ago
  9. 256aeb6 pinctrl: set unit for debounce time pinconfig to usec by Heiko Stübner · 11 years ago
  10. 70637a6 pinctrl: more clarifications for generic pull configs by Heiko Stübner · 11 years ago
  11. ad42fc6 pinctrl: rip out the direct pinconf API by Linus Walleij · 11 years ago
  12. 1c851fb pinctrl: fix pinconf_ops::pin_config_dbg_parse_modify kerneldoc by James Hogan · 11 years ago
  13. 5ca3353 pinctrl: establish pull-up/pull-down terminology by Linus Walleij · 11 years ago
  14. 56a5991 Fix comment on pinctrl_gpio_range.pin_base by Christian Ruppert · 11 years ago
  15. ff73cee pinctrl: move the pm state stubs by Linus Walleij · 11 years ago
  16. c8587ee pinctrl: add pin list based GPIO ranges by Christian Ruppert · 11 years ago
  17. 14005ee drivers: pinctrl sleep and idle states in the core by Linus Walleij · 11 years ago
  18. 7970cb7 pinctrl: add pinconf-generic define for a pin-default pull by Heiko Stübner · 11 years ago
  19. a2df426 pinconf-generic: add BIAS_BUS_HOLD pinconf by James Hogan · 11 years ago
  20. 63ad9cb pinctrl: generic: Fix typos and clarify comments by Laurent Pinchart · 11 years ago
  21. f07512e pinctrl/pinconfig: add debug interface by Laurent Meunier · 11 years ago
  22. 022ab14 pinctrl: Declare operation structures as const by Laurent Pinchart · 11 years ago
  23. ea27c39 pinctrl: generic: rename input schmitt disable by Haojian Zhuang · 11 years ago
  24. ab78029 drivers/pinctrl: grab default handles from device core by Linus Walleij · 11 years ago
  25. 684697c pinctrl: generic: add slew rate config parameter by Haojian Zhuang · 11 years ago
  26. d6e99ab pinctrl: core: get devname from pinctrl_dev by Haojian Zhuang · 11 years ago
  27. f868ef9 pinctrl: pinconf-generic: add drive strength parameter by Maxime Ripard · 11 years ago
  28. 483f33f pinctrl: add pinconf-generic defines for output by Linus Walleij · 12 years ago
  29. 2ccb0bc pinctrl: generic: add input schmitt disable parameter by Haojian Zhuang · 12 years ago
  30. 9afbefb pinctrl: add function to retrieve range from pin by Linus Walleij · 12 years ago
  31. 192c369 gpiolib: rename find_pinctrl_* by Linus Walleij · 12 years ago
  32. 1e63d7b gpiolib: separation of pin concerns by Linus Walleij · 12 years ago
  33. f23f151 gpiolib: provide provision to register pin ranges by Shiraz Hashim · 12 years ago
  34. 7e10ee6 Revert "pinctrl: remove pinctrl_remove_gpio_range" by Viresh Kumar · 12 years ago
  35. 9b2e077c Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  36. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  37. b0e181d pinctrl: clarify idle vs sleep states by Linus Walleij · 12 years ago
  38. e60bc2d pinctrl: use ERR_CAST instead of ERR_PTR(PTR_ERR(...)) by Uwe Kleine-König · 12 years ago
  39. ac5aa7f pinctrl: header: trivial: declare struct device by Richard Genoud · 12 years ago
  40. 3e5e00b pinctrl: add pinctrl_add_gpio_ranges function by Dong Aisheng · 12 years ago
  41. 5d589b0 pinctrl: remove pinctrl_remove_gpio_range by Dong Aisheng · 12 years ago
  42. 7af07ad Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/pinctrl by Olof Johansson · 12 years ago
  43. 65697e6 pinctrl: add sleep state definition by Linus Walleij · 12 years ago
  44. c7eea50 pinctrl: (cosmetic) fix two entries in DocBook comments by Guennadi Liakhovetski · 12 years ago
  45. 5b3aa5f pinctrl: add pinctrl_provide_dummies interface for platforms to use by Dong Aisheng · 12 years ago
  46. 02ae6da pinctrl: add kerneldoc for pinctrl_ops device tree functions by Stephen Warren · 12 years ago
  47. dd51270 pinctrl: fix dangling comment by Linus Walleij · 12 years ago
  48. 6d4ca1f pinctrl: implement devm_pinctrl_get()/put() by Stephen Warren · 12 years ago
  49. 6cb4158 pinctrl: allow pctldevs to decode pin config in debugfs by Stephen Warren · 12 years ago
  50. d1e90e9 pinctrl: replace list_*() with get_*_count() by Viresh Kumar · 12 years ago
  51. 57291ce pinctrl: core device tree mapping table parsing support by Stephen Warren · 12 years ago
  52. 22f099d pinctrl: include <linux/bug.h> to prevent compile errors by Stephen Warren · 12 years ago
  53. 6974f1f pinctrl: fix compile error if not select PINMUX support by Dong Aisheng · 12 years ago
  54. 394349f pinctrl: introduce generic pin config by Linus Walleij · 13 years ago
  55. 0acfb07 pinctrl: forward-declare struct device by Stephen Warren · 12 years ago
  56. 9a01be1 pinctrl: split pincontrol states into its own header by Linus Walleij · 12 years ago
  57. 1e2082b pinctrl: enhance mapping table to support pin config operations by Stephen Warren · 12 years ago
  58. 6e5e959 pinctrl: API changes to support multiple states per device by Stephen Warren · 12 years ago
  59. 57b676f pinctrl: fix and simplify locking by Stephen Warren · 12 years ago
  60. 46919ae pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that state by Stephen Warren · 12 years ago
  61. 806d314 pinctrl: re-order struct pinctrl_map by Stephen Warren · 12 years ago
  62. 1681f5a pinctrl: disallow map table entries with NULL dev_name field by Stephen Warren · 12 years ago
  63. 77a5988 pinctrl: changes hog mechanism to be self-referential by Linus Walleij · 12 years ago
  64. befe5bd pinctrl: factor pin control handles over to the core by Linus Walleij · 12 years ago
  65. e93bcee pinctrl: move generic functions to the pinctrl_ namespace by Linus Walleij · 12 years ago
  66. 28a8d14 pinctrl: break out a pinctrl consumer header by Linus Walleij · 12 years ago
  67. 9dfac4f pinctrl: delete raw device pointers in pinmux maps by Linus Walleij · 12 years ago
  68. 0d2006b pinctrl: remove unnecessary max pin number by Chanho Park · 13 years ago
  69. 43699de pinctrl: pass name instead of device to pin_config_* by Stephen Warren · 13 years ago
  70. 63fd598 pinctrl: add "struct seq_file;" to pinconf.h by Stephen Warren · 13 years ago
  71. 2375019 pinctrl: add a group-specific hog macro by Linus Walleij · 13 years ago
  72. 51cd24e pinctrl: don't create a device for each pin controller by Stephen Warren · 13 years ago
  73. 1ddb6ff pinctrl: implement PINMUX_MAP_SYS_HOG by Stephen Warren · 13 years ago
  74. ae6b4d8 pinctrl: add a pin config interface by Linus Walleij · 13 years ago
  75. 97607d1 pinctrl: make a copy of pinmux map by Linus Walleij · 13 years ago
  76. 542e704 pinctrl: GPIO direction support for muxing by Linus Walleij · 13 years ago
  77. 3c739ad pinctrl: add a pin_base for sparse gpio-ranges by Chanho Park · 13 years ago
  78. 3712a3c pinctrl: add explicit gpio_disable_free pinmux_op by Stephen Warren · 13 years ago
  79. e0e2075 pinctrl: fix "warning: 'struct pinctrl_dev' declared inside parameter list" by Barry Song · 13 years ago
  80. a5818a8 pinctrl: get_group_pins() const fixes by Stephen Warren · 13 years ago
  81. 2744e8a drivers: create a pin control subsystem by Linus Walleij · 13 years ago