summaryrefslogtreecommitdiffstats
path: root/Documentation/pinctrl.txt
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: clean up after enable refactoringLinus Walleij2014-09-041-12/+2
* pinctrl: Fix some typos and grammar issues in the documentationLaszlo Papp2014-01-151-22/+21
* pinctrl: add documentation for pinctrl_get_group_pins()Christian Ruppert2013-10-161-1/+6
* Documentation: pinctrl: Fix example code for pinctrl_registerAxel Lin2013-08-231-1/+1
* Documentation: pinctrl: Fix example codeSachin Kamat2013-08-141-4/+4
* pinctrl: elaborate a bit on arrangements in docLinus Walleij2013-07-231-6/+85
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\
| * doc: fix misspellings with 'codespell' toolAnatol Pomozov2013-05-281-1/+1
* | pinctrl: rip out the direct pinconf APILinus Walleij2013-06-251-9/+2
* | pinctrl: update GPIO range docLinus Walleij2013-06-171-3/+21
* | Documentation/pinctrl.txt: fix typo "with with"James Hogan2013-06-161-2/+2
|/
* pinctrl: document the "GPIO mode" pitfallLinus Walleij2013-03-181-0/+112
* drivers/pinctrl: grab default handles from device coreLinus Walleij2013-01-231-3/+15
* gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-111-0/+3
* pinctrl: reserve pins when states are activatedLinus Walleij2012-11-111-1/+3
* pinctrl: document semantics vs GPIOLinus Walleij2012-09-171-2/+58
* Documentation/pinctrl.txt: Fix some misspelled macrosDaniel Mack2012-08-171-3/+3
* pinctrl: implement devm_pinctrl_get()/put()Stephen Warren2012-04-181-19/+29
* pinctrl: implement pinctrl deferred probingLinus Walleij2012-04-181-0/+5
* pinctrl: replace list_*() with get_*_count()Viresh Kumar2012-04-181-22/+15
* pinctrl: mark const init data with __initconst instead of __initdataUwe Kleine-König2012-04-181-1/+1
* Documentation: pinctrl: add missing spi0_0 grp in exampleViresh Kumar2012-04-181-1/+1
* pinctrl: enhance mapping table to support pin config operationsStephen Warren2012-03-051-12/+64
* pinctrl: API changes to support multiple states per deviceStephen Warren2012-03-051-41/+79
* pinctrl: assume map table entries can't have a NULL name fieldStephen Warren2012-03-021-4/+3
* pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2012-03-021-4/+4
* pinctrl: re-order struct pinctrl_mapStephen Warren2012-02-291-12/+12
* pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren2012-02-241-10/+5
* pinctrl: changes hog mechanism to be self-referentialLinus Walleij2012-02-101-4/+4
* pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij2012-02-101-59/+59
* pinctrl: break out a pinctrl consumer headerLinus Walleij2012-02-101-1/+5
* pinctrl: delete raw device pointers in pinmux mapsLinus Walleij2012-02-011-4/+1
* pinctrl: fix some pinmux typosTony Lindgren2012-01-261-1/+1
* Documentation/pinctrl: fix a few syntax errors in code examplesUwe Kleine-König2012-01-241-8/+7
* pinctrl: some typo fixesDong Aisheng2012-01-031-5/+5
* pinctrl: pass name instead of device to pin_config_*Stephen Warren2012-01-031-1/+1
* pinctrl: don't create a device for each pin controllerStephen Warren2012-01-031-13/+13
* pinctrl: add a pin config interfaceLinus Walleij2012-01-031-6/+90
* pinctrl: make a copy of pinmux mapLinus Walleij2012-01-031-2/+2
* pinctrl: GPIO direction support for muxingLinus Walleij2012-01-031-8/+24
* pinctrl: add a pin_base for sparse gpio-rangesChanho Park2012-01-031-25/+23
* pinctrl: documentation updateLinus Walleij2012-01-031-26/+26
* drivers: create a pin control subsystemLinus Walleij2011-10-131-0/+950
OpenPOWER on IntegriCloud