summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.h
AgeCommit message (Expand)AuthorLines
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard-2/+4
2013-03-27pinctrl: fix typo in headerRichard Genoud-1/+1
2013-02-10pinctrl/pinconfig: add debug interfaceLaurent Meunier-0/+19
2013-01-23drivers/pinctrl: grab default handles from device coreLinus Walleij-0/+3
2013-01-11pinctrl: add sleep mode management for hogsJulien Delacou-0/+7
2012-11-11pinctrl: reserve pins when states are activatedLinus Walleij-0/+2
2012-04-18pinctrl: show pin name for pingroups in sysfsDong Aisheng-0/+1
2012-04-18pinctrl: core device tree mapping table parsing supportStephen Warren-1/+10
2012-03-12pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren-6/+7
2012-03-06pinctrl: include machine header to core.hLinus Walleij-1/+2
2012-03-05pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren-0/+2
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren-4/+31
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren-7/+16
2012-03-05pinctrl: add usecount to pins for muxingStephen Warren-1/+9
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren-8/+17
2012-03-05pinctrl: fix and simplify lockingStephen Warren-6/+4
2012-03-02pinctrl: fix the pin descriptor kerneldocLinus Walleij-3/+1
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren-2/+2
2012-03-02pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren-3/+0
2012-02-24pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren-5/+6
2012-02-22pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren-1/+1
2012-02-22pinctrl: core.c/h cleanupsStephen Warren-3/+0
2012-02-10pinctrl: factor pin control handles over to the coreLinus Walleij-2/+28
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij-4/+4
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij-2/+1
2012-01-24pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren-0/+3
2012-01-03pinctrl: conjure names for unnamed pinsLinus Walleij-0/+2
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren-1/+1
2012-01-03pinctrl: add a pin config interfaceLinus Walleij-0/+5
2012-01-03pinctrl: unify pin type from signed to unsignedMarek Belisko-1/+1
2012-01-03pinctrl: move group lookup to coreLinus Walleij-0/+2
2011-10-20pinctrl: Don't copy function name when requesting a pinStephen Warren-2/+1
2011-10-20pinctrl: Don't copy pin names when registering themStephen Warren-1/+1
2011-10-13drivers: create a pin control subsystemLinus Walleij-0/+72