summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren4-376/+197
2012-03-05pinctrl: fix and simplify lockingStephen Warren4-121/+215
2012-03-02pinctrl: fix the pin descriptor kerneldocLinus Walleij1-3/+1
2012-03-02pinctrl: assume map table entries can't have a NULL name fieldStephen Warren1-12/+5
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2-140/+9
2012-03-02pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren3-27/+14
2012-02-29pinctrl: move pinctrl-maps debugfs file to top-levelStephen Warren1-35/+35
2012-02-29pinctrl: make the pinmux-pins more helpfulLinus Walleij1-3/+8
2012-02-24pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren2-28/+8
2012-02-24pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren2-4/+4
2012-02-24pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanupsStephen Warren1-12/+21
2012-02-24pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren1-51/+22
2012-02-22pinctrl: fix pinconf_groups_show() to emit newlineStephen Warren1-0/+2
2012-02-22pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren2-41/+32
2012-02-22pinctrl: error if mapping table's control dev can't be foundStephen Warren1-7/+6
2012-02-22pinctrl: downgrade pinctrl_get warning when no maps are foundStephen Warren1-8/+10
2012-02-22pinctrl: assume map table entries can't have a NULL ctrl_dev_name fieldStephen Warren1-2/+1
2012-02-22pinctrl: spawn U300 pinctrl from the COH901 GPIOLinus Walleij2-9/+21
2012-02-22pinctrl: core.c/h cleanupsStephen Warren2-8/+7
2012-02-22pinctrl: Re-order pinconf.[ch] to match each-otherStephen Warren2-20/+16
2012-02-22pinctrl: Re-order pinmux.[ch] to match each-otherStephen Warren2-36/+36
2012-02-22pinctrl: Store mapping table as a list of chunksStephen Warren1-45/+75
2012-02-22pinctrl: use list_add_tail instead of list_addStephen Warren2-5/+5
2012-02-22pinctrl: pinctrl_register_mappings() shouldn't be __initStephen Warren1-10/+5
2012-02-22pinctrl: make "hog" mapping table entries workStephen Warren1-13/+1
2012-02-10pinctrl: changes hog mechanism to be self-referentialLinus Walleij1-4/+2
2012-02-10pinctrl: factor pin control handles over to the coreLinus Walleij4-631/+775
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij5-187/+188
2012-02-10pinctrl: break out a pinctrl consumer headerLinus Walleij1-1/+1
2012-02-01pinctrl: enable pinmux for mmp seriesHaojian Zhuang7-0/+2914
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij4-40/+20
2012-02-01pinctrl: restore pin namingLinus Walleij1-1/+1
2012-01-26pinctrl: add checks for empty function namesTony Lindgren5-24/+41
2012-01-26pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not setTony Lindgren1-3/+6
2012-01-26pinctrl: fix some pinmux typosTony Lindgren1-7/+2
2012-01-24pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren2-1/+16
2012-01-24pinctrl: unbreak error messagesUwe Kleine-König1-27/+19
2012-01-20pinctrl: fix pinconf_pins_show iterationStephen Warren1-1/+1
2012-01-03pinctrl: remove unnecessary max pin numberChanho Park3-3/+0
2012-01-03pinctrl: correct a offset while enumerating pinsChanho Park3-14/+18
2012-01-03pinctrl: some typo fixesDong Aisheng1-1/+1
2012-01-03pinctrl: rename U300 and SIRF pin controllersLinus Walleij4-6/+6
2012-01-03pinctrl: pass name instead of device to pin_config_*Stephen Warren1-9/+32
2012-01-03pinctrl: conjure names for unnamed pinsLinus Walleij2-2/+13
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren4-61/+41
2012-01-03pinctrl: add a pin config interfaceLinus Walleij6-2/+390
2012-01-03pinctrl/coh901: driver to request its pinsLinus Walleij2-1/+22
2012-01-03pinctrl: u300-pinmux: register proper GPIO rangesLinus Walleij1-11/+29
2012-01-03pinctrl: move the U300 GPIO driver to pinctrlLinus Walleij3-0/+927
2012-01-03pinctrl: make it possible to add multiple mapsLinus Walleij1-31/+29