summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.h
AgeCommit message (Expand)AuthorLines
2022-11-14pinctrl: Move for_each_maps() to namespace and hide iterator insideAndy Shevchenko-5/+5
2022-10-24pinctrl: Clean up headersAndy Shevchenko-1/+11
2019-12-30pinctrl: Allow modules to use pinctrl_[un]register_mappingsHans de Goede-4/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner-2/+1
2018-07-17pinctrl: core: Remove broken remove_last group and pinmux functionsTony Lindgren-6/+0
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij-1/+1
2017-08-14pinctrl: move const qualifier before structMasahiro Yamada-3/+3
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren-2/+0
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren-0/+6
2017-01-03pinctrl: stricten up generic group codeLinus Walleij-15/+17
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsTony Lindgren-0/+47
2017-01-03pinctrl: core: Use delayed work for hogsTony Lindgren-0/+2
2016-05-31pinctrl: copy per-pin driver private data to struct pin_descMasahiro Yamada-0/+2
2016-03-07pinctrl: core: create nolock version of pinctrl_find_gpio_range_from_pinJoachim Eastwood-0/+4
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson-1/+1
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