aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: generic: add input schmitt disable parameterHaojian Zhuang2012-11-211-2/+3
* pinctrl: add function to retrieve range from pinLinus Walleij2012-11-211-0/+3
* gpiolib: rename find_pinctrl_*Linus Walleij2012-11-211-1/+1
* gpiolib: separation of pin concernsLinus Walleij2012-11-111-5/+2
* gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-111-0/+17
* Revert "pinctrl: remove pinctrl_remove_gpio_range"Viresh Kumar2012-11-111-0/+2
* Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds2012-10-034-4/+4
|\
| * UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-024-4/+4
* | pinctrl: clarify idle vs sleep statesLinus Walleij2012-10-011-5/+10
* | pinctrl: use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Uwe Kleine-König2012-09-031-1/+1
|/
* pinctrl: header: trivial: declare struct deviceRichard Genoud2012-08-171-0/+1
* pinctrl: add pinctrl_add_gpio_ranges functionDong Aisheng2012-07-031-0/+3
* pinctrl: remove pinctrl_remove_gpio_rangeDong Aisheng2012-07-031-2/+0
* Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-05-121-0/+13
|\
| * pinctrl: add sleep state definitionLinus Walleij2012-05-111-0/+13
* | pinctrl: (cosmetic) fix two entries in DocBook commentsGuennadi Liakhovetski2012-05-102-2/+1
* | pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng2012-04-261-1/+4
* | pinctrl: add kerneldoc for pinctrl_ops device tree functionsStephen Warren2012-04-261-0/+9
* | pinctrl: fix dangling commentLinus Walleij2012-04-251-1/+1
|/
* pinctrl: implement devm_pinctrl_get()/put()Stephen Warren2012-04-181-0/+44
* pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren2012-04-181-0/+5
* pinctrl: replace list_*() with get_*_count()Viresh Kumar2012-04-182-8/+5
* pinctrl: core device tree mapping table parsing supportStephen Warren2012-04-181-0/+7
* 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: introduce generic pin configLinus Walleij2012-03-122-0/+119
* pinctrl: forward-declare struct deviceStephen Warren2012-03-061-0/+1
* pinctrl: split pincontrol states into its own headerLinus Walleij2012-03-064-4/+9
* 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-052-13/+53
* pinctrl: fix and simplify lockingStephen Warren2012-03-051-1/+0
* pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2012-03-022-5/+10
* pinctrl: re-order struct pinctrl_mapStephen Warren2012-02-291-5/+5
* pinctrl: disallow map table entries with NULL dev_name fieldStephen Warren2012-02-231-7/+0
* pinctrl: changes hog mechanism to be self-referentialLinus Walleij2012-02-101-12/+6
* pinctrl: factor pin control handles over to the coreLinus Walleij2012-02-101-4/+4
* pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij2012-02-102-30/+30
* pinctrl: break out a pinctrl consumer headerLinus Walleij2012-02-103-91/+118
* pinctrl: delete raw device pointers in pinmux mapsLinus Walleij2012-02-011-10/+2
* pinctrl: remove unnecessary max pin numberChanho Park2012-01-031-5/+0
* pinctrl: pass name instead of device to pin_config_*Stephen Warren2012-01-031-8/+8
* pinctrl: add "struct seq_file;" to pinconf.hStephen Warren2012-01-031-0/+1
* 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/+0
* pinctrl: implement PINMUX_MAP_SYS_HOGStephen Warren2012-01-031-0/+8
* pinctrl: add a pin config interfaceLinus Walleij2012-01-032-2/+102
* pinctrl: make a copy of pinmux mapLinus Walleij2012-01-031-1/+1
* pinctrl: GPIO direction support for muxingLinus Walleij2012-01-031-1/+23
* pinctrl: add a pin_base for sparse gpio-rangesChanho Park2012-01-032-1/+3
* pinctrl: add explicit gpio_disable_free pinmux_opStephen Warren2012-01-031-0/+3