summaryrefslogtreecommitdiffstats
path: root/include/linux/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-145-35/+20Star
|\
| * pinctrl: remove unneeded #ifdef around declarationsMasahiro Yamada2019-06-254-26/+6Star
| * pinctrl: make pinconf.h self-containedMasahiro Yamada2019-06-181-0/+2
| * pinctrl: remove unused pin_is_valid()Masahiro Yamada2019-06-121-10/+0Star
| * pinctrl: add include guard to pinctrl-state.hMasahiro Yamada2019-06-091-0/+5
| * pinctrl: Enable device link creation for pin controlBenjamin Gaignard2019-05-231-0/+5
| * pinctrl: generic: add new 'drive-strength-microamp' property supportGuillaume La Roque2019-05-231-0/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-307-14/+7Star
|/
* pinctrl: remove unused 'pinconf-config' debugfs interfaceVladimir Zapolskiy2019-01-281-4/+0Star
* pinctrl: remove pinctrl/machine.h inclusion from pinctrl/pinconf.hVladimir Zapolskiy2019-01-281-2/+0Star
* pinctrl: Document pin_config_group_get() return codes like pin_config_get()Douglas Anderson2018-07-091-1/+2
* pinctrl: remove include file from <linux/device.h>Linus Torvalds2018-02-031-0/+1
* Merge tag 'pinctrl-v4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-021-0/+2
|\
| * pinctrl: Forward declare struct deviceLadislav Michl2018-01-221-0/+2
* | gpio: gpiolib: Generalise state persistence beyond sleepAndrew Jeffery2017-12-021-0/+2
|/
* Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-11-162-4/+9
|\
| * pinctrl: Add skew-delay pin config and bindingsLinus Walleij2017-11-081-0/+5
| * pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-4/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* pinctrl: Add sleep related state to indicate sleep related configsBaolin Wang2017-08-311-0/+2
* pinctrl: move const qualifier before structMasahiro Yamada2017-08-141-2/+2
* pinctrl: generic: update references to Documentation/pinctrl.txtLudovic Desroches2017-08-071-2/+2
* pinctrl: generic: Add output-enable propertyJacopo Mondi2017-06-291-4/+11
* Revert "pinctrl: generic: Add bi-directional and output-enable"Linus Walleij2017-05-221-3/+0Star
* Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-031-0/+3
|\
| * pinctrl: generic: Add bi-directional and output-enableJacopo Mondi2017-04-111-0/+3
* | pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren2017-04-071-1/+2
|/
* Merge branch 'ib-pinctrl-genprops' into develLinus Walleij2017-01-262-26/+32
|\
| * pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-261-18/+15Star
| * pinctrl: Allow configuration of pins from gpiolib based driversMika Westerberg2017-01-261-0/+6
| * pinctrl: Widen the generic pinconf argument from 16 to 24 bitsMika Westerberg2017-01-261-8/+11
* | pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren2017-01-131-0/+15
|/
* pinctrl: pinconf: Add generic helper function for freeing mappingsJon Hunter2016-06-231-0/+2
* pinctrl: Add devm_ apis for pinctrl_{register, unregister}Laxman Dewangan2016-04-211-0/+6
* drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson2015-10-272-0/+18
* pinctrl: pinconf-generic: sort pin configuration params alphabeticallyMasahiro Yamada2015-10-031-32/+32
* pinctrl: use "const struct ..." rather than "struct ... const"Masahiro Yamada2015-06-011-1/+1
* pinctrl: remove useless const qualifierMasahiro Yamada2015-06-011-1/+1
* pinctrl: use ERR_CAST instead of ERR_PTR/PTR_ERRFabian Frederick2015-05-061-1/+1
* pinctrl: move strict option to pinmux_opsLinus Walleij2015-05-062-3/+4
* pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang2015-05-061-0/+3
* Revert "pinctrl: consumer: use correct retval for placeholder functions"Linus Walleij2015-03-051-3/+3
* pinctrl: consumer: use correct retval for placeholder functionsWolfram Sang2015-01-141-3/+3
* pinctrl: pinconf-generic: loose DT dependenceLinus Walleij2015-01-142-8/+11
* pinctrl: pinconf-generic: Allow driver to specify DT paramsSoren Brinkmann2015-01-112-0/+27
* pinctrl: pinconf-generic: Infer map type from DT propertySoren Brinkmann2015-01-111-0/+11
* pinctrl: generic: Fix PIN_CONFIG_DRIVE_OPEN_SOURCE source/drain doc mismatchGeert Uytterhoeven2014-09-041-1/+1
* pinctrl: clean up after enable refactoringLinus Walleij2014-09-041-4/+3Star
* pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu2014-07-111-2/+0Star
* pinctrl: Add void * to pinctrl_pin_descSherman Yin2014-01-161-0/+2