aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2014-01-08gpio / ACPI: get rid of acpi_gpio.hMika Westerberg
2014-01-08gpio / ACPI: register to ACPI events automaticallyMika Westerberg
2013-12-12gpiolib: return -ENOENT if no GPIO mapping existsAlexandre Courbot
2013-12-11kernfs: s/sysfs_dirent/kernfs_node/ and rename its friends accordinglyTejun Heo
2013-12-09gpiolib: update inline documentation of gpiod_get_index()Andy Shevchenko
2013-12-09gpiolib: introduce chip_* to print with chip->label prefixAndy Shevchenko
2013-12-09gpiolib: unify pr_* messages formatAndy Shevchenko
2013-12-09gpio: better lookup method for platform GPIOsAlexandre Courbot
2013-12-09Merge tag 'v3.13-rc3' into develLinus Walleij
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij
2013-12-04gpio: rewrite gpiochip_offset_to_desc()Alexandre Courbot
2013-12-03gpiolib: change a warning to debug message when failing to get gpioHeikki Krogerus
2013-12-03gpiolib: use platform GPIO mappings as fallbackAlexandre Courbot
2013-12-03gpiolib: fix lookup of platform-mapped GPIOsAlexandre Courbot
2013-11-25gpiolib: fix of_find_gpio() when OF not definedAlexandre Courbot
2013-11-25gpio: fix memory leak in error pathMichal Nazarewicz
2013-11-25gpiolib: use dedicated flags for GPIO propertiesAlexandre Courbot
2013-11-25gpiolib: fix find_chip_by_name()Alexandre Courbot
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki
2013-11-12Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds
2013-11-12Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-10-19gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resourcesMika Westerberg
2013-10-19gpiolib / ACPI: add ACPI support for gpiod_get_index()Mika Westerberg
2013-10-19gpiolib: add gpiod_get() and gpiod_put() functionsAlexandre Courbot
2013-10-19gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot
2013-10-19Merge tag 'v3.12-rc6' into develLinus Walleij
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman
2013-10-16pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert
2013-10-16gpio: add API to be strict about GPIO IRQ usageLinus Walleij
2013-10-11gpiolib: let gpiod_request() return -EPROBE_DEFERAlexandre Courbot
2013-10-11gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot
2013-09-26sysfs: clean up sysfs_get_dirent()Tejun Heo
2013-09-20gpiolib: factorize gpiod_get/set functionsAlexandre Courbot
2013-09-19gpiolib: Include GPIO label in log messages for GPIOsMark Brown
2013-09-19gpiolib: Provide helper macros for logging of GPIO eventsMark Brown
2013-09-04gpio: return -ENOTSUPP if debounce cannot be setLinus Walleij
2013-09-03gpio: improve error path in gpiolibLinus Walleij
2013-07-21gpiolib: replace strict_strtol() with kstrtol()Jingoo Han
2013-06-20gpiolib: remove warnning of allocations with IRQs disabledZhangfei Gao
2013-03-02gpiolib: move comment to right functionAlexandre Courbot
2013-03-02gpiolib: use const parameters when possibleAlexandre Courbot
2013-03-02gpiolib: check descriptors validity before useAlexandre Courbot
2013-02-27gpio: convert to idr_alloc()Tejun Heo
2013-02-26Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-02-11gpiolib: Fix locking on gpio debugfs filesGrant Likely
2013-02-11gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot
2013-02-11gpiolib: use descriptors internallyAlexandre Courbot
2013-02-09gpiolib: use gpio_chips list in gpiochip_find_baseAlexandre Courbot
2013-02-09gpiolib: use gpio_chips list in sysfs opsAlexandre Courbot