summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-07-141-27/+17Star
|\
| * pinctrl: remove unused pin_is_valid()Masahiro Yamada2019-06-121-23/+0Star
| * 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/+1Star
|/
* 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/+0Star
* 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/+12Star
* 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/+0Star
* 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/+3Star
|\
| * pinctrl: core: Fix warning by removing bogus codeTony Lindgren2017-05-221-17/+3Star
* | 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-031-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/+2Star
* | 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/+6Star
* | pinctrl: core: Make dt_free_map optionalTony Lindgren2017-01-091-3/+0Star
* | 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/+1Star
* pinctrl: zynq: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan2016-04-211-1/+1
* pinctrl: Add devm_ apis for pinctrl_{register, unregister}Laxman Dewangan2016-04-211-0/+63
* pinctrl: core: create nolock version of pinctrl_find_gpio_range_from_pinJoachim Eastwood2016-03-071-12/+23
* drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson2015-10-271-0/+32
* pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()Tony Lindgren2015-09-141-0/+3
* pinctrl: use dev_err() to show message in pinctrl_register_one_pin()Masahiro Yamada2015-07-271-2/+1Star
* Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2015-06-251-9/+12
|\
| * pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada2015-06-101-7/+10
| * pinctrl: fix confusing debug message in pinctrl_register_map()Masahiro Yamada2015-06-021-1/+1