summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/core.h
AgeCommit message (Expand)AuthorFilesLines
2012-03-02pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren1-3/+0
2012-02-24pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren1-5/+6
2012-02-22pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren1-1/+1
2012-02-22pinctrl: core.c/h cleanupsStephen Warren1-3/+0
2012-02-10pinctrl: factor pin control handles over to the coreLinus Walleij1-2/+28
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij1-4/+4
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij1-2/+1
2012-01-24pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren1-0/+3
2012-01-03pinctrl: conjure names for unnamed pinsLinus Walleij1-0/+2
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren1-1/+1
2012-01-03pinctrl: add a pin config interfaceLinus Walleij1-0/+5
2012-01-03pinctrl: unify pin type from signed to unsignedMarek Belisko1-1/+1
2012-01-03pinctrl: move group lookup to coreLinus Walleij1-0/+2
2011-10-20pinctrl: Don't copy function name when requesting a pinStephen Warren1-2/+1
2011-10-20pinctrl: Don't copy pin names when registering themStephen Warren1-1/+1
2011-10-13drivers: create a pin control subsystemLinus Walleij1-0/+72