aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/pinmux.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-05pinctrl: add usecount to pins for muxingGravatar Stephen Warren 1-4/+19
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cGravatar Stephen Warren 1-304/+98
2012-03-05pinctrl: fix and simplify lockingGravatar Stephen Warren 1-12/+9
2012-03-02pinctrl: enhance pinctrl_get() to handle multiple functionsGravatar Stephen Warren 1-23/+14
2012-02-29pinctrl: make the pinmux-pins more helpfulGravatar Linus Walleij 1-3/+8
2012-02-24pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Gravatar Stephen Warren 1-1/+1
2012-02-22pinctrl: record a pin owner, not mux function, when requesting pinsGravatar Stephen Warren 1-40/+31
2012-02-22pinctrl: Re-order pinmux.[ch] to match each-otherGravatar Stephen Warren 1-28/+28
2012-02-22pinctrl: use list_add_tail instead of list_addGravatar Stephen Warren 1-1/+1
2012-02-10pinctrl: factor pin control handles over to the coreGravatar Linus Walleij 1-621/+90
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceGravatar Linus Walleij 1-175/+176
2012-02-01pinctrl: delete raw device pointers in pinmux mapsGravatar Linus Walleij 1-19/+8
2012-01-26pinctrl: add checks for empty function namesGravatar Tony Lindgren 1-1/+16
2012-01-26pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not setGravatar Tony Lindgren 1-3/+6
2012-01-26pinctrl: fix some pinmux typosGravatar Tony Lindgren 1-7/+2
2012-01-24pinctrl: unbreak error messagesGravatar Uwe Kleine-König 1-27/+19
2012-01-03pinctrl: correct a offset while enumerating pinsGravatar Chanho Park 1-4/+5
2012-01-03pinctrl: some typo fixesGravatar Dong Aisheng 1-1/+1
2012-01-03pinctrl: don't create a device for each pin controllerGravatar Stephen Warren 1-23/+23