aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/pinctrl.txt (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-23drivers/pinctrl: grab default handles from device coreLinus Walleij1-3/+15
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim1-0/+3
2012-11-11pinctrl: reserve pins when states are activatedLinus Walleij1-1/+3
2012-09-17pinctrl: document semantics vs GPIOLinus Walleij1-2/+58
2012-08-17Documentation/pinctrl.txt: Fix some misspelled macrosDaniel Mack1-3/+3
2012-04-18pinctrl: implement devm_pinctrl_get()/put()Stephen Warren1-19/+29
2012-04-18pinctrl: implement pinctrl deferred probingLinus Walleij1-0/+5
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar1-22/+15
2012-04-18pinctrl: mark const init data with __initconst instead of __initdataUwe Kleine-König1-1/+1
2012-04-18Documentation: pinctrl: add missing spi0_0 grp in exampleViresh Kumar1-1/+1
2012-03-05pinctrl: enhance mapping table to support pin config operationsStephen Warren1-12/+64
2012-03-05pinctrl: API changes to support multiple states per deviceStephen Warren1-41/+79
2012-03-02pinctrl: assume map table entries can't have a NULL name fieldStephen Warren1-4/+3
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren1-4/+4
2012-02-29pinctrl: re-order struct pinctrl_mapStephen Warren1-12/+12
2012-02-24pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren1-10/+5
2012-02-10pinctrl: changes hog mechanism to be self-referentialLinus Walleij1-4/+4
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij1-59/+59
2012-02-10pinctrl: break out a pinctrl consumer headerLinus Walleij1-1/+5
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij1-4/+1
2012-01-26pinctrl: fix some pinmux typosTony Lindgren1-1/+1
2012-01-24Documentation/pinctrl: fix a few syntax errors in code examplesUwe Kleine-König1-8/+7
2012-01-03pinctrl: some typo fixesDong Aisheng1-5/+5
2012-01-03pinctrl: pass name instead of device to pin_config_*Stephen Warren1-1/+1
2012-01-03pinctrl: don't create a device for each pin controllerStephen Warren1-13/+13
2012-01-03pinctrl: add a pin config interfaceLinus Walleij1-6/+90
2012-01-03pinctrl: make a copy of pinmux mapLinus Walleij1-2/+2
2012-01-03pinctrl: GPIO direction support for muxingLinus Walleij1-8/+24
2012-01-03pinctrl: add a pin_base for sparse gpio-rangesChanho Park1-25/+23
2012-01-03pinctrl: documentation updateLinus Walleij1-26/+26
2011-10-13drivers: create a pin control subsystemLinus Walleij1-0/+950