aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.c
AgeCommit message (Expand)Author
2019-04-20pinctrl: core: make sure strcmp() doesn't get a null parameterYanjiang Jin
2018-07-17pinctrl: core: Return selector to the pinctrl driverTony Lindgren
2018-06-18pinctrl: Cut unused sysfs includesLinus Walleij
2018-03-02pinctrl: core: Add missing EXPORT on pinctrl_register_mappingsRichard Fitzgerald
2018-02-22pinctrl: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko
2018-02-12pinctrl: mcp23s08: spi: Fix duplicate pinctrl debugfs entriesJan Kundrát
2017-12-20pinctrl: Really force states during suspend/resumeFlorian Fainelli
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij
2017-08-31pinctrl: core: Delete an error messageMarkus Elfring
2017-08-14pinctrl: add __rcu annotations to fix sparse warningsMasahiro Yamada
2017-08-14pinctrl: move const qualifier before structMasahiro Yamada
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij
2017-05-22pinctrl: core: Fix warning by removing bogus codeTony Lindgren
2017-05-22pinctrl: When claiming hog, skip maps not served by same deviceNikita Yushchenko
2017-05-22pinctrl: Adjust nine checks for null pointersMarkus Elfring
2017-05-22pinctrl: Use seq_putc() in pinctrl_maps_show()Markus Elfring
2017-05-02Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-24pinctrl: core: Make pinctrl_init_controller() staticAndy Shevchenko
2017-04-07pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren
2017-03-14pinctrl: Fix spelling typosAndy Shevchenko
2017-03-06pinctrl: Fix trivial spelling typo in a commentCharles Keepax
2017-01-26Merge branch 'ib-pinctrl-genprops' into develLinus Walleij
2017-01-26pinctrl: Allow configuration of pins from gpiolib based driversMika Westerberg
2017-01-13pinctrl: Initialize pinctrl_dev.nodeThierry Reding
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren
2017-01-11pinctrl: Drop error prints on kzalloc() failureBjorn Andersson
2017-01-09pinctrl: core: Make dt_free_map optionalTony Lindgren
2017-01-05pinctrl: Fix panic when pinctrl devices with hogs are unregisteredJon Hunter
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren
2017-01-03pinctrl: stricten up generic group codeLinus Walleij
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren
2017-01-03pinctrl: add some comments to the hog/late init codeLinus Walleij
2017-01-03pinctrl: core: Use delayed work for hogsTony Lindgren
2016-05-31pinctrl: copy per-pin driver private data to struct pin_descMasahiro Yamada
2016-05-31pinctrl: do not care about blank pin nameMasahiro Yamada
2016-04-21pinctrl: zynq: Use devm_pinctrl_register() for pinctrl registrationLaxman Dewangan
2016-04-21pinctrl: Add devm_ apis for pinctrl_{register, unregister}Laxman Dewangan
2016-03-07pinctrl: core: create nolock version of pinctrl_find_gpio_range_from_pinJoachim Eastwood
2015-10-27drivers/pinctrl: Add the concept of an "init" stateDouglas Anderson
2015-09-14pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()Tony Lindgren
2015-07-27pinctrl: use dev_err() to show message in pinctrl_register_one_pin()Masahiro Yamada
2015-06-24Merge tag 'pinctrl-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2015-06-10pinctrl: make pinctrl_register() return proper error codeMasahiro Yamada
2015-06-02pinctrl: fix confusing debug message in pinctrl_register_map()Masahiro Yamada
2015-05-12pinctrl: Grammar s/used in as/used as/Geert Uytterhoeven
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson
2015-01-14pinctrl: Fix two deadlocksJim Lin
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu
2014-04-22pinctrl: allows not to define the get_group_pins operationAntoine Ténart
2014-02-06pinctrl: do not init debugfs entries for unimplemented functionalitiesFlorian Vaussard