summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/pinconf.c
AgeCommit message (Expand)AuthorLines
2015-01-11pinctrl: pinconf-generic: Allow driver to specify DT paramsSoren Brinkmann-2/+2
2013-12-13pinctrl: pinconf: remove warning: unused variable 'ops'Alexandre Belloni-2/+0
2013-12-12pinctrl: pinconf: remove checks on ops->pin_config_getAlexandre Belloni-16/+4
2013-09-23pinctrl: remove an unnecessary castDan Carpenter-1/+1
2013-09-23pinctrl: fix pinconf_dbg_config_write return typeVincent Stehlé-1/+1
2013-08-28pinctrl: Pass all configs to driver on pin_config_set()Sherman Yin-23/+19
2013-08-07pinctrl: pinconf: fix comparison of different typesJingoo Han-1/+1
2013-08-07pinctrl: shut up a couple of pinctrl warningsRussell King - ARM Linux-18/+11
2013-06-25pinctrl: rip out the direct pinconf APILinus Walleij-174/+0
2013-05-27pinctrl: pinconf: take the right mutexLinus Walleij-2/+2
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard-22/+24
2013-04-26pinctrl/pinconfig: fix misplaced gotoLaurent Meunier-1/+1
2013-04-19pinctrl/pinconfig: add debug interfaceLaurent Meunier-0/+232
2013-04-03pinctrl/pinconf: partial revert of pin config debugfsLinus Walleij-207/+0
2013-03-07pinctrl: Declare operation structures as constLaurent Pinchart-1/+1
2013-02-10pinctrl/pinconfig: add debug interfaceLaurent Meunier-0/+207
2012-10-18pinctrl: remove mutex lock in groups showHaojian Zhuang-4/+0
2012-05-15pinctrl: a minor error checking improvement for pinconfDong Aisheng-2/+2
2012-04-26pinctrl: enhance reporting of errors when loading from DTJohn Crispin-2/+8
2012-04-18pinctrl: a minor fix of pin config debug informationDong Aisheng-2/+2
2012-04-18pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren-4/+27
2012-04-18pinctrl: add some error checking for user interfacesDong Aisheng-0/+4
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar-1/+2
2012-03-12pinctrl: introduce generic pin configLinus Walleij-1/+5
2012-03-12pinctrl: fix error path in pinconf_map_to_setting()Linus Walleij-10/+17
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren-0/+165
2012-03-05pinctrl: fix and simplify lockingStephen Warren-28/+79
2012-02-22pinctrl: fix pinconf_groups_show() to emit newlineStephen Warren-0/+2
2012-02-22pinctrl: Re-order pinconf.[ch] to match each-otherStephen Warren-16/+15
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij-4/+4
2012-01-26pinctrl: add checks for empty function namesTony Lindgren-1/+3
2012-01-20pinctrl: fix pinconf_pins_show iterationStephen Warren-1/+1
2012-01-03pinctrl: correct a offset while enumerating pinsChanho Park-4/+5
2012-01-03pinctrl: pass name instead of device to pin_config_*Stephen Warren-9/+32
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren-6/+6
2012-01-03pinctrl: add a pin config interfaceLinus Walleij-0/+302