summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gpiolib: output basic details and consolidate gpio device driversGrant Likely2011-12-121-0/+4
* gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen2011-05-271-2/+2
* gpio: add trace events for setting direction and valueUwe Kleine-König2011-05-201-2/+16
* gpiolib: export gpiochip_findJean Delvare2011-05-201-0/+1
* arm/gpio: Remove three copies of broken and racy debug codeThomas Gleixner2011-03-251-45/+0
* gpiolib: gpio_request_one(): add missing gpio_free()Aaro Koskinen2010-12-221-0/+3
* gpiolib: allow nested threaded irqs for poll(2)Daniel Gl?ckner2010-08-111-2/+2
* gpiolib: get rid of struct poll_desc and workletDaniel Gl?ckner2010-08-111-53/+27
* gpiolib: decouple might_sleep_if() from DEBUGDavid Brownell2010-08-111-6/+6