summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinmux.c
Commit message (Expand)AuthorAge
* pinctrl: pinmux: Use seq_putc() in pinmux_pins_show()Markus Elfring2018-01-16
* pinctrl: remove redundant mux_setting clear in pinmux_disable_setting()Masahiro Yamada2018-01-09
* pinctrl: add __rcu annotations to fix sparse warningsMasahiro Yamada2017-08-14
* pinctrl: move const qualifier before structMasahiro Yamada2017-08-14
* pinctrl: core: Fix warning by removing bogus codeTony Lindgren2017-05-22
* pinctrl: pinmux: Fix kerneldoc for pinmux_generic_add_function()Geert Uytterhoeven2017-04-07
* pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren2017-01-03
* pinctrl: simplify check for pin request conflictsVladimir Zapolskiy2016-12-30
* pinctrl: return -ENOMEM instead of -EINVAL for kasprintf() failureMasahiro Yamada2016-05-31
* pinctrl: do not care about blank pin nameMasahiro Yamada2016-05-31
* pinctrl: convert to use match_string() helperAndy Shevchenko2016-03-17
* pinctrl: join lines that can be a single line within 80 columnsMasahiro Yamada2015-09-14
* pinctrl: use dev_err() to show message in pinmux_func_name_to_selector()Masahiro Yamada2015-07-27
* pinctrl: don't print unavailable function groupsLudovic Desroches2015-06-10
* pinctrl: improve debugfs for strict controllersLinus Walleij2015-05-28
* pinctrl: move strict option to pinmux_opsLinus Walleij2015-05-06
* pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang2015-05-06
* pinctrl: clean up after enable refactoringLinus Walleij2014-09-04
* pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu2014-07-11
* pinctrl: allows not to define the get_group_pins operationAntoine Ténart2014-04-22
* pinctrl: remove minor dead codeMichael Opdenacker2013-11-04
* pinctrl: improve warning messagesLinus Walleij2013-08-14
* pinctrl: pinmux: Don't free pins requested by other devices in pinmux_disable...Sonic Zhang2013-08-14
* pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard2013-04-26
* pinmux: forbid mux_usecount to be set at UINT_MAXRichard Genoud2013-03-21
* pinctrl: pinmux: Release all taken pins in pinmux_enable_setting error pathsAxel Lin2012-11-11
* pinctrl: reserve pins when states are activatedLinus Walleij2012-11-11
* pinctrl: use kasprintf() in pinmux_request_gpio()Thomas Petazzoni2012-09-14
* pinctrl: make pinmux disable function optionalDong Aisheng2012-05-15
* pinctrl: add more info to error msgs in pin_requestStephen Warren2012-05-07
* pinctrl: enhance reporting of errors when loading from DTJohn Crispin2012-04-26
* pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_settingJohn Crispin2012-04-24
* pinctrl: show pin name when request pinsDong Aisheng2012-04-18
* pinctrl: add some error checking for user interfacesDong Aisheng2012-04-18
* pinctrl: fix pinmux_check_ops error checkingDong Aisheng2012-04-18
* pinctrl: replace list_*() with get_*_count()Viresh Kumar2012-04-18
* pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren2012-03-12
* pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren2012-03-05
* pinctrl: enhance mapping table to support pin config operationsStephen Warren2012-03-05
* pinctrl: add usecount to pins for muxingStephen Warren2012-03-05
* pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren2012-03-05
* pinctrl: fix and simplify lockingStephen Warren2012-03-05
* pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren2012-03-02
* pinctrl: make the pinmux-pins more helpfulLinus Walleij2012-02-29
* pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren2012-02-24
* pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren2012-02-22
* pinctrl: Re-order pinmux.[ch] to match each-otherStephen Warren2012-02-22
* pinctrl: use list_add_tail instead of list_addStephen Warren2012-02-22
* pinctrl: factor pin control handles over to the coreLinus Walleij2012-02-10
* pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij2012-02-10