summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
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
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
2012-11-11gpiolib: separation of pin concernsLinus Walleij
2012-11-11gpiolib: call pin removal in chip removal functionLinus Walleij
2012-11-11gpiolib: fix up function prototypes etcLinus Walleij
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim
2012-10-26gpiolib: unlock on error in gpio_export()Dan Carpenter
2012-10-26gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpiosMathias Nyman
2012-10-26gpiolib: add gpio get direction callback supportMathias Nyman
2012-10-23gpiolib: Refactor gpio_exportRyan Mallon