aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl/core.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-12pinctrl: core: Remove unused members from struct group_descGravatar Andy Shevchenko 1-9/+0
2023-12-12pinctrl: core: Embed struct pingroup into struct group_descGravatar Andy Shevchenko 1-0/+5
2023-12-12pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()Gravatar Andy Shevchenko 1-0/+9
2023-12-07pinctrl: core: Make pins const unsigned int pointer in struct group_descGravatar Andy Shevchenko 1-2/+2
2023-12-04pinctrl: Convert unsigned to unsigned intGravatar Andy Shevchenko 1-7/+7
2022-11-14pinctrl: Move for_each_maps() to namespace and hide iterator insideGravatar Andy Shevchenko 1-5/+5
2022-10-24pinctrl: Clean up headersGravatar Andy Shevchenko 1-1/+11
2019-12-30pinctrl: Allow modules to use pinctrl_[un]register_mappingsGravatar Hans de Goede 1-4/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Gravatar Thomas Gleixner 1-2/+1
2018-07-17pinctrl: core: Remove broken remove_last group and pinmux functionsGravatar Tony Lindgren 1-6/+0
2017-09-22pinctrl/gpio: Unify namespace for cross-callsGravatar Linus Walleij 1-1/+1
2017-08-14pinctrl: move const qualifier before structGravatar Masahiro Yamada 1-3/+3
2017-01-13pinctrl: core: Fix regression caused by delayed work for hogsGravatar Tony Lindgren 1-2/+0
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsGravatar Tony Lindgren 1-0/+6
2017-01-03pinctrl: stricten up generic group codeGravatar Linus Walleij 1-15/+17
2017-01-03pinctrl: core: Add generic pinctrl functions for managing groupsGravatar Tony Lindgren 1-0/+47
2017-01-03pinctrl: core: Use delayed work for hogsGravatar Tony Lindgren 1-0/+2
2016-05-31pinctrl: copy per-pin driver private data to struct pin_descGravatar Masahiro Yamada 1-0/+2
2016-03-07pinctrl: core: create nolock version of pinctrl_find_gpio_range_from_pinGravatar Joachim Eastwood 1-0/+4
2015-05-06pinctrl: Don't just pretend to protect pinctrl_maps, do it for realGravatar Doug Anderson 1-1/+1
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structGravatar Patrice Chotard 1-2/+4
2013-03-27pinctrl: fix typo in headerGravatar Richard Genoud 1-1/+1
2013-02-10pinctrl/pinconfig: add debug interfaceGravatar Laurent Meunier 1-0/+19
2013-01-23drivers/pinctrl: grab default handles from device coreGravatar Linus Walleij 1-0/+3
2013-01-11pinctrl: add sleep mode management for hogsGravatar Julien Delacou 1-0/+7
2012-11-11pinctrl: reserve pins when states are activatedGravatar Linus Walleij 1-0/+2
2012-04-18pinctrl: show pin name for pingroups in sysfsGravatar Dong Aisheng 1-0/+1
2012-04-18pinctrl: core device tree mapping table parsing supportGravatar Stephen Warren 1-1/+10
2012-03-12pinctrl: allow concurrent gpio and mux function ownership of pinsGravatar Stephen Warren 1-6/+7
2012-03-06pinctrl: include machine header to core.hGravatar Linus Walleij 1-1/+2
2012-03-05pinctrl: Show selected function and group in pinmux-pins debugfsGravatar Stephen Warren 1-0/+2
2012-03-05pinctrl: enhance mapping table to support pin config operationsGravatar Stephen Warren 1-4/+31
2012-03-05pinctrl: API changes to support multiple states per deviceGravatar Stephen Warren 1-7/+16
2012-03-05pinctrl: add usecount to pins for muxingGravatar Stephen Warren 1-1/+9
2012-03-05pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cGravatar Stephen Warren 1-8/+17
2012-03-05pinctrl: fix and simplify lockingGravatar Stephen Warren 1-6/+4
2012-03-02pinctrl: fix the pin descriptor kerneldocGravatar Linus Walleij 1-3/+1
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateGravatar Stephen Warren 1-2/+2
2012-03-02pinctrl: enhance pinctrl_get() to handle multiple functionsGravatar Stephen Warren 1-3/+0
2012-02-24pinctrl: remove pin and hogs locks from struct pinctrl_devGravatar Stephen Warren 1-5/+6
2012-02-22pinctrl: record a pin owner, not mux function, when requesting pinsGravatar Stephen Warren 1-1/+1
2012-02-22pinctrl: core.c/h cleanupsGravatar Stephen Warren 1-3/+0
2012-02-10pinctrl: factor pin control handles over to the coreGravatar Linus Walleij 1-2/+28
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceGravatar Linus Walleij 1-4/+4
2012-02-01pinctrl: delete raw device pointers in pinmux mapsGravatar Linus Walleij 1-2/+1
2012-01-24pinctrl: free debugfs entries when unloading a pinmux driverGravatar Tony Lindgren 1-0/+3
2012-01-03pinctrl: conjure names for unnamed pinsGravatar Linus Walleij 1-0/+2
2012-01-03pinctrl: don't create a device for each pin controllerGravatar Stephen Warren 1-1/+1
2012-01-03pinctrl: add a pin config interfaceGravatar Linus Walleij 1-0/+5
2012-01-03pinctrl: unify pin type from signed to unsignedGravatar Marek Belisko 1-1/+1