summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: add flags argument to gpiod_get*() functionsAlexandre Courbot2014-07-281-21/+46
* gpio / ACPI: Move event handling registration to gpiolib irqchip helpersMika Westerberg2014-07-281-0/+4
* gpio: split gpiod board registration into machine headerLinus Walleij2014-07-281-0/+1
* gpiolib: Export gpiochip_request_own_desc and gpiochip_free_own_descGuenter Roeck2014-07-241-0/+2
* gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot2014-07-231-125/+4
* gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-231-14/+16
* gpio: make gpiochip_get_desc() gpiolib-privateAlexandre Courbot2014-07-231-1/+0
* gpio: move integer GPIO support to its own fileAlexandre Courbot2014-07-091-105/+0
* gpio: move sysfs support to its own fileAlexandre Courbot2014-07-091-907/+4
* gpio: always compile label supportAlexandre Courbot2014-07-091-25/+2
* gpio: of: Fix handling for deferred probe for -gpio suffixTony Lindgren2014-06-121-1/+1
* gpio: Add helpers for optional GPIOsThierry Reding2014-05-091-0/+43
* gpio: Fix gpio_get -> gpiod_get typo in kernel-docThierry Reding2014-05-021-1/+1
* gpio: of: Allow -gpio suffix for property namesThierry Reding2014-04-281-6/+12
* gpio: of: Remove unneeded dummy functionThierry Reding2014-04-281-9/+0
* gpio: do not set up hardware for IRQ_TYPE_NONELinus Walleij2014-04-281-2/+8
* gpio: put GPIO IRQs into their own lock classLinus Walleij2014-04-281-0/+7
* gpio: support threaded interrupts in irqchip helpersLinus Walleij2014-04-281-0/+12
* gpio: set data first, then chip and handlerLinus Walleij2014-04-141-1/+1
* gpio: unmap gpio irqs properlyLinus Walleij2014-03-281-4/+29
* gpio: add IRQ chip helpers in gpiolibLinus Walleij2014-03-261-0/+188
* gpio: clamp returned values to the boolean rangeAlexandre Courbot2014-03-141-6/+6
* gpio / ACPI: Rework ACPI GPIO event handlingMika Westerberg2014-03-131-1/+2
* gpiolib: Allow GPIO chips to request their own GPIOsMika Westerberg2014-03-131-27/+73
* gpio: remove misleading documentationLinus Walleij2014-03-071-4/+1
* gpiolib: add gpiochip_get_desc() driver functionAlexandre Courbot2014-02-121-8/+9
* GPIO: gpiolib: correct description of gpiod_direction_outputRahul Bedarkar2014-02-121-1/+1
* gpio: make gpiod_direction_output take a logical valuePhilipp Zabel2014-02-071-19/+48
* Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-01-211-114/+137
|\
| * gpio / ACPI: get rid of acpi_gpio.hMika Westerberg2014-01-081-1/+0
| * gpio / ACPI: register to ACPI events automaticallyMika Westerberg2014-01-081-0/+4
| * gpiolib: return -ENOENT if no GPIO mapping existsAlexandre Courbot2013-12-121-17/+17
| * gpiolib: update inline documentation of gpiod_get_index()Andy Shevchenko2013-12-091-1/+1
| * gpiolib: introduce chip_* to print with chip->label prefixAndy Shevchenko2013-12-091-15/+26
| * gpiolib: unify pr_* messages formatAndy Shevchenko2013-12-091-37/+37
| * gpio: better lookup method for platform GPIOsAlexandre Courbot2013-12-091-50/+58
| * Merge tag 'v3.13-rc3' into develLinus Walleij2013-12-091-31/+47
| |\
| * | gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
| * | gpio: rewrite gpiochip_offset_to_desc()Alexandre Courbot2013-12-041-2/+3
* | | kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo2013-12-111-2/+2
| |/ |/|
* | gpiolib: change a warning to debug message when failing to get gpioHeikki Krogerus2013-12-031-1/+1
* | gpiolib: use platform GPIO mappings as fallbackAlexandre Courbot2013-12-031-3/+13
* | gpiolib: fix lookup of platform-mapped GPIOsAlexandre Courbot2013-12-031-1/+1
* | gpiolib: fix of_find_gpio() when OF not definedAlexandre Courbot2013-11-251-1/+2
* | gpio: fix memory leak in error pathMichal Nazarewicz2013-11-251-1/+3
* | gpiolib: use dedicated flags for GPIO propertiesAlexandre Courbot2013-11-251-7/+15
* | gpiolib: fix find_chip_by_name()Alexandre Courbot2013-11-251-17/+12
|/
* ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-141-0/+1
* Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-121-234/+594
|\
| * gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resourcesMika Westerberg2013-10-191-1/+11