summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.c
AgeCommit message (Expand)AuthorLines
2012-08-17trivial: pinctrl core: remove extraneous code linesRichard Genoud-10/+3
2012-07-03pinctrl: add pinctrl_add_gpio_ranges functionDong Aisheng-0/+11
2012-07-03pinctrl: remove pinctrl_remove_gpio_rangeDong Aisheng-14/+5
2012-07-03pinctrl/pinctrl-core: cleanup pinctrl_registerDevendra Naga-11/+6
2012-06-04pinctrl: fix a minor harmless typoGuennadi Liakhovetski-1/+1
2012-05-02pinctrl: support gpio request deferred probingDong Aisheng-3/+4
2012-04-26pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng-2/+27
2012-04-26pinctrl: enhance reporting of errors when loading from DTJohn Crispin-15/+14
2012-04-26pinctrl: propagate map validation errorsStephen Warren-2/+2
2012-04-18pinctrl: show pin name for pingroups in sysfsDong Aisheng-4/+28
2012-04-18pinctrl: implement devm_pinctrl_get()/put()Stephen Warren-0/+56
2012-04-18pinctrl: implement pinctrl deferred probingLinus Walleij-3/+6
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar-4/+6
2012-04-18pinctrl: core device tree mapping table parsing supportStephen Warren-17/+55
2012-04-18pinctrl: implement pinctrl_check_opsStephen Warren-4/+21
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren-26/+128
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren-142/+221
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren-39/+66
2012-03-05pinctrl: fix and simplify lockingStephen Warren-75/+123
2012-03-02pinctrl: assume map table entries can't have a NULL name fieldStephen Warren-12/+5
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren-138/+7
2012-02-29pinctrl: move pinctrl-maps debugfs file to top-levelStephen Warren-35/+35
2012-02-24pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren-23/+2
2012-02-24pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren-3/+3
2012-02-24pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanupsStephen Warren-12/+21
2012-02-24pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren-51/+22
2012-02-22pinctrl: error if mapping table's control dev can't be foundStephen Warren-7/+6
2012-02-22pinctrl: downgrade pinctrl_get warning when no maps are foundStephen Warren-8/+10
2012-02-22pinctrl: assume map table entries can't have a NULL ctrl_dev_name fieldStephen Warren-2/+1
2012-02-22pinctrl: core.c/h cleanupsStephen Warren-5/+7
2012-02-22pinctrl: Store mapping table as a list of chunksStephen Warren-45/+75
2012-02-22pinctrl: use list_add_tail instead of list_addStephen Warren-4/+4
2012-02-22pinctrl: pinctrl_register_mappings() shouldn't be __initStephen Warren-10/+5
2012-02-22pinctrl: make "hog" mapping table entries workStephen Warren-13/+1
2012-02-10pinctrl: changes hog mechanism to be self-referentialLinus Walleij-4/+2
2012-02-10pinctrl: factor pin control handles over to the coreLinus Walleij-2/+596
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij-2/+2
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij-15/+7
2012-02-01pinctrl: restore pin namingLinus Walleij-1/+1
2012-01-26pinctrl: add checks for empty function namesTony Lindgren-18/+18
2012-01-24pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren-1/+13
2012-01-03pinctrl: remove unnecessary max pin numberChanho Park-1/+0
2012-01-03pinctrl: correct a offset while enumerating pinsChanho Park-6/+8
2012-01-03pinctrl: conjure names for unnamed pinsLinus Walleij-2/+11
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren-31/+11
2012-01-03pinctrl: add a pin config interfaceLinus Walleij-1/+42
2012-01-03pinctrl: print pin range in GPIO range debugsLinus Walleij-2/+5
2012-01-03pinctrl: unify pin type from signed to unsignedMarek Belisko-1/+1
2012-01-03pinctrl: move group lookup to coreLinus Walleij-0/+31
2011-10-31pinctrl: EXPORT_SYMBOL needs export.hStephen Rothwell-0/+1