aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinmux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-23pinctrl/gpio: Take MUX usage into accountStefan Wahren1-0/+24
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2018-12-07pinctrl: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-25/+4
2018-07-17pinctrl: pinmux: Return selector to the pinctrl driverTony Lindgren1-4/+12
2018-06-18pinctrl: Cut unused sysfs includesLinus Walleij1-1/+0
2018-01-16pinctrl: pinmux: Use seq_putc() in pinmux_pins_show()Markus Elfring1-1/+1
2018-01-09pinctrl: remove redundant mux_setting clear in pinmux_disable_setting()Masahiro Yamada1-2/+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-05-22pinctrl: core: Fix warning by removing bogus codeTony Lindgren1-17/+4
2017-04-07pinctrl: pinmux: Fix kerneldoc for pinmux_generic_add_function()Geert Uytterhoeven1-1/+1
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren1-0/+173
2016-12-30pinctrl: simplify check for pin request conflictsVladimir Zapolskiy1-28/+15
2016-05-31pinctrl: return -ENOMEM instead of -EINVAL for kasprintf() failureMasahiro Yamada1-1/+1
2016-05-31pinctrl: do not care about blank pin nameMasahiro Yamada1-10/+4
2016-03-17pinctrl: convert to use match_string() helperAndy Shevchenko1-10/+3
2015-09-14pinctrl: join lines that can be a single line within 80 columnsMasahiro Yamada1-2/+1
2015-07-27pinctrl: use dev_err() to show message in pinmux_func_name_to_selector()Masahiro Yamada1-2/+1
2015-06-10pinctrl: don't print unavailable function groupsLudovic Desroches1-1/+4
2015-05-28pinctrl: improve debugfs for strict controllersLinus Walleij1-8/+33
2015-05-06pinctrl: move strict option to pinmux_opsLinus Walleij1-2/+2
2015-05-06pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang1-0/+13
2014-09-04pinctrl: clean up after enable refactoringLinus Walleij1-5/+5
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinFan Wu1-4/+0
2014-04-22pinctrl: allows not to define the get_group_pins operationAntoine Ténart1-10/+13
2013-11-04pinctrl: remove minor dead codeMichael Opdenacker1-3/+1
2013-08-14pinctrl: improve warning messagesLinus Walleij1-6/+35
2013-08-14pinctrl: pinmux: Don't free pins requested by other devices in pinmux_disable_setting.Sonic Zhang1-5/+5
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard1-4/+4
2013-03-21pinmux: forbid mux_usecount to be set at UINT_MAXRichard Genoud1-0/+5
2012-11-11pinctrl: pinmux: Release all taken pins in pinmux_enable_setting error pathsAxel Lin1-7/+21
2012-11-11pinctrl: reserve pins when states are activatedLinus Walleij1-45/+22
2012-09-14pinctrl: use kasprintf() in pinmux_request_gpio()Thomas Petazzoni1-4/+1
2012-05-15pinctrl: make pinmux disable function optionalDong Aisheng1-3/+3
2012-05-07pinctrl: add more info to error msgs in pin_requestStephen Warren1-6/+8
2012-04-26pinctrl: enhance reporting of errors when loading from DTJohn Crispin1-10/+27
2012-04-24pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_settingJohn Crispin1-7/+8
2012-04-18pinctrl: show pin name when request pinsDong Aisheng1-2/+3
2012-04-18pinctrl: add some error checking for user interfacesDong Aisheng1-2/+13
2012-04-18pinctrl: fix pinmux_check_ops error checkingDong Aisheng1-3/+5
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar1-4/+7
2012-03-12pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren1-23/+49
2012-03-05pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren1-1/+67
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren1-26/+43
2012-03-05pinctrl: add usecount to pins for muxingStephen Warren1-4/+19
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren1-304/+98
2012-03-05pinctrl: fix and simplify lockingStephen Warren1-12/+9
2012-03-02pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren1-23/+14
2012-02-29pinctrl: make the pinmux-pins more helpfulLinus Walleij1-3/+8
2012-02-24pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren1-1/+1