summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-01pinctrl: restore pin namingLinus Walleij1-1/+1
2012-01-26pinctrl: add checks for empty function namesTony Lindgren1-18/+18
2012-01-24pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren1-1/+13
2012-01-03pinctrl: remove unnecessary max pin numberChanho Park1-1/+0
2012-01-03pinctrl: correct a offset while enumerating pinsChanho Park1-6/+8
2012-01-03pinctrl: conjure names for unnamed pinsLinus Walleij1-2/+11
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren1-31/+11
2012-01-03pinctrl: add a pin config interfaceLinus Walleij1-1/+42
2012-01-03pinctrl: print pin range in GPIO range debugsLinus Walleij1-2/+5
2012-01-03pinctrl: unify pin type from signed to unsignedMarek Belisko1-1/+1
2012-01-03pinctrl: move group lookup to coreLinus Walleij1-0/+31
2011-10-31pinctrl: EXPORT_SYMBOL needs export.hStephen Rothwell1-0/+1
2011-10-20pinctrl: Don't copy pin names when registering themStephen Warren1-3/+2
2011-10-20pinctrl: get_group_pins() const fixesStephen Warren1-1/+1
2011-10-13drivers: create a pin control subsystemLinus Walleij1-0/+599