summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/devicetree.c
AgeCommit message (Expand)AuthorLines
2024-04-16pinctrl: devicetree: fix refcount leak in pinctrl_dt_to_map()Zeng Heng-4/+6
2023-12-04pinctrl: Convert unsigned to unsigned intAndy Shevchenko-4/+4
2022-11-10pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_mapZeng Heng-0/+2
2022-06-10pinctrl: devicetree: Delete usage of driver_deferred_probe_check_state()Saravana Kannan-1/+1
2020-09-12pinctrl: devicetree: Keep deferring even on timeoutThierry Reding-3/+2
2020-07-16pinctrl: devicetree: Add one new attribute description and rename another twoLee Jones-2/+3
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds-0/+1
2020-04-01gpio: export of_pinctrl_get to modulesStephen Rothwell-0/+1
2020-03-04pinctrl: Remove use of driver_deferred_probe_check_state_continue()John Stultz-4/+5
2019-12-30pinctrl: Allow modules to use pinctrl_[un]register_mappingsHans de Goede-2/+2
2019-11-05pinctrl: just return if no valid mapslijiazi-0/+10
2019-10-04pinctrl: devicetree.c: remove orphan pinctrl_dt_has_hogs()Rasmus Villemoes-15/+0
2019-10-03pinctrl: devicetree: Avoid taking direct reference to device name stringWill Deacon-5/+20
2019-08-05pinctrl: devicetree: Use strlen() instead of hardcoded numberGeert Uytterhoeven-4/+2
2019-07-03driver: core: Allow subsystems to continue deferring probeThierry Reding-4/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner-12/+1
2018-07-10pinctrl: Support stopping deferred probe after initcallsRob Herring-4/+11
2018-06-18pinctrl: devicetree: Fix pctldev pointer overwriteFabio Estevam-2/+5
2018-03-02pinctrl: devicetree: Fix dt_to_map_one_config handling of hogsRichard Fitzgerald-2/+4
2017-08-31pinctrl: Delete an error messageMarkus Elfring-4/+1
2017-08-14pinctrl: Convert to using %pOF instead of full_nameRob Herring-2/+2
2017-01-09pinctrl: core: Make dt_free_map optionalTony Lindgren-1/+2
2017-01-03pinctrl: core: Use delayed work for hogsTony Lindgren-5/+23
2016-11-04pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_argsTony Lindgren-0/+144
2016-06-18pinctrl: OF: Don't create a pinctrl handle if no pinctrl entries existJon Hunter-1/+6
2015-07-16pinctrl: simplify of_pinctrl_get()Masahiro Yamada-7/+1
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson-1/+1
2014-02-24pinctrl: Quiet logging about missing DT nodes when not using DTMark Brown-1/+3
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard-13/+2
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart-2/+2
2013-01-11pinctrl: do not defer device tree hogsLinus Walleij-0/+5
2012-11-11gpiolib: separation of pin concernsLinus Walleij-3/+1
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim-0/+13
2012-04-18pinctrl: implement pinctrl deferred probingLinus Walleij-3/+3
2012-04-18pinctrl: core device tree mapping table parsing supportStephen Warren-0/+249