aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-17pinctrl: core: Remove duplicated word from devm_pinctrl_unregister()Michal Simek1-1/+1
2021-04-30Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-8/+31
2021-04-22pinctrl: core: Show pin numbers for the controllers with base = 0Andy Shevchenko1-6/+8
2021-04-22pinctrl: core: Fix kernel doc string for pin_get_name()Andy Shevchenko1-1/+1
2021-03-15pinctrl: core: Set ret to 0 when group is skippedMichal Simek1-0/+2
2021-03-15pinctrl: core: Handling pinmux and pinconf separatelyMichal Simek1-1/+22
2021-03-10pinctrl: use to octal permissions for debugfs filesDrew Fustini1-6/+6
2021-01-05pinctrl: remove empty lines in pinctrl subsystemZhaoyu Liu1-1/+0
2020-11-05pinctrl: core: Add missing #ifdef CONFIG_GPIOLIBHe Zhe1-0/+2
2020-08-04pinctrl: core: print gpio in pins debugfs fileDrew Fustini1-0/+21
2020-07-16pinctrl: core: Fix a bunch of kerneldoc issuesLee Jones1-6/+6
2020-04-02Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+1
2020-02-29pinctrl: core: Remove extra kref_get which blocks hogs being freedCharles Keepax1-1/+0
2020-02-29pinctrl: Export some needed symbols at module load timeBaolin Wang1-0/+1
2019-12-30Merge branch 'ib-pinctrl-unreg-mappings' into develLinus Walleij1-25/+16
2019-12-30pinctrl: Allow modules to use pinctrl_[un]register_mappingsHans de Goede1-25/+16
2019-12-13pinctrl: core: Add pinctrl_select_default_state() and export itUlf Hansson1-14/+19
2019-08-23pinctrl/gpio: Take MUX usage into accountStefan Wahren1-0/+28
2019-07-13Merge tag 'pinctrl-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-27/+17
2019-06-12pinctrl: remove unused pin_is_valid()Masahiro Yamada1-23/+0
2019-06-12pinctrl: remove unneeded initializer for list_for_each_entry() iteratorMasahiro Yamada1-4/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2019-05-24pinctrl: core: Do not add device links for hogsLinus Walleij1-1/+3
2019-05-23pinctrl: Enable device link creation for pin controlBenjamin Gaignard1-0/+11
2018-10-01pinctrl: core: make sure strcmp() doesn't get a null parameterYanjiang Jin1-2/+2
2018-07-17pinctrl: core: Return selector to the pinctrl driverTony Lindgren1-3/+32
2018-06-18pinctrl: Cut unused sysfs includesLinus Walleij1-1/+0
2018-03-02pinctrl: core: Add missing EXPORT on pinctrl_register_mappingsRichard Fitzgerald1-0/+1
2018-02-22pinctrl: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko1-78/+12
2018-02-12pinctrl: mcp23s08: spi: Fix duplicate pinctrl debugfs entriesJan Kundrát1-2/+16
2017-12-20pinctrl: Really force states during suspend/resumeFlorian Fainelli1-7/+17
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-6/+6
2017-08-31pinctrl: core: Delete an error messageMarkus Elfring1-1/+0
2017-08-14pinctrl: add __rcu annotations to fix sparse warningsMasahiro Yamada1-1/+1
2017-08-14pinctrl: move const qualifier before structMasahiro Yamada1-7/+7
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij1-17/+3
2017-05-22pinctrl: core: Fix warning by removing bogus codeTony Lindgren1-17/+3
2017-05-22pinctrl: When claiming hog, skip maps not served by same deviceNikita Yushchenko1-0/+10
2017-05-22pinctrl: Adjust nine checks for null pointersMarkus Elfring1-9/+9
2017-05-22pinctrl: Use seq_putc() in pinctrl_maps_show()Markus Elfring1-1/+1
2017-05-02Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-5/+5
2017-04-24pinctrl: core: Make pinctrl_init_controller() staticAndy Shevchenko1-3/+3
2017-04-07pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren1-36/+61
2017-03-14pinctrl: Fix spelling typosAndy Shevchenko1-1/+1
2017-03-06pinctrl: Fix trivial spelling typo in a commentCharles Keepax1-1/+1
2017-01-26Merge branch 'ib-pinctrl-genprops' into develLinus Walleij1-0/+29
2017-01-26pinctrl: Allow configuration of pins from gpiolib based driversMika Westerberg1-0/+29
2017-01-13pinctrl: Initialize pinctrl_dev.nodeThierry Reding1-4/+2
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren1-62/+139
2017-01-11pinctrl: Drop error prints on kzalloc() failureBjorn Andersson1-20/+6