1. 813a95e Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  2. 4f6a16b pinctrl: pinctrl-imx: add imx51 pinctrl driver by Dong Aisheng · 12 years ago
  3. 93fbd3c pinctrl: pinctrl-imx: add imx53 pinctrl driver by Dong Aisheng · 12 years ago
  4. 0fa7be4 ARM: nomadik: enable PINCTRL_NOMADIK where needed by Arnd Bergmann · 12 years ago
  5. 19055b8 pinctrl: pinctrl-pxa3xx: remove empty pinmux disable function by Dong Aisheng · 12 years ago
  6. eaf7bfb pinctrl: pinctrl-mxs: remove empty pinmux disable function by Dong Aisheng · 12 years ago
  7. 273f0c3 pinctrl: pinctrl-imx: remove empty pinmux disable function by Dong Aisheng · 12 years ago
  8. 02b50ce pinctrl: make pinmux disable function optional by Dong Aisheng · 12 years ago
  9. c95df2d pinctrl: a minor error checking improvement for pinconf by Dong Aisheng · 12 years ago
  10. 4851680 pinctrl: mxs: skip gpio nodes for group creation by Shawn Guo · 12 years ago
  11. 3b7ac94 pinctrl: mxs: create group for pin config node by Shawn Guo · 12 years ago
  12. 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
  13. 7afeca1 Merge branch 'spear/pinctrl' into next/pinctrl by Arnd Bergmann · 12 years ago
  14. 366695f Merge branches 'depends/pinctrl/devel' and 'depends/rmk/clkdev' into spear/pinctrl by Arnd Bergmann · 12 years ago
  15. d41af62 pinctrl/nomadik: implement pin configuration by Linus Walleij · 12 years ago
  16. dbfe8ca pinctrl/nomadik: implement pin multiplexing by Linus Walleij · 12 years ago
  17. 24cbdd7 pinctrl/nomadik: reuse GPIO debug function for pins by Linus Walleij · 12 years ago
  18. 6f4350a pinctrl/nomadik: break out single GPIO debug function by Linus Walleij · 12 years ago
  19. e98ea77 pinctrl/nomadik: basic Nomadik pinctrl interface by Linus Walleij · 12 years ago
  20. 072e82a pinctrl/nomadik: !CONFIG_OF build error by Arnd Bergmann · 12 years ago
  21. 1ae4e59 gpio: move the Nomadik GPIO driver to pinctrl by Linus Walleij · 12 years ago
  22. 7488185 Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/pinctrl by Olof Johansson · 12 years ago
  23. b664ae6 Merge tag 'pinctrl-mergebase-20120418' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl into next/pinctrl by Olof Johansson · 12 years ago
  24. d470531 pinctrl: add more info to error msgs in pin_request by Stephen Warren · 12 years ago
  25. 1772311 pinctrl: add pinctrl-mxs support by Shawn Guo · 12 years ago
  26. d8fe357 pinctrl: pinctrl-imx: add imx6q pinctrl driver by Dong Aisheng · 12 years ago
  27. ae75ff8 pinctrl: pinctrl-imx: add imx pinctrl core driver by Dong Aisheng · 12 years ago
  28. 4650b7c pinctrl: support gpio request deferred probing by Dong Aisheng · 12 years ago
  29. ca731a5 Merge branch 'ux500-gpio-pins-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/gpio by Arnd Bergmann · 12 years ago
  30. 5b3aa5f pinctrl: add pinctrl_provide_dummies interface for platforms to use by Dong Aisheng · 12 years ago
  31. ad6e110 pinctrl: enhance reporting of errors when loading from DT by John Crispin · 12 years ago
  32. fde04f4 pinctrl: propagate map validation errors by Stephen Warren · 12 years ago
  33. aef7704 pinctrl: tegra: error reporting cleanup by Stephen Warren · 12 years ago
  34. 15f70e1 pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_setting by John Crispin · 12 years ago
  35. 52130b6 pinctrl: Add SPEAr3xx pinctrl drivers by Viresh Kumar · 12 years ago
  36. deda828 pinctrl: Add SPEAr pinctrl drivers by Viresh Kumar · 12 years ago
  37. b5badba pinctrl: tegra: debugfs enhancements by Stephen Warren · 12 years ago
  38. 52f48fe pinctrl: tegra: refactor probe handling by Stephen Warren · 12 years ago
  39. f30d12b ARM: tegra: Switch to new pinctrl driver by Stephen Warren · 13 years ago
  40. dcb5dbc pinctrl: show pin name for pingroups in sysfs by Dong Aisheng · 12 years ago
  41. d0bd8df pinctrl: show pin name when request pins by Dong Aisheng · 12 years ago
  42. 6d4ca1f pinctrl: implement devm_pinctrl_get()/put() by Stephen Warren · 12 years ago
  43. 2aeefe0 pinctrl: a minor fix of pin config debug information by Dong Aisheng · 12 years ago
  44. 96593af pinctrl: pinconf: fix compilation error if PINCONF is not selected by Viresh Kumar · 12 years ago
  45. 6cb4158 pinctrl: allow pctldevs to decode pin config in debugfs by Stephen Warren · 12 years ago
  46. c736d73 pinctrl: ifdef CONFIG_DEBUG_FS cleanup by Stephen Warren · 12 years ago
  47. 630e2d0 pinctrl: mark non-EXPERIMENTAL by Linus Walleij · 12 years ago
  48. 60f7f50 pinctrl: tegra: Add complete device tree support by Stephen Warren · 12 years ago
  49. c05127c pinctrl: implement pinctrl deferred probing by Linus Walleij · 12 years ago
  50. ad8bb72 pinctrl: add some error checking for user interfaces by Dong Aisheng · 12 years ago
  51. a1d31f7 pinctrl: fix pinmux_check_ops error checking by Dong Aisheng · 12 years ago
  52. d1e90e9 pinctrl: replace list_*() with get_*_count() by Viresh Kumar · 12 years ago
  53. 122dbe7 pinctrl: mark const init data with __initconst instead of __initdata by Uwe Kleine-König · 12 years ago
  54. eafeb7a pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRL by Stephen Warren · 12 years ago
  55. 57291ce pinctrl: core device tree mapping table parsing support by Stephen Warren · 12 years ago
  56. d26bc49 pinctrl: implement pinctrl_check_ops by Stephen Warren · 12 years ago
  57. f84cc34 pinctrl: implement pinctrl_check_ops by Stephen Warren · 12 years ago
  58. dc0b1aa pinctrl: support pinconfig on the U300 by Linus Walleij · 13 years ago
  59. a050b3e pinctrl/coh901: use generic pinconf enums and parameters by Linus Walleij · 13 years ago
  60. 394349f pinctrl: introduce generic pin config by Linus Walleij · 13 years ago
  61. 70b3637 pinctrl: fix error path in pinconf_map_to_setting() by Linus Walleij · 12 years ago
  62. 652162d pinctrl: allow concurrent gpio and mux function ownership of pins by Stephen Warren · 12 years ago
  63. a6c3b33 Merge branch 'pinctrl-tegra-for-next-diet' into for-next by Linus Walleij · 12 years ago
  64. 872acc3 pinctrl: include machine header to core.h by Linus Walleij · 12 years ago
  65. 971dac7 pinctrl: add a driver for NVIDIA Tegra by Stephen Warren · 12 years ago
  66. ba110d9 pinctrl: Show selected function and group in pinmux-pins debugfs by Stephen Warren · 12 years ago
  67. 1e2082b pinctrl: enhance mapping table to support pin config operations by Stephen Warren · 12 years ago
  68. 6e5e959 pinctrl: API changes to support multiple states per device by Stephen Warren · 12 years ago
  69. 0e3db173 pinctrl: add usecount to pins for muxing by Stephen Warren · 12 years ago
  70. 7ecdb16 pinctrl: refactor struct pinctrl handling in core.c vs pinmux.c by Stephen Warren · 12 years ago
  71. 57b676f pinctrl: fix and simplify locking by Stephen Warren · 12 years ago
  72. 962bcbc pinctrl: fix the pin descriptor kerneldoc by Linus Walleij · 12 years ago
  73. 110e4ec pinctrl: assume map table entries can't have a NULL name field by Stephen Warren · 12 years ago
  74. 46919ae pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that state by Stephen Warren · 12 years ago
  75. d4e3198 pinctrl: enhance pinctrl_get() to handle multiple functions by Stephen Warren · 12 years ago
  76. 3eedb43 pinctrl: move pinctrl-maps debugfs file to top-level by Stephen Warren · 12 years ago
  77. 1cf94c4 pinctrl: make the pinmux-pins more helpful by Linus Walleij · 12 years ago
  78. 2304b47 pinctrl: remove pin and hogs locks from struct pinctrl_dev by Stephen Warren · 12 years ago
  79. 02f5b98 pinctrl: allocate sizeof(*p) instead of sizeof(struct foo) by Stephen Warren · 12 years ago
  80. 95dcd4a pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanups by Stephen Warren · 12 years ago
  81. 1681f5a pinctrl: disallow map table entries with NULL dev_name field by Stephen Warren · 12 years ago
  82. f7b9006 pinctrl: fix pinconf_groups_show() to emit newline by Stephen Warren · 12 years ago
  83. 3cc70ed pinctrl: record a pin owner, not mux function, when requesting pins by Stephen Warren · 12 years ago
  84. b1eed4e pinctrl: error if mapping table's control dev can't be found by Stephen Warren · 12 years ago
  85. f026fe3 pinctrl: downgrade pinctrl_get warning when no maps are found by Stephen Warren · 12 years ago
  86. 9891d98 pinctrl: assume map table entries can't have a NULL ctrl_dev_name field by Stephen Warren · 12 years ago
  87. 128a06d pinctrl: spawn U300 pinctrl from the COH901 GPIO by Linus Walleij · 12 years ago
  88. 4ecce45d pinctrl: core.c/h cleanups by Stephen Warren · 12 years ago
  89. 2b69425 pinctrl: Re-order pinconf.[ch] to match each-other by Stephen Warren · 12 years ago
  90. 03665e0 pinctrl: Re-order pinmux.[ch] to match each-other by Stephen Warren · 12 years ago
  91. b2b3e66 pinctrl: Store mapping table as a list of chunks by Stephen Warren · 12 years ago
  92. 8b9c139 pinctrl: use list_add_tail instead of list_add by Stephen Warren · 12 years ago
  93. 13398a4 pinctrl: pinctrl_register_mappings() shouldn't be __init by Stephen Warren · 12 years ago
  94. 449d16b pinctrl: make "hog" mapping table entries work by Stephen Warren · 12 years ago
  95. 77a5988 pinctrl: changes hog mechanism to be self-referential by Linus Walleij · 12 years ago
  96. befe5bd pinctrl: factor pin control handles over to the core by Linus Walleij · 12 years ago
  97. e93bcee pinctrl: move generic functions to the pinctrl_ namespace by Linus Walleij · 12 years ago
  98. 28a8d14 pinctrl: break out a pinctrl consumer header by Linus Walleij · 12 years ago
  99. f4e6698 pinctrl: enable pinmux for mmp series by Haojian Zhuang · 12 years ago
  100. 9dfac4f pinctrl: delete raw device pointers in pinmux maps by Linus Walleij · 12 years ago