aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinmux.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-22pinctrl: add one more "const" for generic function groupsGravatar Rafał Miłecki 1-1/+1
2021-03-10pinctrl: pinmux: Add pinmux-select debugfs fileGravatar Drew Fustini 1-0/+102
2021-03-10pinctrl: use to octal permissions for debugfs filesGravatar Drew Fustini 1-2/+2
2021-01-24pinctrl: pinmux: add function selector to pinmux-functionsGravatar Drew Fustini 1-1/+1
2020-07-16pinctrl: pinmux: Add some missing parameter descriptionsGravatar Lee Jones 1-1/+4
2019-12-13pinctrl: pinmux: fix a possible null pointer in pinmux_can_be_used_for_gpioGravatar Alexandre Torgue 1-1/+1
2019-08-23pinctrl/gpio: Take MUX usage into accountGravatar Stefan Wahren 1-0/+24
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Gravatar Thomas Gleixner 1-2/+1
2018-12-07pinctrl: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 1-25/+4
2018-07-17pinctrl: pinmux: Return selector to the pinctrl driverGravatar Tony Lindgren 1-4/+12
2018-06-18pinctrl: Cut unused sysfs includesGravatar Linus Walleij 1-1/+0
2018-01-16pinctrl: pinmux: Use seq_putc() in pinmux_pins_show()Gravatar Markus Elfring 1-1/+1
2018-01-09pinctrl: remove redundant mux_setting clear in pinmux_disable_setting()Gravatar Masahiro Yamada 1-2/+0
2017-08-14pinctrl: add __rcu annotations to fix sparse warningsGravatar Masahiro Yamada 1-1/+1
2017-08-14pinctrl: move const qualifier before structGravatar Masahiro Yamada 1-7/+7
2017-05-22pinctrl: core: Fix warning by removing bogus codeGravatar Tony Lindgren 1-17/+4
2017-04-07pinctrl: pinmux: Fix kerneldoc for pinmux_generic_add_function()Gravatar Geert Uytterhoeven 1-1/+1
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsGravatar Tony Lindgren 1-0/+173
2016-12-30pinctrl: simplify check for pin request conflictsGravatar Vladimir Zapolskiy 1-28/+15
2016-05-31pinctrl: return -ENOMEM instead of -EINVAL for kasprintf() failureGravatar Masahiro Yamada 1-1/+1
2016-05-31pinctrl: do not care about blank pin nameGravatar Masahiro Yamada 1-10/+4
2016-03-17pinctrl: convert to use match_string() helperGravatar Andy Shevchenko 1-10/+3
2015-09-14pinctrl: join lines that can be a single line within 80 columnsGravatar Masahiro Yamada 1-2/+1
2015-07-27pinctrl: use dev_err() to show message in pinmux_func_name_to_selector()Gravatar Masahiro Yamada 1-2/+1
2015-06-10pinctrl: don't print unavailable function groupsGravatar Ludovic Desroches 1-1/+4
2015-05-28pinctrl: improve debugfs for strict controllersGravatar Linus Walleij 1-8/+33
2015-05-06pinctrl: move strict option to pinmux_opsGravatar Linus Walleij 1-2/+2
2015-05-06pinctrl: allow exlusive GPIO/mux pin allocationGravatar Sonic Zhang 1-0/+13
2014-09-04pinctrl: clean up after enable refactoringGravatar Linus Walleij 1-5/+5
2014-07-11pinctrl: avoid duplicated calling enable_pinmux_setting for a pinGravatar Fan Wu 1-4/+0
2014-04-22pinctrl: allows not to define the get_group_pins operationGravatar Antoine Ténart 1-10/+13
2013-11-04pinctrl: remove minor dead codeGravatar Michael Opdenacker 1-3/+1
2013-08-14pinctrl: improve warning messagesGravatar Linus Walleij 1-6/+35
2013-08-14pinctrl: pinmux: Don't free pins requested by other devices in pinmux_disable...Gravatar Sonic Zhang 1-5/+5
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structGravatar Patrice Chotard 1-4/+4
2013-03-21pinmux: forbid mux_usecount to be set at UINT_MAXGravatar Richard Genoud 1-0/+5
2012-11-11pinctrl: pinmux: Release all taken pins in pinmux_enable_setting error pathsGravatar Axel Lin 1-7/+21
2012-11-11pinctrl: reserve pins when states are activatedGravatar Linus Walleij 1-45/+22
2012-09-14pinctrl: use kasprintf() in pinmux_request_gpio()Gravatar Thomas Petazzoni 1-4/+1
2012-05-15pinctrl: make pinmux disable function optionalGravatar Dong Aisheng 1-3/+3
2012-05-07pinctrl: add more info to error msgs in pin_requestGravatar Stephen Warren 1-6/+8
2012-04-26pinctrl: enhance reporting of errors when loading from DTGravatar John Crispin 1-10/+27
2012-04-24pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_settingGravatar John Crispin 1-7/+8
2012-04-18pinctrl: show pin name when request pinsGravatar Dong Aisheng 1-2/+3
2012-04-18pinctrl: add some error checking for user interfacesGravatar Dong Aisheng 1-2/+13
2012-04-18pinctrl: fix pinmux_check_ops error checkingGravatar Dong Aisheng 1-3/+5
2012-04-18pinctrl: replace list_*() with get_*_count()Gravatar Viresh Kumar 1-4/+7
2012-03-12pinctrl: allow concurrent gpio and mux function ownership of pinsGravatar Stephen Warren 1-23/+49
2012-03-05pinctrl: Show selected function and group in pinmux-pins debugfsGravatar Stephen Warren 1-1/+67
2012-03-05pinctrl: enhance mapping table to support pin config operationsGravatar Stephen Warren 1-26/+43