aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2018-07-17pinctrl: core: Remove broken remove_last group and pinmux functionsTony Lindgren1-6/+0
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-1/+1
2017-08-14pinctrl: move const qualifier before structMasahiro Yamada1-3/+3
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren1-2/+0
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren1-0/+6
2017-01-03pinctrl: stricten up generic group codeLinus Walleij1-15/+17
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren1-0/+47
2017-01-03pinctrl: core: Use delayed work for hogsTony Lindgren1-0/+2
2016-05-31pinctrl: copy per-pin driver private data to struct pin_descMasahiro Yamada1-0/+2
2016-03-07pinctrl: core: create nolock version of pinctrl_find_gpio_range_from_pinJoachim Eastwood1-0/+4
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson1-1/+1
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard1-2/+4
2013-03-27pinctrl: fix typo in headerRichard Genoud1-1/+1
2013-02-10pinctrl/pinconfig: add debug interfaceLaurent Meunier1-0/+19
2013-01-23drivers/pinctrl: grab default handles from device coreLinus Walleij1-0/+3
2013-01-11pinctrl: add sleep mode management for hogsJulien Delacou1-0/+7
2012-11-11pinctrl: reserve pins when states are activatedLinus Walleij1-0/+2
2012-04-18pinctrl: show pin name for pingroups in sysfsDong Aisheng1-0/+1
2012-04-18pinctrl: core device tree mapping table parsing supportStephen Warren1-1/+10
2012-03-12pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren1-6/+7
2012-03-06pinctrl: include machine header to core.hLinus Walleij1-1/+2
2012-03-05pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren1-0/+2
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren1-4/+31
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren1-7/+16
2012-03-05pinctrl: add usecount to pins for muxingStephen Warren1-1/+9
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren1-8/+17
2012-03-05pinctrl: fix and simplify lockingStephen Warren1-6/+4
2012-03-02pinctrl: fix the pin descriptor kerneldocLinus Walleij1-3/+1
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren1-2/+2
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