summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/devicetree.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: devicetree: fix null pointer dereferencing in pinctrl_dt_to_mapZeng Heng2022-11-101-0/+2
* pinctrl: devicetree: Delete usage of driver_deferred_probe_check_state()Saravana Kannan2022-06-101-1/+1
* pinctrl: devicetree: Keep deferring even on timeoutThierry Reding2020-09-121-3/+2
* pinctrl: devicetree: Add one new attribute description and rename another twoLee Jones2020-07-161-2/+3
* Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-04-041-0/+1
|\
| * gpio: export of_pinctrl_get to modulesStephen Rothwell2020-04-011-0/+1
* | pinctrl: Remove use of driver_deferred_probe_check_state_continue()John Stultz2020-03-041-4/+5
|/
* pinctrl: Allow modules to use pinctrl_[un]register_mappingsHans de Goede2019-12-301-2/+2
* pinctrl: just return if no valid mapslijiazi2019-11-051-0/+10
* pinctrl: devicetree.c: remove orphan pinctrl_dt_has_hogs()Rasmus Villemoes2019-10-041-15/+0
* pinctrl: devicetree: Avoid taking direct reference to device name stringWill Deacon2019-10-031-5/+20
* pinctrl: devicetree: Use strlen() instead of hardcoded numberGeert Uytterhoeven2019-08-051-4/+2
* driver: core: Allow subsystems to continue deferring probeThierry Reding2019-07-031-4/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-301-12/+1
* pinctrl: Support stopping deferred probe after initcallsRob Herring2018-07-101-4/+11
* pinctrl: devicetree: Fix pctldev pointer overwriteFabio Estevam2018-06-181-2/+5
* pinctrl: devicetree: Fix dt_to_map_one_config handling of hogsRichard Fitzgerald2018-03-021-2/+4
* pinctrl: Delete an error messageMarkus Elfring2017-08-311-4/+1
* pinctrl: Convert to using %pOF instead of full_nameRob Herring2017-08-141-2/+2
* pinctrl: core: Make dt_free_map optionalTony Lindgren2017-01-091-1/+2
* pinctrl: core: Use delayed work for hogsTony Lindgren2017-01-031-5/+23
* pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_argsTony Lindgren2016-11-041-0/+144
* pinctrl: OF: Don't create a pinctrl handle if no pinctrl entries existJon Hunter2016-06-181-1/+6
* pinctrl: simplify of_pinctrl_get()Masahiro Yamada2015-07-161-7/+1
* pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson2015-05-061-1/+1
* pinctrl: Quiet logging about missing DT nodes when not using DTMark Brown2014-02-241-1/+3
* pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard2013-04-261-13/+2
* pinctrl: Declare operation structures as constLaurent Pinchart2013-03-071-2/+2
* pinctrl: do not defer device tree hogsLinus Walleij2013-01-111-0/+5
* gpiolib: separation of pin concernsLinus Walleij2012-11-111-3/+1
* gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-111-0/+13
* pinctrl: implement pinctrl deferred probingLinus Walleij2012-04-181-3/+3
* pinctrl: core device tree mapping table parsing supportStephen Warren2012-04-181-0/+249