aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pinctrl/machine.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-2/+1
2017-08-14pinctrl: move const qualifier before structMasahiro Yamada1-2/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-1/+1
2012-04-26pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng1-1/+4
2012-04-25pinctrl: fix dangling commentLinus Walleij1-1/+1
2012-04-18pinctrl: include <linux/bug.h> to prevent compile errorsStephen Warren1-0/+2
2012-04-18pinctrl: fix compile error if not select PINMUX supportDong Aisheng1-1/+1
2012-03-06pinctrl: split pincontrol states into its own headerLinus Walleij1-1/+1
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren1-30/+115
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren1-6/+5
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren1-5/+8
2012-02-29pinctrl: re-order struct pinctrl_mapStephen Warren1-5/+5
2012-02-24pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren1-7/+0
2012-02-10pinctrl: changes hog mechanism to be self-referentialLinus Walleij1-12/+6
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij1-13/+13
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij1-10/+2
2012-01-03pinctrl: add a group-specific hog macroLinus Walleij1-0/+9
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren1-25/+0
2012-01-03pinctrl: implement PINMUX_MAP_SYS_HOGStephen Warren1-0/+8
2012-01-03pinctrl: make a copy of pinmux mapLinus Walleij1-1/+1
2011-10-13drivers: create a pin control subsystemLinus Walleij1-0/+107