summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: core: print gpio in pins debugfs fileDrew Fustini2020-08-041-0/+21
* pinctrl: core: Fix a bunch of kerneldoc issuesLee Jones2020-07-161-6/+6
* Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-04-021-0/+1
|\
| * pinctrl: Export some needed symbols at module load timeBaolin Wang2020-02-291-0/+1
* | pinctrl: core: Remove extra kref_get which blocks hogs being freedCharles Keepax2020-02-291-1/+0
|/
* Merge branch 'ib-pinctrl-unreg-mappings' into develLinus Walleij2019-12-301-25/+16
|\
| * pinctrl: Allow modules to use pinctrl_[un]register_mappingsHans de Goede2019-12-301-25/+16
* | pinctrl: core: Add pinctrl_select_default_state() and export itUlf Hansson2019-12-131-14/+19
|/
* pinctrl/gpio: Take MUX usage into accountStefan Wahren2019-08-231-0/+28
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-131-27/+17
|\
| * pinctrl: remove unused pin_is_valid()Masahiro Yamada2019-06-121-23/+0
| * pinctrl: remove unneeded initializer for list_for_each_entry() iteratorMasahiro Yamada2019-06-121-4/+4
| * pinctrl: core: Do not add device links for hogsLinus Walleij2019-05-241-1/+3
| * pinctrl: Enable device link creation for pin controlBenjamin Gaignard2019-05-231-0/+11
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1
|/
* pinctrl: core: make sure strcmp() doesn't get a null parameterYanjiang Jin2018-10-011-2/+2
* pinctrl: core: Return selector to the pinctrl driverTony Lindgren2018-07-171-3/+32
* pinctrl: Cut unused sysfs includesLinus Walleij2018-06-181-1/+0
* pinctrl: core: Add missing EXPORT on pinctrl_register_mappingsRichard Fitzgerald2018-03-021-0/+1
* pinctrl: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-221-78/+12
* pinctrl: mcp23s08: spi: Fix duplicate pinctrl debugfs entriesJan Kundrát2018-02-121-2/+16
* pinctrl: Really force states during suspend/resumeFlorian Fainelli2017-12-201-7/+17
* pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-6/+6
* pinctrl: core: Delete an error messageMarkus Elfring2017-08-311-1/+0
* pinctrl: add __rcu annotations to fix sparse warningsMasahiro Yamada2017-08-141-1/+1
* pinctrl: move const qualifier before structMasahiro Yamada2017-08-141-7/+7
* Merge tag 'v4.12-rc7' into develLinus Walleij2017-06-291-17/+3
|\
| * pinctrl: core: Fix warning by removing bogus codeTony Lindgren2017-05-221-17/+3
* | pinctrl: When claiming hog, skip maps not served by same deviceNikita Yushchenko2017-05-221-0/+10
* | pinctrl: Adjust nine checks for null pointersMarkus Elfring2017-05-221-9/+9
* | pinctrl: Use seq_putc() in pinctrl_maps_show()Markus Elfring2017-05-221-1/+1
|/
* Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-021-5/+5
|\
| * pinctrl: core: Make pinctrl_init_controller() staticAndy Shevchenko2017-04-241-3/+3
| * pinctrl: Fix spelling typosAndy Shevchenko2017-03-141-1/+1
| * pinctrl: Fix trivial spelling typo in a commentCharles Keepax2017-03-061-1/+1
* | pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren2017-04-071-36/+61
|/
* Merge branch 'ib-pinctrl-genprops' into develLinus Walleij2017-01-261-0/+29
|\
| * pinctrl: Allow configuration of pins from gpiolib based driversMika Westerberg2017-01-261-0/+29
* | pinctrl: Initialize pinctrl_dev.nodeThierry Reding2017-01-131-4/+2
* | pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren2017-01-131-62/+139
* | pinctrl: Drop error prints on kzalloc() failureBjorn Andersson2017-01-111-20/+6
* | pinctrl: core: Make dt_free_map optionalTony Lindgren2017-01-091-3/+0
* | pinctrl: Fix panic when pinctrl devices with hogs are unregisteredJon Hunter2017-01-051-2/+6
* | pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren2017-01-031-0/+4
* | pinctrl: stricten up generic group codeLinus Walleij2017-01-031-2/+4
* | pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren2017-01-031-0/+178
* | pinctrl: add some comments to the hog/late init codeLinus Walleij2017-01-031-0/+12
* | pinctrl: core: Use delayed work for hogsTony Lindgren2017-01-031-32/+58
|/
* pinctrl: copy per-pin driver private data to struct pin_descMasahiro Yamada2016-05-311-10/+12
* pinctrl: do not care about blank pin nameMasahiro Yamada2016-05-311-2/+1