summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/core.h
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: copy per-pin driver private data to struct pin_descMasahiro Yamada2016-05-311-0/+2
* pinctrl: core: create nolock version of pinctrl_find_gpio_range_from_pinJoachim Eastwood2016-03-071-0/+4
* pinctrl: Don't just pretend to protect pinctrl_maps, do it for realDoug Anderson2015-05-061-1/+1
* pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard2013-04-261-2/+4
* pinctrl: fix typo in headerRichard Genoud2013-03-271-1/+1
* pinctrl/pinconfig: add debug interfaceLaurent Meunier2013-02-101-0/+19
* drivers/pinctrl: grab default handles from device coreLinus Walleij2013-01-231-0/+3
* pinctrl: add sleep mode management for hogsJulien Delacou2013-01-111-0/+7
* pinctrl: reserve pins when states are activatedLinus Walleij2012-11-111-0/+2
* pinctrl: show pin name for pingroups in sysfsDong Aisheng2012-04-181-0/+1
* pinctrl: core device tree mapping table parsing supportStephen Warren2012-04-181-1/+10
* pinctrl: allow concurrent gpio and mux function ownership of pinsStephen Warren2012-03-121-6/+7
* pinctrl: include machine header to core.hLinus Walleij2012-03-061-1/+2
* pinctrl: Show selected function and group in pinmux-pins debugfsStephen Warren2012-03-051-0/+2
* pinctrl: enhance mapping table to support pin config operationsStephen Warren2012-03-051-4/+31
* pinctrl: API changes to support multiple states per deviceStephen Warren2012-03-051-7/+16
* pinctrl: add usecount to pins for muxingStephen Warren2012-03-051-1/+9
* pinctrl: refactor struct pinctrl handling in core.c vs pinmux.cStephen Warren2012-03-051-8/+17
* pinctrl: fix and simplify lockingStephen Warren2012-03-051-6/+4
* pinctrl: fix the pin descriptor kerneldocLinus Walleij2012-03-021-3/+1
* pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2012-03-021-2/+2
* pinctrl: enhance pinctrl_get() to handle multiple functionsStephen Warren2012-03-021-3/+0
* pinctrl: remove pin and hogs locks from struct pinctrl_devStephen Warren2012-02-241-5/+6
* pinctrl: record a pin owner, not mux function, when requesting pinsStephen Warren2012-02-221-1/+1
* pinctrl: core.c/h cleanupsStephen Warren2012-02-221-3/+0
* pinctrl: factor pin control handles over to the coreLinus Walleij2012-02-101-2/+28
* pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij2012-02-101-4/+4
* pinctrl: delete raw device pointers in pinmux mapsLinus Walleij2012-02-011-2/+1
* pinctrl: free debugfs entries when unloading a pinmux driverTony Lindgren2012-01-241-0/+3
* pinctrl: conjure names for unnamed pinsLinus Walleij2012-01-031-0/+2
* pinctrl: don't create a device for each pin controllerStephen Warren2012-01-031-1/+1
* pinctrl: add a pin config interfaceLinus Walleij2012-01-031-0/+5
* pinctrl: unify pin type from signed to unsignedMarek Belisko2012-01-031-1/+1
* pinctrl: move group lookup to coreLinus Walleij2012-01-031-0/+2
* pinctrl: Don't copy function name when requesting a pinStephen Warren2011-10-201-2/+1
* pinctrl: Don't copy pin names when registering themStephen Warren2011-10-201-1/+1
* drivers: create a pin control subsystemLinus Walleij2011-10-131-0/+72
OpenPOWER on IntegriCloud