aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinmux.c
AgeCommit message (Expand)Author
2018-07-17pinctrl: pinmux: Return selector to the pinctrl driverTony Lindgren
2018-06-18pinctrl: Cut unused sysfs includesLinus Walleij
2018-01-16pinctrl: pinmux: Use seq_putc() in pinmux_pins_show()Markus Elfring
2018-01-09pinctrl: remove redundant mux_setting clear in pinmux_disable_setting()Masahiro Yamada
2017-08-14pinctrl: add __rcu annotations to fix sparse warningsMasahiro Yamada
2017-08-14pinctrl: move const qualifier before structMasahiro Yamada
2017-05-22pinctrl: core: Fix warning by removing bogus codeTony Lindgren
2017-04-07pinctrl: pinmux: Fix kerneldoc for pinmux_generic_add_function()Geert Uytterhoeven
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren
2016-12-30pinctrl: simplify check for pin request conflictsVladimir Zapolskiy
2016-05-31pinctrl: return -ENOMEM instead of -EINVAL for kasprintf() failureMasahiro Yamada
2016-05-31pinctrl: do not care about blank pin nameMasahiro Yamada
2016-03-17pinctrl: convert to use match_string() helperAndy Shevchenko
2015-09-14pinctrl: join lines that can be a single line within 80 columnsMasahiro Yamada
2015-07-27pinctrl: use dev_err() to show message in pinmux_func_name_to_selector()Masahiro Yamada
2015-06-10pinctrl: don't print unavailable function groupsLudovic Desroches
2015-05-28pinctrl: improve debugfs for strict controllersLinus Walleij
2015-05-06pinctrl: move strict option to pinmux_opsLinus Walleij
2015-05-06pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij
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
2013-11-04pinctrl: remove minor dead codeMichael Opdenacker
2013-08-14pinctrl: improve warning messagesLinus Walleij
2013-08-14pinctrl: pinmux: Don't free pins requested by other devices in pinmux_disable...Sonic Zhang
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard
2013-03-21pinmux: forbid mux_usecount to be set at UINT_MAXRichard Genoud
2012-11-11pinctrl: pinmux: Release all taken pins in pinmux_enable_setting error pathsAxel Lin
2012-11-11pinctrl: reserve pins when states are activatedLinus Walleij
2012-09-14pinctrl: use kasprintf() in pinmux_request_gpio()Thomas Petazzoni
2012-05-15pinctrl: make pinmux disable function optionalDong Aisheng
2012-05-07pinctrl: add more info to error msgs in pin_requestStephen Warren
2012-04-26pinctrl: enhance reporting of errors when loading from DTJohn Crispin
2012-04-24pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_settingJohn Crispin
2012-04-18pinctrl: show pin name when request pinsDong Aisheng
2012-04-18pinctrl: add some error checking for user interfacesDong Aisheng
2012-04-18pinctrl: fix pinmux_check_ops error checkingDong Aisheng
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar
2012-03-12pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren
2012-03-05pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren
2012-03-05pinctrl: add usecount to pins for muxingStephen Warren
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren
2012-03-05pinctrl: fix and simplify lockingStephen Warren
2012-03-02pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren
2012-02-29pinctrl: make the pinmux-pins more helpfulLinus Walleij
2012-02-24pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren
2012-02-22pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren
2012-02-22pinctrl: Re-order pinmux.[ch] to match each-otherStephen Warren
2012-02-22pinctrl: use list_add_tail instead of list_addStephen Warren