aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/devicetree.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10pinctrl: devicetree: Delete usage of driver_deferred_probe_check_state()Gravatar Saravana Kannan 1-1/+1
2020-09-12pinctrl: devicetree: Keep deferring even on timeoutGravatar Thierry Reding 1-3/+2
2020-07-16pinctrl: devicetree: Add one new attribute description and rename another twoGravatar Lee Jones 1-2/+3
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-0/+1
2020-04-01gpio: export of_pinctrl_get to modulesGravatar Stephen Rothwell 1-0/+1
2020-03-04pinctrl: Remove use of driver_deferred_probe_check_state_continue()Gravatar John Stultz 1-4/+5
2019-12-30pinctrl: Allow modules to use pinctrl_[un]register_mappingsGravatar Hans de Goede 1-2/+2
2019-11-05pinctrl: just return if no valid mapsGravatar lijiazi 1-0/+10
2019-10-04pinctrl: devicetree.c: remove orphan pinctrl_dt_has_hogs()Gravatar Rasmus Villemoes 1-15/+0
2019-10-03pinctrl: devicetree: Avoid taking direct reference to device name stringGravatar Will Deacon 1-5/+20
2019-08-05pinctrl: devicetree: Use strlen() instead of hardcoded numberGravatar Geert Uytterhoeven 1-4/+2
2019-07-03driver: core: Allow subsystems to continue deferring probeGravatar Thierry Reding 1-4/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Gravatar Thomas Gleixner 1-12/+1
2018-07-10pinctrl: Support stopping deferred probe after initcallsGravatar Rob Herring 1-4/+11
2018-06-18pinctrl: devicetree: Fix pctldev pointer overwriteGravatar Fabio Estevam 1-2/+5
2018-03-02pinctrl: devicetree: Fix dt_to_map_one_config handling of hogsGravatar Richard Fitzgerald 1-2/+4
2017-08-31pinctrl: Delete an error messageGravatar Markus Elfring 1-4/+1
2017-08-14pinctrl: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-2/+2
2017-01-09pinctrl: core: Make dt_free_map optionalGravatar Tony Lindgren 1-1/+2
2017-01-03pinctrl: core: Use delayed work for hogsGravatar Tony Lindgren 1-5/+23
2016-11-04pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_argsGravatar Tony Lindgren 1-0/+144
2016-06-18pinctrl: OF: Don't create a pinctrl handle if no pinctrl entries existGravatar Jon Hunter 1-1/+6
2015-07-16pinctrl: simplify of_pinctrl_get()Gravatar Masahiro Yamada 1-7/+1
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realGravatar Doug Anderson 1-1/+1
2014-02-24pinctrl: Quiet logging about missing DT nodes when not using DTGravatar Mark Brown 1-1/+3
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structGravatar Patrice Chotard 1-13/+2
2013-03-07pinctrl: Declare operation structures as constGravatar Laurent Pinchart 1-2/+2
2013-01-11pinctrl: do not defer device tree hogsGravatar Linus Walleij 1-0/+5
2012-11-11gpiolib: separation of pin concernsGravatar Linus Walleij 1-3/+1
2012-11-11gpiolib: provide provision to register pin rangesGravatar Shiraz Hashim 1-0/+13
2012-04-18pinctrl: implement pinctrl deferred probingGravatar Linus Walleij 1-3/+3
2012-04-18pinctrl: core device tree mapping table parsing supportGravatar Stephen Warren 1-0/+249