aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.c
Commit message (Expand)AuthorAge
* pinctrl: enhance mapping table to support pin config operationsStephen Warren2012-03-05
* pinctrl: API changes to support multiple states per deviceStephen Warren2012-03-05
* pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren2012-03-05
* pinctrl: fix and simplify lockingStephen Warren2012-03-05
* pinctrl: assume map table entries can't have a NULL name fieldStephen Warren2012-03-02
* pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2012-03-02
* pinctrl: move pinctrl-maps debugfs file to top-levelStephen Warren2012-02-29
* pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren2012-02-24
* pinctrl: allocate sizeof(*p) instead of sizeof(struct foo)Stephen Warren2012-02-24
* pinctrl: use dev_*() instead of pr_*(), add some msgs, minor cleanupsStephen Warren2012-02-24
* pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren2012-02-24
* pinctrl: error if mapping table's control dev can't be foundStephen Warren2012-02-22
* pinctrl: downgrade pinctrl_get warning when no maps are foundStephen Warren2012-02-22
* pinctrl: assume map table entries can't have a NULL ctrl_dev_name fieldStephen Warren2012-02-22
* pinctrl: core.c/h cleanupsStephen Warren2012-02-22
* pinctrl: Store mapping table as a list of chunksStephen Warren2012-02-22
* pinctrl: use list_add_tail instead of list_addStephen Warren2012-02-22
* pinctrl: pinctrl_register_mappings() shouldn't be __initStephen Warren2012-02-22
* pinctrl: make "hog" mapping table entries workStephen Warren2012-02-22
* pinctrl: changes hog mechanism to be self-referentialLinus Walleij2012-02-10
* pinctrl: factor pin control handles over to the coreLinus Walleij2012-02-10
* pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij2012-02-10
* pinctrl: delete raw device pointers in pinmux mapsLinus Walleij2012-02-01
* pinctrl: restore pin namingLinus Walleij2012-02-01
* pinctrl: add checks for empty function namesTony Lindgren2012-01-26
* pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren2012-01-24
* pinctrl: remove unnecessary max pin numberChanho Park2012-01-03
* pinctrl: correct a offset while enumerating pinsChanho Park2012-01-03
* pinctrl: conjure names for unnamed pinsLinus Walleij2012-01-03
* pinctrl: don't create a device for each pin controllerStephen Warren2012-01-03
* pinctrl: add a pin config interfaceLinus Walleij2012-01-03
* pinctrl: print pin range in GPIO range debugsLinus Walleij2012-01-03
* pinctrl: unify pin type from signed to unsignedMarek Belisko2012-01-03
* pinctrl: move group lookup to coreLinus Walleij2012-01-03
* pinctrl: EXPORT_SYMBOL needs export.hStephen Rothwell2011-10-31
* pinctrl: Don't copy pin names when registering themStephen Warren2011-10-20
* pinctrl: get_group_pins() const fixesStephen Warren2011-10-20
* drivers: create a pin control subsystemLinus Walleij2011-10-13