summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2013-12-03gpiolib: change a warning to debug message when failing to get gpiogpio-v3.13-3Heikki 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_DEFERgpio-v3.12-3Alexandre 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 setgpio-v3.12-1Linus 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
2013-02-09gpiolib: use gpio_chips list in gpiochip_findAlexandre Courbot
2013-02-09gpiolib: use gpio_chips list in gpiolib_sysfs_initAlexandre Courbot
2013-02-09gpiolib: link all gpio_chips using a listAlexandre Courbot
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2013-02-04gpiolib: add missing braces in gpio_direction_showAlexandre Courbot
2013-02-04gpiolib: remove gpiochip_reserve()Alexandre Courbot
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-11-21gpiolib: Fix use after free in gpiochip_add_pin_rangeAxel Lin
2012-11-21gpiolib: rename pin range argumentsLinus Walleij
2012-11-21gpiolib: return any error code from range creationLinus Walleij
2012-11-21gpiolib: rename find_pinctrl_*Linus Walleij
2012-11-21gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij