Age | Commit message (Expand) | Author | Files | Lines |
2020-03-31 | pinctrl: Define of_pinctrl_get() dummy for !PINCTRL | Thierry Reding | 1 | -1/+1 |
2019-12-30 | Merge branch 'ib-pinctrl-unreg-mappings' into devel | Linus Walleij | 1 | -0/+5 |
2019-12-30 | pinctrl: Allow modules to use pinctrl_[un]register_mappings | Hans de Goede | 1 | -0/+5 |
2019-12-13 | pinctrl: core: Add pinctrl_select_default_state() and export it | Ulf Hansson | 1 | -0/+6 |
2019-08-23 | pinctrl/gpio: Take MUX usage into account | Stefan Wahren | 1 | -0/+6 |
2019-07-14 | Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 5 | -35/+20 |
2019-06-25 | pinctrl: remove unneeded #ifdef around declarations | Masahiro Yamada | 4 | -26/+6 |
2019-06-18 | pinctrl: make pinconf.h self-contained | Masahiro Yamada | 1 | -0/+2 |
2019-06-12 | pinctrl: remove unused pin_is_valid() | Masahiro Yamada | 1 | -10/+0 |
2019-06-09 | pinctrl: add include guard to pinctrl-state.h | Masahiro Yamada | 1 | -0/+5 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194 | Thomas Gleixner | 7 | -14/+7 |
2019-05-23 | pinctrl: Enable device link creation for pin control | Benjamin Gaignard | 1 | -0/+5 |
2019-05-23 | pinctrl: generic: add new 'drive-strength-microamp' property support | Guillaume La Roque | 1 | -0/+3 |
2019-01-28 | pinctrl: remove unused 'pinconf-config' debugfs interface | Vladimir Zapolskiy | 1 | -4/+0 |
2019-01-28 | pinctrl: remove pinctrl/machine.h inclusion from pinctrl/pinconf.h | Vladimir Zapolskiy | 1 | -2/+0 |
2018-07-09 | pinctrl: Document pin_config_group_get() return codes like pin_config_get() | Douglas Anderson | 1 | -1/+2 |
2018-02-03 | pinctrl: remove include file from <linux/device.h> | Linus Torvalds | 1 | -0/+1 |
2018-02-03 | Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2018-01-22 | pinctrl: Forward declare struct device | Ladislav Michl | 1 | -0/+2 |
2017-12-03 | gpio: gpiolib: Generalise state persistence beyond sleep | Andrew Jeffery | 1 | -0/+2 |
2017-11-16 | Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -4/+9 |
2017-11-08 | pinctrl: Add skew-delay pin config and bindings | Linus Walleij | 1 | -0/+5 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-22 | pinctrl/gpio: Unify namespace for cross-calls | Linus Walleij | 1 | -4/+4 |
2017-08-31 | pinctrl: Add sleep related state to indicate sleep related configs | Baolin Wang | 1 | -0/+2 |
2017-08-14 | pinctrl: move const qualifier before struct | Masahiro Yamada | 1 | -2/+2 |
2017-08-07 | pinctrl: generic: update references to Documentation/pinctrl.txt | Ludovic Desroches | 1 | -2/+2 |
2017-06-29 | pinctrl: generic: Add output-enable property | Jacopo Mondi | 1 | -4/+11 |
2017-05-22 | Revert "pinctrl: generic: Add bi-directional and output-enable" | Linus Walleij | 1 | -3/+0 |
2017-05-03 | Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+3 |
2017-04-11 | pinctrl: generic: Add bi-directional and output-enable | Jacopo Mondi | 1 | -0/+3 |
2017-04-07 | pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable() | Tony Lindgren | 1 | -1/+2 |
2017-01-26 | Merge branch 'ib-pinctrl-genprops' into devel | Linus Walleij | 2 | -26/+32 |
2017-01-26 | pinctrl / gpio: Introduce .set_config() callback for GPIO chips | Mika Westerberg | 1 | -18/+15 |
2017-01-26 | pinctrl: Allow configuration of pins from gpiolib based drivers | Mika Westerberg | 1 | -0/+6 |
2017-01-26 | pinctrl: Widen the generic pinconf argument from 16 to 24 bits | Mika Westerberg | 1 | -8/+11 |
2017-01-13 | pinctrl: core: Fix regression caused by delayed work for hogs | Tony Lindgren | 1 | -0/+15 |
2016-06-23 | pinctrl: pinconf: Add generic helper function for freeing mappings | Jon Hunter | 1 | -0/+2 |
2016-04-21 | pinctrl: Add devm_ apis for pinctrl_{register, unregister} | Laxman Dewangan | 1 | -0/+6 |
2015-10-27 | drivers/pinctrl: Add the concept of an "init" state | Douglas Anderson | 2 | -0/+18 |
2015-10-03 | pinctrl: pinconf-generic: sort pin configuration params alphabetically | Masahiro Yamada | 1 | -32/+32 |
2015-06-01 | pinctrl: use "const struct ..." rather than "struct ... const" | Masahiro Yamada | 1 | -1/+1 |
2015-06-01 | pinctrl: remove useless const qualifier | Masahiro Yamada | 1 | -1/+1 |
2015-05-06 | pinctrl: use ERR_CAST instead of ERR_PTR/PTR_ERR | Fabian Frederick | 1 | -1/+1 |
2015-05-06 | pinctrl: move strict option to pinmux_ops | Linus Walleij | 2 | -3/+4 |
2015-05-06 | pinctrl: allow exlusive GPIO/mux pin allocation | Sonic Zhang | 1 | -0/+3 |
2015-03-05 | Revert "pinctrl: consumer: use correct retval for placeholder functions" | Linus Walleij | 1 | -3/+3 |
2015-01-14 | pinctrl: consumer: use correct retval for placeholder functions | Wolfram Sang | 1 | -3/+3 |
2015-01-14 | pinctrl: pinconf-generic: loose DT dependence | Linus Walleij | 2 | -8/+11 |
2015-01-12 | pinctrl: pinconf-generic: Allow driver to specify DT params | Soren Brinkmann | 2 | -0/+27 |