summaryrefslogtreecommitdiffstats
path: root/include/linux/pinctrl/pinctrl.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-2/+1
* pinctrl: remove include file from <linux/device.h>Linus Torvalds2018-02-031-0/+1
* pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren2017-04-071-1/+2
* pinctrl: core: Fix regression caused by delayed work for hogsTony Lindgren2017-01-131-0/+15
* pinctrl: Add devm_ apis for pinctrl_{register, unregister}Laxman Dewangan2016-04-211-0/+6
* pinctrl: use "const struct ..." rather than "struct ... const"Masahiro Yamada2015-06-011-1/+1
* pinctrl: move strict option to pinmux_opsLinus Walleij2015-05-061-3/+0
* pinctrl: allow exlusive GPIO/mux pin allocationSonic Zhang2015-05-061-0/+3
* pinctrl: pinconf-generic: loose DT dependenceLinus Walleij2015-01-141-7/+10
* pinctrl: pinconf-generic: Allow driver to specify DT paramsSoren Brinkmann2015-01-111-0/+9
* pinctrl: Add void * to pinctrl_pin_descSherman Yin2014-01-161-0/+2
* pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert2013-10-161-0/+3
* Fix comment on pinctrl_gpio_range.pin_baseChristian Ruppert2013-06-171-1/+1
* pinctrl: add pin list based GPIO rangesChristian Ruppert2013-06-171-1/+3
* pinctrl: Declare operation structures as constLaurent Pinchart2013-03-071-3/+3
* pinctrl: core: get devname from pinctrl_devHaojian Zhuang2013-01-211-0/+1
* 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
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-1/+1
* pinctrl: add pinctrl_add_gpio_ranges functionDong Aisheng2012-07-031-0/+3
* pinctrl: remove pinctrl_remove_gpio_rangeDong Aisheng2012-07-031-2/+0
* pinctrl: add kerneldoc for pinctrl_ops device tree functionsStephen Warren2012-04-261-0/+9
* pinctrl: replace list_*() with get_*_count()Viresh Kumar2012-04-181-4/+2
* pinctrl: core device tree mapping table parsing supportStephen Warren2012-04-181-0/+7
* pinctrl: forward-declare struct deviceStephen Warren2012-03-061-0/+1
* pinctrl: split pincontrol states into its own headerLinus Walleij2012-03-061-2/+1
* pinctrl: fix and simplify lockingStephen Warren2012-03-051-1/+0
* pinctrl: introduce PINCTRL_STATE_DEFAULT, define hogs as that stateStephen Warren2012-03-021-0/+2
* pinctrl: remove unnecessary max pin numberChanho Park2012-01-031-5/+0
* pinctrl: add a pin config interfaceLinus Walleij2012-01-031-2/+6
* pinctrl: add a pin_base for sparse gpio-rangesChanho Park2012-01-031-0/+2
* pinctrl: fix "warning: 'struct pinctrl_dev' declared inside parameter list"Barry Song2011-11-091-0/+1
* pinctrl: get_group_pins() const fixesStephen Warren2011-10-201-2/+2
* drivers: create a pin control subsystemLinus Walleij2011-10-131-0/+133