aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-2/+6
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2014-09-24gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila1-0/+3
2014-09-23gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe1-1/+1
2014-09-05gpio: fix 'CONFIG_GPIO_IRQCHIP' commentsPaul Bolle1-2/+2
2014-09-02gpio: move varargs hack outside #ifdef GPIOLIBLinus Walleij1-45/+60
2014-08-29gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot1-1/+2
2014-08-21gpio: move GPIOD flags outside #ifdefLinus Walleij1-2/+2
2014-08-07gpio: add missing includes in machine.hAlexandre Courbot1-0/+3
2014-07-28gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot1-16/+65
2014-07-28gpio: split gpiod board registration into machine headerLinus Walleij2-54/+58
2014-07-24gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck1-0/+3
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot1-2/+2
2014-07-23gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot1-3/+0
2014-07-23gpio: drop retval check enforcing from gpiochip_remove()Linus Walleij1-1/+1
2014-05-16gpio: include linux/bug.h in interface headerArnd Bergmann1-0/+1
2014-05-09gpio: Add helpers for optional GPIOsThierry Reding1-0/+40
2014-04-28gpio: support threaded interrupts in irqchip helpersLinus Walleij1-1/+4
2014-03-28gpio: unmap gpio irqs properlyLinus Walleij1-0/+1
2014-03-26gpio: add IRQ chip helpers in gpiolibLinus Walleij1-0/+29
2014-03-14Merge tag 'v3.14-rc6' into develLinus Walleij1-2/+2
2014-02-12gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot2-8/+18
2014-02-07gpio: make gpiod_direction_output take a logical valuePhilipp Zabel1-0/+7
2014-02-06gpio: consumer.h: Move forward declarations outside #ifdefLars-Peter Clausen1-2/+2
2013-12-09gpiolib: convert gpiod_lookup description to kernel-docAndy Shevchenko1-17/+9
2013-12-09gpio: better lookup method for platform GPIOsAlexandre Courbot1-11/+10
2013-12-09Merge tag 'v3.13-rc3' into develLinus Walleij1-2/+12
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-4/+5
2013-12-03gpiolib: add missing declarationsAlexandre Courbot1-0/+3
2013-11-25gpiolib: use dedicated flags for GPIO propertiesAlexandre Courbot1-2/+9
2013-10-29gpiolib: provide a declaration of seq_file in gpio/driver.hStephen Rothwell1-0/+1
2013-10-19gpiolib: add gpiod_get() and gpiod_put() functionsAlexandre Courbot2-0/+71
2013-10-19gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot2-0/+365