aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinconf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2019-01-28pinctrl: remove unused 'pinconf-config' debugfs interfaceVladimir Zapolskiy1-222/+0
2018-12-07pinctrl: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-25/+4
2017-08-14pinctrl: check ops->pin_config_set in pinconf_set_config()Masahiro Yamada1-1/+1
2017-08-14pinctrl: move const qualifier before structMasahiro Yamada1-6/+6
2017-05-22pinctrl: Add spaces for better code readabilityMarkus Elfring1-4/+4
2017-05-22pinctrl: Combine substrings for a message in pin_config_group_get()Markus Elfring1-3/+2
2017-05-22pinctrl: Adjust five checks for null pointersMarkus Elfring1-5/+5
2017-05-22pinctrl: Replace two seq_printf() calls by seq_puts() in pinconf_show_map()Markus Elfring1-2/+2
2017-05-22pinctrl: Use seq_putc() in three functionsMarkus Elfring1-5/+3
2017-03-14pinctrl: Fix spelling typosAndy Shevchenko1-2/+2
2017-01-26pinctrl: Allow configuration of pins from gpiolib based driversMika Westerberg1-0/+12
2016-05-31pinctrl: pinconf: separate config parameters with commas for debugfsMasahiro Yamada1-2/+2
2016-05-31pinctrl: do not care about blank pin nameMasahiro Yamada1-4/+2
2015-10-31pinctrl: pinconf: remove needless loopLaurent Meunier1-8/+5
2015-08-03pinctrl: join dev_dbg strings into a single lineMasahiro Yamada1-2/+2
2015-07-17pinctrl: pinconf: pinconf_show_config() can be statickbuild test robot1-1/+1
2015-07-17pinctrl: pinconf: Fix display of configsJon Hunter1-37/+27
2015-07-17pinctrl: pinconf: Allow groups to be configured via debugfsJon Hunter1-6/+14
2015-01-11pinctrl: pinconf-generic: Allow driver to specify DT paramsSoren Brinkmann1-2/+2
2013-12-13pinctrl: pinconf: remove warning: unused variable 'ops'Alexandre Belloni1-2/+0
2013-12-12pinctrl: pinconf: remove checks on ops->pin_config_getAlexandre Belloni1-16/+4
2013-09-23pinctrl: remove an unnecessary castDan Carpenter1-1/+1
2013-09-23pinctrl: fix pinconf_dbg_config_write return typeVincent Stehlé1-1/+1
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin1-23/+19
2013-08-07pinctrl: pinconf: fix comparison of different typesJingoo Han1-1/+1
2013-08-07pinctrl: shut up a couple of pinctrl warningsRussell King - ARM Linux1-18/+11
2013-06-25pinctrl: rip out the direct pinconf APILinus Walleij1-174/+0
2013-05-27pinctrl: pinconf: take the right mutexLinus Walleij1-2/+2
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard1-22/+24
2013-04-26pinctrl/pinconfig: fix misplaced gotoLaurent Meunier1-1/+1
2013-04-19pinctrl/pinconfig: add debug interfaceLaurent Meunier1-0/+232
2013-04-03pinctrl/pinconf: partial revert of pin config debugfsLinus Walleij1-207/+0
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart1-1/+1
2013-02-10pinctrl/pinconfig: add debug interfaceLaurent Meunier1-0/+207
2012-10-18pinctrl: remove mutex lock in groups showHaojian Zhuang1-4/+0
2012-05-15pinctrl: a minor error checking improvement for pinconfDong Aisheng1-2/+2
2012-04-26pinctrl: enhance reporting of errors when loading from DTJohn Crispin1-2/+8
2012-04-18pinctrl: a minor fix of pin config debug informationDong Aisheng1-2/+2
2012-04-18pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren1-4/+27
2012-04-18pinctrl: add some error checking for user interfacesDong Aisheng1-0/+4
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar1-1/+2
2012-03-12pinctrl: introduce generic pin configLinus Walleij1-1/+5
2012-03-12pinctrl: fix error path in pinconf_map_to_setting()Linus Walleij1-10/+17
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren1-0/+165
2012-03-05pinctrl: fix and simplify lockingStephen Warren1-28/+79
2012-02-22pinctrl: fix pinconf_groups_show() to emit newlineStephen Warren1-0/+2
2012-02-22pinctrl: Re-order pinconf.[ch] to match each-otherStephen Warren1-16/+15
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij1-4/+4
2012-01-26pinctrl: add checks for empty function namesTony Lindgren1-1/+3