aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (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-36/+54
2014-09-26gpio: handle also nested irqchips in the chained handler set-upLinus Walleij1-15/+19
2014-09-26gpio: set parent irq on chained handlersLinus Walleij1-0/+13
2014-09-26gpiolib: irqchip: use irq_find_mapping while removing irqchipGrygorii Strashko1-1/+2
2014-09-24gpiolib: add irq_not_threaded flag to gpio_chipOctavian Purdila1-1/+1
2014-09-24gpio: Fix potential NULL handler data in chained irqchip handlerJarkko Nikula1-1/+1
2014-09-24gpio: Fix gpio direction flags not getting setAdrian Hunter1-1/+1
2014-09-23GPIO: gpiolib: trivial: Add missing carriage returnAlexander Shiyan1-1/+1
2014-09-23gpio: gpiolib: set gpiochip_remove retval to voidabdoulaye berthe1-17/+7
2014-08-29gpio: change gpiochip_request_own_desc() prototypeAlexandre Courbot1-4/+14
2014-07-28gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot1-21/+46
2014-07-28gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg1-0/+4
2014-07-28gpio: split gpiod board registration into machine headerLinus Walleij1-0/+1
2014-07-24gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck1-0/+2
2014-07-23gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot1-125/+4
2014-07-23gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot1-14/+16
2014-07-23gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot1-1/+0
2014-07-09gpio: move integer GPIO support to its own fileAlexandre Courbot1-105/+0
2014-07-09gpio: move sysfs support to its own fileAlexandre Courbot1-907/+4
2014-07-09gpio: always compile label supportAlexandre Courbot1-25/+2
2014-06-12gpio: of: Fix handling for deferred probe for -gpio suffixTony Lindgren1-1/+1
2014-05-09gpio: Add helpers for optional GPIOsThierry Reding1-0/+43
2014-05-02gpio: Fix gpio_get -> gpiod_get typo in kernel-docThierry Reding1-1/+1
2014-04-28gpio: of: Allow -gpio suffix for property namesThierry Reding1-6/+12
2014-04-28gpio: of: Remove unneeded dummy functionThierry Reding1-9/+0
2014-04-28gpio: do not set up hardware for IRQ_TYPE_NONELinus Walleij1-2/+8
2014-04-28gpio: put GPIO IRQs into their own lock classLinus Walleij1-0/+7
2014-04-28gpio: support threaded interrupts in irqchip helpersLinus Walleij1-0/+12
2014-04-14gpio: set data first, then chip and handlerLinus Walleij1-1/+1
2014-03-28gpio: unmap gpio irqs properlyLinus Walleij1-4/+29
2014-03-26gpio: add IRQ chip helpers in gpiolibLinus Walleij1-0/+188
2014-03-14gpio: clamp returned values to the boolean rangeAlexandre Courbot1-6/+6
2014-03-13gpio / ACPI: Rework ACPI GPIO event handlingMika Westerberg1-1/+2
2014-03-13gpiolib: Allow GPIO chips to request their own GPIOsMika Westerberg1-27/+73
2014-03-07gpio: remove misleading documentationLinus Walleij1-4/+1
2014-02-12gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot1-8/+9
2014-02-12GPIO: gpiolib: correct description of gpiod_direction_outputRahul Bedarkar1-1/+1
2014-02-07gpio: make gpiod_direction_output take a logical valuePhilipp Zabel1-19/+48
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-114/+137
2014-01-08gpio / ACPI: get rid of acpi_gpio.hMika Westerberg1-1/+0
2014-01-08gpio / ACPI: register to ACPI events automaticallyMika Westerberg1-0/+4
2013-12-12gpiolib: return -ENOENT if no GPIO mapping existsAlexandre Courbot1-17/+17
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo1-2/+2
2013-12-09gpiolib: update inline documentation of gpiod_get_index()Andy Shevchenko1-1/+1
2013-12-09gpiolib: introduce chip_* to print with chip->label prefixAndy Shevchenko1-15/+26
2013-12-09gpiolib: unify pr_* messages formatAndy Shevchenko1-37/+37
2013-12-09gpio: better lookup method for platform GPIOsAlexandre Courbot1-50/+58
2013-12-09Merge tag 'v3.13-rc3' into develLinus Walleij1-31/+47
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-12-04gpio: rewrite gpiochip_offset_to_desc()Alexandre Courbot1-2/+3