aboutsummaryrefslogtreecommitdiff
path: root/include/linux/gpio
AgeCommit message (Expand)AuthorFilesLines
2015-07-16gpio: Remove double "base" in commentGravatar Geert Uytterhoeven 1-1/+1
2015-07-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Gravatar Linus Torvalds 1-0/+15
2015-06-01gpiolib: rename gpiod_set_array to gpiod_set_array_valueGravatar Rojhalat Ibrahim 1-18/+19
2015-05-25gpiolib: Add missing dummies for the unified device properties interfaceGravatar Geert Uytterhoeven 1-0/+15
2015-05-14gpio: discourage passing base to gpio_chipGravatar Linus Walleij 1-2/+6
2015-05-13gpiolib: cleanup chained handler and dataGravatar Dmitry Eremin-Solenikov 1-0/+1
2015-05-12gpio: remove gpiod_sysfs_set_active_lowGravatar Johan Hovold 1-6/+0
2015-05-12gpio: sysfs: clean up chip class-device handlingGravatar Johan Hovold 1-2/+2
2015-03-19gpio: move pincontrol calls to <linux/gpio/driver.h>Gravatar Linus Walleij 1-0/+48
2015-03-05gpiolib: add devm_gpiod_get_array and devm_gpiod_put_array functionsGravatar Rojhalat Ibrahim 1-0/+30
2015-03-05gpiolib: add gpiod_get_array and gpiod_put_array functionsGravatar Rojhalat Ibrahim 1-0/+46
2015-03-04gpio: add parameter to allow the use named gpiosGravatar Olliver Schinagl 1-0/+1
2015-01-15gpio: Make the vararg hacks not pass magic valuesGravatar Olliver Schinagl 1-8/+9
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 2-3/+45
2014-11-28gpio: remove const modifier from gpiod_get_direction()Gravatar Alexandre Courbot 1-1/+1
2014-11-27gpiolib: allow simultaneous setting of multiple GPIO outputsGravatar Rojhalat Ibrahim 2-0/+42
2014-11-04gpio: Support for unified device properties interfaceGravatar Mika Westerberg 1-0/+7
2014-10-28gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irqGravatar Alexandre Courbot 1-2/+2
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-2/+6
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-2/+2
2014-09-24gpiolib: add irq_not_threaded flag to gpio_chipGravatar Octavian Purdila 1-0/+3
2014-09-23gpio: gpiolib: set gpiochip_remove retval to voidGravatar abdoulaye berthe 1-1/+1
2014-09-05gpio: fix 'CONFIG_GPIO_IRQCHIP' commentsGravatar Paul Bolle 1-2/+2
2014-09-02gpio: move varargs hack outside #ifdef GPIOLIBGravatar Linus Walleij 1-45/+60
2014-08-29gpio: change gpiochip_request_own_desc() prototypeGravatar Alexandre Courbot 1-1/+2
2014-08-21gpio: move GPIOD flags outside #ifdefGravatar Linus Walleij 1-2/+2
2014-08-07gpio: add missing includes in machine.hGravatar Alexandre Courbot 1-0/+3
2014-07-28gpio: add flags argument to gpiod_get*() functionsGravatar Alexandre Courbot 1-16/+65
2014-07-28gpio: split gpiod board registration into machine headerGravatar Linus Walleij 2-54/+58
2014-07-24gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGravatar Guenter Roeck 1-0/+3
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Gravatar Alexandre Courbot 1-2/+2
2014-07-23gpio: make gpiochip_get_desc() gpiolib-privateGravatar Alexandre Courbot 1-3/+0
2014-07-23gpio: drop retval check enforcing from gpiochip_remove()Gravatar Linus Walleij 1-1/+1
2014-05-16gpio: include linux/bug.h in interface headerGravatar Arnd Bergmann 1-0/+1
2014-05-09gpio: Add helpers for optional GPIOsGravatar Thierry Reding 1-0/+40
2014-04-28gpio: support threaded interrupts in irqchip helpersGravatar Linus Walleij 1-1/+4
2014-03-28gpio: unmap gpio irqs properlyGravatar Linus Walleij 1-0/+1
2014-03-26gpio: add IRQ chip helpers in gpiolibGravatar Linus Walleij 1-0/+29
2014-03-14Merge tag 'v3.14-rc6' into develGravatar Linus Walleij 1-2/+2
2014-02-12gpiolib: add gpiochip_get_desc() driver functionGravatar Alexandre Courbot 2-8/+18
2014-02-07gpio: make gpiod_direction_output take a logical valueGravatar Philipp Zabel 1-0/+7
2014-02-06gpio: consumer.h: Move forward declarations outside #ifdefGravatar Lars-Peter Clausen 1-2/+2
2013-12-09gpiolib: convert gpiod_lookup description to kernel-docGravatar Andy Shevchenko 1-17/+9
2013-12-09gpio: better lookup method for platform GPIOsGravatar Alexandre Courbot 1-11/+10
2013-12-09Merge tag 'v3.13-rc3' into develGravatar Linus Walleij 1-2/+12
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanGravatar Linus Walleij 1-4/+5
2013-12-03gpiolib: add missing declarationsGravatar Alexandre Courbot 1-0/+3
2013-11-25gpiolib: use dedicated flags for GPIO propertiesGravatar Alexandre Courbot 1-2/+9
2013-10-29gpiolib: provide a declaration of seq_file in gpio/driver.hGravatar Stephen Rothwell 1-0/+1
2013-10-19gpiolib: add gpiod_get() and gpiod_put() functionsGravatar Alexandre Courbot 2-0/+71