summaryrefslogtreecommitdiff
path: root/include/linux/pinctrl
AgeCommit message (Expand)Author
2021-07-01Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-05-20docs: update pin-control.rst referencesMauro Carvalho Chehab
2021-05-20pinctrl: Keep enum pin_config_param ordered by name (part 2)Andy Shevchenko
2021-04-22pinctrl: Add PIN_CONFIG_MODE_PWM to enum pin_config_paramAndy Shevchenko
2021-04-22pinctrl: Introduce MODE group in enum pin_config_paramAndy Shevchenko
2021-04-22pinctrl: Keep enum pin_config_param ordered by nameAndy Shevchenko
2020-11-05pinctrl: Remove hole in pinctrl_gpio_rangeGeert Uytterhoeven
2020-03-31pinctrl: Define of_pinctrl_get() dummy for !PINCTRLThierry Reding
2019-12-30Merge branch 'ib-pinctrl-unreg-mappings' into develLinus Walleij
2019-12-30pinctrl: Allow modules to use pinctrl_[un]register_mappingsHans de Goede
2019-12-13pinctrl: core: Add pinctrl_select_default_state() and export itUlf Hansson
2019-08-23pinctrl/gpio: Take MUX usage into accountStefan Wahren
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-06-25pinctrl: remove unneeded #ifdef around declarationsMasahiro Yamada
2019-06-18pinctrl: make pinconf.h self-containedMasahiro Yamada
2019-06-12pinctrl: remove unused pin_is_valid()Masahiro Yamada
2019-06-09pinctrl: add include guard to pinctrl-state.hMasahiro Yamada
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-05-23pinctrl: Enable device link creation for pin controlBenjamin Gaignard
2019-05-23pinctrl: generic: add new 'drive-strength-microamp' property supportGuillaume La Roque
2019-01-28pinctrl: remove unused 'pinconf-config' debugfs interfaceVladimir Zapolskiy
2019-01-28pinctrl: remove pinctrl/machine.h inclusion from pinctrl/pinconf.hVladimir Zapolskiy
2018-07-09pinctrl: Document pin_config_group_get() return codes like pin_config_get()Douglas Anderson
2018-02-03pinctrl: remove include file from <linux/device.h>Linus Torvalds
2018-02-02Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-01-22pinctrl: Forward declare struct deviceLadislav Michl
2017-12-02gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery
2017-11-16Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-11-08pinctrl: Add skew-delay pin config and bindingsLinus Walleij
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij
2017-08-31pinctrl: Add sleep related state to indicate sleep related configsBaolin Wang
2017-08-14pinctrl: move const qualifier before structMasahiro Yamada
2017-08-07pinctrl: generic: update references to Documentation/pinctrl.txtLudovic Desroches
2017-06-29pinctrl: generic: Add output-enable propertyJacopo Mondi
2017-05-22Revert "pinctrl: generic: Add bi-directional and output-enable"Linus Walleij
2017-05-02Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-11pinctrl: generic: Add bi-directional and output-enableJacopo Mondi
2017-04-07pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren
2017-01-26Merge branch 'ib-pinctrl-genprops' into develLinus Walleij
2017-01-26pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg
2017-01-26pinctrl: Allow configuration of pins from gpiolib based driversMika Westerberg
2017-01-26pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren
2016-06-23pinctrl: pinconf: Add generic helper function for freeing mappingsJon Hunter
2016-04-21pinctrl: Add devm_ apis for pinctrl_{register, unregister}Laxman Dewangan
2015-10-27drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson
2015-10-02pinctrl: pinconf-generic: sort pin configuration params alphabeticallyMasahiro Yamada
2015-06-01pinctrl: use "const struct ..." rather than "struct ... const"Masahiro Yamada
2015-06-01pinctrl: remove useless const qualifierMasahiro Yamada