aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAge
* gpiolib: change a warning to debug message when failing to get gpioHeikki Krogerus2013-12-03
* gpiolib: use platform GPIO mappings as fallbackAlexandre Courbot2013-12-03
* gpiolib: fix lookup of platform-mapped GPIOsAlexandre Courbot2013-12-03
* gpiolib: fix of_find_gpio() when OF not definedAlexandre Courbot2013-11-25
* gpio: fix memory leak in error pathMichal Nazarewicz2013-11-25
* gpiolib: use dedicated flags for GPIO propertiesAlexandre Courbot2013-11-25
* gpiolib: fix find_chip_by_name()Alexandre Courbot2013-11-25
* ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki2013-11-14
* Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-12
|\
| * gpiolib / ACPI: allow passing GPIOF_ACTIVE_LOW for GpioInt resourcesMika Westerberg2013-10-19
| * gpiolib / ACPI: add ACPI support for gpiod_get_index()Mika Westerberg2013-10-19
| * gpiolib: add gpiod_get() and gpiod_put() functionsAlexandre Courbot2013-10-19
| * gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot2013-10-19
| * Merge tag 'v3.12-rc6' into develLinus Walleij2013-10-19
| |\
| * | gpio: add API to be strict about GPIO IRQ usageLinus Walleij2013-10-16
| * | gpiolib: factorize gpiod_get/set functionsAlexandre Courbot2013-09-20
| * | gpiolib: Include GPIO label in log messages for GPIOsMark Brown2013-09-19
| * | gpiolib: Provide helper macros for logging of GPIO eventsMark Brown2013-09-19
* | | Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-12
|\ \ \
| * | | pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert2013-10-16
| |/ /
* | | Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman2013-10-19
|\ \ \ | | |/ | |/|
| * | gpiolib: let gpiod_request() return -EPROBE_DEFERAlexandre Courbot2013-10-11
| * | gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot2013-10-11
| |/
* / sysfs: clean up sysfs_get_dirent()Tejun Heo2013-09-26
|/
* gpio: return -ENOTSUPP if debounce cannot be setLinus Walleij2013-09-04
* gpio: improve error path in gpiolibLinus Walleij2013-09-03
* gpiolib: replace strict_strtol() with kstrtol()Jingoo Han2013-07-20
* gpiolib: remove warnning of allocations with IRQs disabledZhangfei Gao2013-06-20
* gpiolib: move comment to right functionAlexandre Courbot2013-03-02
* gpiolib: use const parameters when possibleAlexandre Courbot2013-03-02
* gpiolib: check descriptors validity before useAlexandre Courbot2013-03-02
* gpio: convert to idr_alloc()Tejun Heo2013-02-27
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-26
|\
| * gpiolib: Fix locking on gpio debugfs filesGrant Likely2013-02-11
| * gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot2013-02-11
| * gpiolib: use descriptors internallyAlexandre Courbot2013-02-11
| * gpiolib: use gpio_chips list in gpiochip_find_baseAlexandre Courbot2013-02-09
| * gpiolib: use gpio_chips list in sysfs opsAlexandre Courbot2013-02-09
| * gpiolib: use gpio_chips list in gpiochip_findAlexandre Courbot2013-02-09
| * gpiolib: use gpio_chips list in gpiolib_sysfs_initAlexandre Courbot2013-02-09
| * gpiolib: link all gpio_chips using a listAlexandre Courbot2013-02-09
| * gpiolib: add missing braces in gpio_direction_showAlexandre Courbot2013-02-04
| * gpiolib: remove gpiochip_reserve()Alexandre Courbot2013-02-04
* | driver-core: constify data for class_find_device()Michał Mirosław2013-02-06
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-11
|\
| * gpiolib: unlock on error in gpio_export()Dan Carpenter2012-10-26
| * gpiolib: add gpio get direction callback supportMathias Nyman2012-10-26
| * gpiolib: Refactor gpio_exportRyan Mallon2012-10-22
* | gpiolib: Fix use after free in gpiochip_add_pin_rangeAxel Lin2012-11-21
* | gpiolib: rename pin range argumentsLinus Walleij2012-11-21