summaryrefslogtreecommitdiffstats
path: root/include/linux/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: move pincontrol calls to <linux/gpio/driver.h>Linus Walleij2015-03-191-0/+48
* gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+30
* gpiolib: add gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-03-051-0/+46
* gpio: add parameter to allow the use named gpiosOlliver Schinagl2015-03-041-0/+1
* gpio: Make the vararg hacks not pass magic valuesOlliver Schinagl2015-01-151-8/+9
* Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-12-142-3/+45
|\
| * gpio: remove const modifier from gpiod_get_direction()Alexandre Courbot2014-11-281-1/+1
| * gpiolib: allow simultaneous setting of multiple GPIO outputsRojhalat Ibrahim2014-11-272-0/+42
| * gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqAlexandre Courbot2014-10-281-2/+2
* | gpio: Support for unified device properties interfaceMika Westerberg2014-11-041-0/+7
|/
* Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-10-091-2/+6
|\
| * gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila2014-09-241-0/+3
| * gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe2014-09-231-1/+1
| * gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot2014-08-291-1/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-081-2/+2
|\ \
| * | gpio: fix 'CONFIG_GPIO_IRQCHIP' commentsPaul Bolle2014-09-051-2/+2
* | | gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij2014-09-021-45/+60
| |/ |/|
* | gpio: move GPIOD flags outside #ifdefLinus Walleij2014-08-211-2/+2
* | gpio: add missing includes in machine.hAlexandre Courbot2014-08-071-0/+3
* | gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot2014-07-281-16/+65
* | gpio: split gpiod board registration into machine headerLinus Walleij2014-07-282-54/+58
* | gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck2014-07-241-0/+3
* | gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-231-2/+2
* | gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot2014-07-231-3/+0Star
* | gpio: drop retval check enforcing from gpiochip_remove()Linus Walleij2014-07-231-1/+1
|/
* gpio: include linux/bug.h in interface headerArnd Bergmann2014-05-161-0/+1
* gpio: Add helpers for optional GPIOsThierry Reding2014-05-091-0/+40
* gpio: support threaded interrupts in irqchip helpersLinus Walleij2014-04-281-1/+4
* gpio: unmap gpio irqs properlyLinus Walleij2014-03-281-0/+1
* gpio: add IRQ chip helpers in gpiolibLinus Walleij2014-03-261-0/+29
* Merge tag 'v3.14-rc6' into develLinus Walleij2014-03-141-2/+2
|\
| * gpio: consumer.h: Move forward declarations outside #ifdefLars-Peter Clausen2014-02-061-2/+2
* | gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot2014-02-122-8/+18
* | gpio: make gpiod_direction_output take a logical valuePhilipp Zabel2014-02-071-0/+7
|/
* gpiolib: convert gpiod_lookup description to kernel-docAndy Shevchenko2013-12-091-17/+9Star
* gpio: better lookup method for platform GPIOsAlexandre Courbot2013-12-091-11/+10Star
* Merge tag 'v3.13-rc3' into develLinus Walleij2013-12-091-2/+12
|\
| * gpiolib: add missing declarationsAlexandre Courbot2013-12-031-0/+3
| * gpiolib: use dedicated flags for GPIO propertiesAlexandre Courbot2013-11-251-2/+9
* | gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-4/+5
|/
* gpiolib: provide a declaration of seq_file in gpio/driver.hStephen Rothwell2013-10-301-0/+1
* gpiolib: add gpiod_get() and gpiod_put() functionsAlexandre Courbot2013-10-192-0/+71
* gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot2013-10-192-0/+365