summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.c
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: core: handle radix_tree_insert() errors in pinctrl_register_one_pin()Sergey Shtylyov2023-07-281-3/+11
* pinctrl: core: handle radix_tree_insert() errors in pinctrl_generic_add_group()Sergey Shtylyov2023-07-281-2/+4
* gpiolib: remove asm-generic/gpio.hArnd Bergmann2023-03-061-1/+0
* gpio: Get rid of gpio_to_chip()Linus Walleij2023-01-301-2/+12
* pinctrl: Move for_each_maps() to namespace and hide iterator insideAndy Shevchenko2022-11-141-4/+2
* pinctrl: Clean up headersAndy Shevchenko2022-10-241-9/+10
* pinctrl: core: Use device_match_of_node() helperAndy Shevchenko2022-07-181-1/+1
* Merge tag 'pinctrl-v5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-051-0/+2
|\
| * pinctrl: core: fix possible memory leak in pinctrl_enable()Yang Yingliang2021-10-251-0/+2
* | pinctrl: core: Remove duplicated word from devm_pinctrl_unregister()Michal Simek2021-09-171-1/+1
|/
* Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-301-8/+31
|\
| * pinctrl: core: Fix kernel doc string for pin_get_name()Andy Shevchenko2021-04-221-1/+1
| * pinctrl: core: Set ret to 0 when group is skippedMichal Simek2021-03-151-0/+2
| * pinctrl: core: Handling pinmux and pinconf separatelyMichal Simek2021-03-151-1/+22
| * pinctrl: use to octal permissions for debugfs filesDrew Fustini2021-03-101-6/+6
* | pinctrl: core: Show pin numbers for the controllers with base = 0Andy Shevchenko2021-04-221-6/+8
|/
* pinctrl: remove empty lines in pinctrl subsystemZhaoyu Liu2021-01-051-1/+0
* pinctrl: core: Add missing #ifdef CONFIG_GPIOLIBHe Zhe2020-11-051-0/+2
* 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
|\