aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-21pinctrl: generic: add input schmitt disable parameterHaojian Zhuang1-2/+3
2012-11-21pinctrl: add function to retrieve range from pinLinus Walleij1-0/+3
2012-11-21gpiolib: rename find_pinctrl_*Linus Walleij1-1/+1
2012-11-11gpiolib: separation of pin concernsLinus Walleij1-5/+2
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim1-0/+17
2012-11-11Revert "pinctrl: remove pinctrl_remove_gpio_range"Viresh Kumar1-0/+2
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds4-4/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells4-4/+4
2012-10-01pinctrl: clarify idle vs sleep statesLinus Walleij1-5/+10
2012-09-03pinctrl: use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Uwe Kleine-König1-1/+1
2012-08-17pinctrl: header: trivial: declare struct deviceRichard Genoud1-0/+1
2012-07-03pinctrl: add pinctrl_add_gpio_ranges functionDong Aisheng1-0/+3
2012-07-03pinctrl: remove pinctrl_remove_gpio_rangeDong Aisheng1-2/+0
2012-05-12Merge tag 'ux500-gpio-pins-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/pinctrlOlof Johansson1-0/+13
2012-05-11pinctrl: add sleep state definitionLinus Walleij1-0/+13
2012-05-10pinctrl: (cosmetic) fix two entries in DocBook commentsGuennadi Liakhovetski2-2/+1
2012-04-26pinctrl: add pinctrl_provide_dummies interface for platforms to useDong Aisheng1-1/+4
2012-04-26pinctrl: add kerneldoc for pinctrl_ops device tree functionsStephen Warren1-0/+9
2012-04-25pinctrl: fix dangling commentLinus Walleij1-1/+1
2012-04-18pinctrl: implement devm_pinctrl_get()/put()Stephen Warren1-0/+44
2012-04-18pinctrl: allow pctldevs to decode pin config in debugfsStephen Warren1-0/+5
2012-04-18pinctrl: replace list_*() with get_*_count()Viresh Kumar2-8/+5
2012-04-18pinctrl: core device tree mapping table parsing supportStephen Warren1-0/+7
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-12pinctrl: introduce generic pin configLinus Walleij2-0/+119
2012-03-06pinctrl: forward-declare struct deviceStephen Warren1-0/+1
2012-03-06pinctrl: split pincontrol states into its own headerLinus Walleij4-4/+9
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 Warren2-13/+53
2012-03-05pinctrl: fix and simplify lockingStephen Warren1-1/+0
2012-03-02pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2-5/+10
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: factor pin control handles over to the coreLinus Walleij1-4/+4
2012-02-10pinctrl: move generic functions to the pinctrl_ namespaceLinus Walleij2-30/+30
2012-02-10pinctrl: break out a pinctrl consumer headerLinus Walleij3-91/+118
2012-02-01pinctrl: delete raw device pointers in pinmux mapsLinus Walleij1-10/+2
2012-01-03pinctrl: remove unnecessary max pin numberChanho Park1-5/+0
2012-01-03pinctrl: pass name instead of device to pin_config_*Stephen Warren1-8/+8
2012-01-03pinctrl: add "struct seq_file;" to pinconf.hStephen Warren1-0/+1
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: add a pin config interfaceLinus Walleij2-2/+102
2012-01-03pinctrl: make a copy of pinmux mapLinus Walleij1-1/+1
2012-01-03pinctrl: GPIO direction support for muxingLinus Walleij1-1/+23
2012-01-03pinctrl: add a pin_base for sparse gpio-rangesChanho Park2-1/+3
2012-01-03pinctrl: add explicit gpio_disable_free pinmux_opStephen Warren1-0/+3