aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/core.h
AgeCommit message (Expand)Author
2018-07-17pinctrl: core: Remove broken remove_last group and pinmux functionsTony Lindgren
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij
2017-08-14pinctrl: move const qualifier before structMasahiro Yamada
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren
2017-01-03pinctrl: stricten up generic group codeLinus Walleij
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren
2017-01-03pinctrl: core: Use delayed work for hogsTony Lindgren
2016-05-31pinctrl: copy per-pin driver private data to struct pin_descMasahiro Yamada
2016-03-07pinctrl: core: create nolock version of pinctrl_find_gpio_range_from_pinJoachim Eastwood
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard
2013-03-27pinctrl: fix typo in headerRichard Genoud
2013-02-10pinctrl/pinconfig: add debug interfaceLaurent Meunier
2013-01-23drivers/pinctrl: grab default handles from device coreLinus Walleij
2013-01-11pinctrl: add sleep mode management for hogsJulien Delacou
2012-11-11pinctrl: reserve pins when states are activatedLinus Walleij
2012-04-18pinctrl: show pin name for pingroups in sysfsDong Aisheng
2012-04-18pinctrl: core device tree mapping table parsing supportStephen Warren
2012-03-12pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren
2012-03-06pinctrl: include machine header to core.hLinus Walleij
2012-03-05pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren
2012-03-05pinctrl: add usecount to pins for muxingStephen Warren
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren
2012-03-05pinctrl: fix and simplify lockingStephen Warren
2012-03-02pinctrl: fix the pin descriptor kerneldocLinus Walleij
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren
2012-03-02pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren
2012-02-24pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren
2012-02-22pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren
2012-02-22pinctrl: core.c/h cleanupsStephen Warren
2012-02-10pinctrl: factor pin control handles over to the coreLinus Walleij
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij
2012-01-24pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren
2012-01-03pinctrl: conjure names for unnamed pinsLinus Walleij
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren
2012-01-03pinctrl: add a pin config interfaceLinus Walleij
2012-01-03pinctrl: unify pin type from signed to unsignedMarek Belisko
2012-01-03pinctrl: move group lookup to coreLinus Walleij
2011-10-20pinctrl: Don't copy function name when requesting a pinStephen Warren
2011-10-20pinctrl: Don't copy pin names when registering themStephen Warren
2011-10-13drivers: create a pin control subsystemLinus Walleij