summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.c
AgeCommit message (Expand)AuthorLines
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij-17/+3
2017-05-22pinctrl: core: Fix warning by removing bogus codeTony Lindgren-17/+3
2017-05-22pinctrl: When claiming hog, skip maps not served by same deviceNikita Yushchenko-0/+10
2017-05-22pinctrl: Adjust nine checks for null pointersMarkus Elfring-9/+9
2017-05-22pinctrl: Use seq_putc() in pinctrl_maps_show()Markus Elfring-1/+1
2017-05-02Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+5
2017-04-24pinctrl: core: Make pinctrl_init_controller() staticAndy Shevchenko-3/+3
2017-04-07pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren-36/+61
2017-03-14pinctrl: Fix spelling typosAndy Shevchenko-1/+1
2017-03-06pinctrl: Fix trivial spelling typo in a commentCharles Keepax-1/+1
2017-01-26Merge branch 'ib-pinctrl-genprops' into develLinus Walleij-0/+29
2017-01-26pinctrl: Allow configuration of pins from gpiolib based driversMika Westerberg-0/+29
2017-01-13pinctrl: Initialize pinctrl_dev.nodeThierry Reding-4/+2
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren-62/+139
2017-01-11pinctrl: Drop error prints on kzalloc() failureBjorn Andersson-20/+6
2017-01-09pinctrl: core: Make dt_free_map optionalTony Lindgren-3/+0
2017-01-05pinctrl: Fix panic when pinctrl devices with hogs are unregisteredJon Hunter-2/+6
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren-0/+4
2017-01-03pinctrl: stricten up generic group codeLinus Walleij-2/+4
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren-0/+178
2017-01-03pinctrl: add some comments to the hog/late init codeLinus Walleij-0/+12
2017-01-03pinctrl: core: Use delayed work for hogsTony Lindgren-32/+58
2016-05-31pinctrl: copy per-pin driver private data to struct pin_descMasahiro Yamada-10/+12
2016-05-31pinctrl: do not care about blank pin nameMasahiro Yamada-2/+1
2016-04-21pinctrl: zynq: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan-1/+1
2016-04-21pinctrl: Add devm_ apis for pinctrl_{register, unregister}Laxman Dewangan-0/+63
2016-03-07pinctrl: core: create nolock version of pinctrl_find_gpio_range_from_pinJoachim Eastwood-12/+23
2015-10-27drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson-0/+32
2015-09-14pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()Tony Lindgren-0/+3
2015-07-27pinctrl: use dev_err() to show message in pinctrl_register_one_pin()Masahiro Yamada-2/+1
2015-06-24Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-9/+12
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada-7/+10
2015-06-02pinctrl: fix confusing debug message in pinctrl_register_map()Masahiro Yamada-1/+1
2015-05-12pinctrl: Grammar s/used in as/used as/Geert Uytterhoeven-1/+1
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson-6/+4
2015-01-14pinctrl: Fix two deadlocksJim Lin-2/+3
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu-19/+5
2014-04-22pinctrl: allows not to define the get_group_pins operationAntoine Ténart-7/+10
2014-02-06pinctrl: do not init debugfs entries for unimplemented functionalitiesFlorian Vaussard-2/+4
2014-02-04pinctrl: protect pinctrl_list addStanislaw Gruszka-0/+2
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert-0/+14
2013-08-29Merge tag 'v3.11-rc7' into develLinus Walleij-0/+1
2013-08-28pinctrl: core: Add proper mutex lock in pinctrl_request_gpioAxel Lin-0/+4
2013-08-23pinctrl: core: Remove unnecessary test for desc->nameAxel Lin-3/+1
2013-08-23pinctrl: core: Hold pctldev->mutex mutex lock while traversing gpio_ranges listAxel Lin-0/+3
2013-08-23pinctrl: core: Hold pinctrldev_list_mutex mutex while traversing pinctrldev_listAxel Lin-0/+5
2013-07-25pinctrl: fix a memleak when freeing mapsLinus Walleij-0/+1
2013-07-23pinctrl: Remove duplicate code in pinctrl_pm_select_state functionsTony Lindgren-28/+27
2013-06-18pinctrl: Staticize local symbolsSachin Kamat-2/+2
2013-06-18pinctrl: core: fix missing unlock on error in pinctrl_find_gpio_range_from_pin()Wei Yongjun-8/+7