aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/devicetree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04pinctrl: devicetree.c: remove orphan pinctrl_dt_has_hogs()Rasmus Villemoes1-15/+0
2019-10-03pinctrl: devicetree: Avoid taking direct reference to device name stringWill Deacon1-5/+20
2019-08-05pinctrl: devicetree: Use strlen() instead of hardcoded numberGeert Uytterhoeven1-4/+2
2019-07-03driver: core: Allow subsystems to continue deferring probeThierry Reding1-4/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner1-12/+1
2018-07-10pinctrl: Support stopping deferred probe after initcallsRob Herring1-4/+11
2018-06-18pinctrl: devicetree: Fix pctldev pointer overwriteFabio Estevam1-2/+5
2018-03-02pinctrl: devicetree: Fix dt_to_map_one_config handling of hogsRichard Fitzgerald1-2/+4
2017-08-31pinctrl: Delete an error messageMarkus Elfring1-4/+1
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-01-09pinctrl: core: Make dt_free_map optionalTony Lindgren1-1/+2
2017-01-03pinctrl: core: Use delayed work for hogsTony Lindgren1-5/+23
2016-11-04pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_argsTony Lindgren1-0/+144
2016-06-18pinctrl: OF: Don't create a pinctrl handle if no pinctrl entries existJon Hunter1-1/+6
2015-07-16pinctrl: simplify of_pinctrl_get()Masahiro Yamada1-7/+1
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson1-1/+1
2014-02-24pinctrl: Quiet logging about missing DT nodes when not using DTMark Brown1-1/+3
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard1-13/+2
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart1-2/+2
2013-01-11pinctrl: do not defer device tree hogsLinus Walleij1-0/+5
2012-11-11gpiolib: separation of pin concernsLinus Walleij1-3/+1
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim1-0/+13
2012-04-18pinctrl: implement pinctrl deferred probingLinus Walleij1-3/+3
2012-04-18pinctrl: core device tree mapping table parsing supportStephen Warren1-0/+249