summaryrefslogtreecommitdiff
path: root/include/linux/pinctrl
AgeCommit message (Expand)Author
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
2015-05-06pinctrl: use ERR_CAST instead of ERR_PTR/PTR_ERRFabian Frederick
2015-05-06pinctrl: move strict option to pinmux_opsLinus Walleij
2015-05-06pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang
2015-03-05Revert "pinctrl: consumer: use correct retval for placeholder functions"Linus Walleij
2015-01-14pinctrl: consumer: use correct retval for placeholder functionsWolfram Sang
2015-01-14pinctrl: pinconf-generic: loose DT dependenceLinus Walleij
2015-01-11pinctrl: pinconf-generic: Allow driver to specify DT paramsSoren Brinkmann
2015-01-11pinctrl: pinconf-generic: Infer map type from DT propertySoren Brinkmann
2014-09-04pinctrl: generic: Fix PIN_CONFIG_DRIVE_OPEN_SOURCE source/drain doc mismatchGeert Uytterhoeven
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu