summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
| * 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-121-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/+12Star
|/
* 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
| * gpiolib / ACPI: add ACPI support for gpiod_get_index()Mika Westerberg2013-10-191-0/+10
| * gpiolib: add gpiod_get() and gpiod_put() functionsAlexandre Courbot2013-10-191-0/+203
| * gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot2013-10-191-198/+224
| * Merge tag 'v3.12-rc6' into develLinus Walleij2013-10-191-2/+4
| |\
| * | gpio: add API to be strict about GPIO IRQ usageLinus Walleij2013-10-161-2/+86
| * | gpiolib: factorize gpiod_get/set functionsAlexandre Courbot2013-09-201-39/+33Star
| * | gpiolib: Include GPIO label in log messages for GPIOsMark Brown2013-09-191-0/+21
| * | gpiolib: Provide helper macros for logging of GPIO eventsMark Brown2013-09-191-20/+32
* | | Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-0/+47
|\ \ \
| * | | pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert2013-10-161-0/+47
| |/ /
* | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-191-2/+4
|\ \ \ | | |/ | |/|
| * | gpiolib: let gpiod_request() return -EPROBE_DEFERAlexandre Courbot2013-10-111-1/+3
| * | gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot2013-10-111-1/+1
| |/
* / sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-271-1/+1
|/
* gpio: return -ENOTSUPP if debounce cannot be setLinus Walleij2013-09-041-2/+5
* gpio: improve error path in gpiolibLinus Walleij2013-09-031-16/+25
* gpiolib: replace strict_strtol() with kstrtol()Jingoo Han2013-07-211-4/+4
* gpiolib: remove warnning of allocations with IRQs disabledZhangfei Gao2013-06-201-3/+5
* gpiolib: move comment to right functionAlexandre Courbot2013-03-021-1/+1
* gpiolib: use const parameters when possibleAlexandre Courbot2013-03-021-13/+16
* gpiolib: check descriptors validity before useAlexandre Courbot2013-03-021-47/+65
* gpio: convert to idr_alloc()Tejun Heo2013-02-281-8/+3Star
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-261-308/+451
|\
| * gpiolib: Fix locking on gpio debugfs filesGrant Likely2013-02-111-3/+9
| * gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot2013-02-111-16/+23
| * gpiolib: use descriptors internallyAlexandre Courbot2013-02-111-176/+338
| * gpiolib: use gpio_chips list in gpiochip_find_baseAlexandre Courbot2013-02-091-21/+16Star
| * gpiolib: use gpio_chips list in sysfs opsAlexandre Courbot2013-02-091-27/+10Star