aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-09pinctrl: core: Make dt_free_map optionalTony Lindgren1-3/+0
2017-01-05pinctrl: Fix panic when pinctrl devices with hogs are unregisteredJon Hunter1-2/+6
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren1-0/+4
2017-01-03pinctrl: stricten up generic group codeLinus Walleij1-2/+4
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren1-0/+178
2017-01-03pinctrl: add some comments to the hog/late init codeLinus Walleij1-0/+12
2017-01-03pinctrl: core: Use delayed work for hogsTony Lindgren1-32/+58
2016-05-31pinctrl: copy per-pin driver private data to struct pin_descMasahiro Yamada1-10/+12
2016-05-31pinctrl: do not care about blank pin nameMasahiro Yamada1-2/+1
2016-04-21pinctrl: zynq: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan1-1/+1
2016-04-21pinctrl: Add devm_ apis for pinctrl_{register, unregister}Laxman Dewangan1-0/+63
2016-03-07pinctrl: core: create nolock version of pinctrl_find_gpio_range_from_pinJoachim Eastwood1-12/+23
2015-10-27drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson1-0/+32
2015-09-14pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()Tony Lindgren1-0/+3
2015-07-27pinctrl: use dev_err() to show message in pinctrl_register_one_pin()Masahiro Yamada1-2/+1
2015-06-24Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-9/+12
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada1-7/+10
2015-06-02pinctrl: fix confusing debug message in pinctrl_register_map()Masahiro Yamada1-1/+1
2015-05-12pinctrl: Grammar s/used in as/used as/Geert Uytterhoeven1-1/+1
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson1-6/+4
2015-01-14pinctrl: Fix two deadlocksJim Lin1-2/+3
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu1-19/+5
2014-04-22pinctrl: allows not to define the get_group_pins operationAntoine Ténart1-7/+10
2014-02-06pinctrl: do not init debugfs entries for unimplemented functionalitiesFlorian Vaussard1-2/+4
2014-02-04pinctrl: protect pinctrl_list addStanislaw Gruszka1-0/+2
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert1-0/+14
2013-08-29Merge tag 'v3.11-rc7' into develLinus Walleij1-0/+1
2013-08-28pinctrl: core: Add proper mutex lock in pinctrl_request_gpioAxel Lin1-0/+4
2013-08-23pinctrl: core: Remove unnecessary test for desc->nameAxel Lin1-3/+1
2013-08-23pinctrl: core: Hold pctldev->mutex mutex lock while traversing gpio_ranges listAxel Lin1-0/+3
2013-08-23pinctrl: core: Hold pinctrldev_list_mutex mutex while traversing pinctrldev_listAxel Lin1-0/+5