aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: let gpiod_request() return -EPROBE_DEFERAlexandre Courbot2013-10-051-1/+3
* gpiolib: safer implementation of desc_to_gpio()Alexandre Courbot2013-10-051-1/+1
* Revert "restored old behaviour to return -EPROBE_DEFER if the chip is not yet...H. Nikolaus Schaller2013-10-051-2/+0
* restored old behaviour to return -EPROBE_DEFER if the chip is not yet probedH. Nikolaus Schaller2013-10-031-0/+2
* 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-271-8/+3
* 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/+16
| * gpiolib: use gpio_chips list in sysfs opsAlexandre Courbot2013-02-091-27/+10
| * gpiolib: use gpio_chips list in gpiochip_findAlexandre Courbot2013-02-091-10/+7
| * gpiolib: use gpio_chips list in gpiolib_sysfs_initAlexandre Courbot2013-02-091-5/+2
| * gpiolib: link all gpio_chips using a listAlexandre Courbot2013-02-091-7/+44
| * gpiolib: add missing braces in gpio_direction_showAlexandre Courbot2013-02-041-2/+3
| * gpiolib: remove gpiochip_reserve()Alexandre Courbot2013-02-041-50/+8
* | driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-1/+1
|/
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-40/+84
|\
| * gpiolib: unlock on error in gpio_export()Dan Carpenter2012-10-261-1/+2
| * gpiolib: add gpio get direction callback supportMathias Nyman2012-10-261-1/+37
| * gpiolib: Refactor gpio_exportRyan Mallon2012-10-231-39/+46
* | gpiolib: Fix use after free in gpiochip_add_pin_rangeAxel Lin2012-11-211-1/+3
* | gpiolib: rename pin range argumentsLinus Walleij2012-11-211-9/+10
* | gpiolib: return any error code from range creationLinus Walleij2012-11-211-1/+2
* | gpiolib: rename find_pinctrl_*Linus Walleij2012-11-211-1/+1
* | gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij2012-11-211-3/+29
* | gpiolib: separation of pin concernsLinus Walleij2012-11-111-3/+5
* | gpiolib: call pin removal in chip removal functionLinus Walleij2012-11-111-0/+1
* | gpiolib: fix up function prototypes etcLinus Walleij2012-11-111-5/+5
* | gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-111-0/+43
* | gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpiosMathias Nyman2012-10-261-3/+7
|/
* gpiolib: Use seq_file's iterator interfaceThierry Reding2012-08-171-28/+74
* gpiolib: Defer failed gpio requests by defaultMark Brown2012-07-171-1/+1
* gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely2012-05-181-1/+1
* gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten2012-05-181-1/+1
* gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-181-1/+1
* gpio: add flags to export GPIOs when requestingWolfram Sang2012-04-051-1/+11
* gpiolib: Add comments explaining the _cansleep() WARN_ON()sMark Brown2012-03-051-0/+2
* gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan2012-03-051-0/+39
* gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan2012-03-051-2/+42
* gpio: constify the data parameter to gpiochip_find()Grant Likely2012-03-021-2/+3
* Fix circular locking dependency (3.3-rc2)Ming Lei2012-02-151-3/+5
* gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Grant Likely2011-12-121-1/+1