summaryrefslogtreecommitdiffstats
path: root/include/linux/pinctrl/machine.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1Star
* pinctrl: move const qualifier before structMasahiro Yamada2017-08-141-2/+2
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-1/+1
* pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng2012-04-261-1/+4
* pinctrl: fix dangling commentLinus Walleij2012-04-251-1/+1
* pinctrl: include <linux/bug.h> to prevent compile errorsStephen Warren2012-04-181-0/+2
* pinctrl: fix compile error if not select PINMUX supportDong Aisheng2012-04-181-1/+1
* pinctrl: split pincontrol states into its own headerLinus Walleij2012-03-061-1/+1
* pinctrl: enhance mapping table to support pin config operationsStephen Warren2012-03-051-30/+115
* pinctrl: API changes to support multiple states per deviceStephen Warren2012-03-051-6/+5Star
* pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2012-03-021-5/+8
* pinctrl: re-order struct pinctrl_mapStephen Warren2012-02-291-5/+5
* pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren2012-02-241-7/+0Star
* pinctrl: changes hog mechanism to be self-referentialLinus Walleij2012-02-101-12/+6Star
* pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij2012-02-101-13/+13
* pinctrl: delete raw device pointers in pinmux mapsLinus Walleij2012-02-011-10/+2Star
* pinctrl: add a group-specific hog macroLinus Walleij2012-01-031-0/+9
* pinctrl: don't create a device for each pin controllerStephen Warren2012-01-031-25/+0Star
* pinctrl: implement PINMUX_MAP_SYS_HOGStephen Warren2012-01-031-0/+8
* pinctrl: make a copy of pinmux mapLinus Walleij2012-01-031-1/+1
* drivers: create a pin control subsystemLinus Walleij2011-10-131-0/+107