aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAge
* 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
* | gpiolib: return any error code from range creationLinus Walleij2012-11-21
* | gpiolib: rename find_pinctrl_*Linus Walleij2012-11-21
* | gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij2012-11-21
* | gpiolib: separation of pin concernsLinus Walleij2012-11-11
* | gpiolib: call pin removal in chip removal functionLinus Walleij2012-11-11
* | gpiolib: fix up function prototypes etcLinus Walleij2012-11-11
* | gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-11
* | gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpiosMathias Nyman2012-10-26
|/
* gpiolib: Use seq_file's iterator interfaceThierry Reding2012-08-17
* gpiolib: Defer failed gpio requests by defaultMark Brown2012-07-17
* gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely2012-05-19
* gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten2012-05-19
* gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-18
* gpio: add flags to export GPIOs when requestingWolfram Sang2012-04-06
* gpiolib: Add comments explaining the _cansleep() WARN_ON()sMark Brown2012-03-05
* gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan2012-03-05
* gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan2012-03-05
* gpio: constify the data parameter to gpiochip_find()Grant Likely2012-03-02
* Fix circular locking dependency (3.3-rc2)Ming Lei2012-02-15
* gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Grant Likely2011-12-12
* gpiolib: output basic details and consolidate gpio device driversGrant Likely2011-12-12
* gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen2011-05-27
* gpio: add trace events for setting direction and valueUwe Kleine-König2011-05-20
* gpiolib: export gpiochip_findJean Delvare2011-05-20
* arm/gpio: Remove three copies of broken and racy debug codeThomas Gleixner2011-03-24
* gpiolib: gpio_request_one(): add missing gpio_free()Aaro Koskinen2010-12-22
* gpiolib: allow nested threaded irqs for poll(2)Daniel Gl?ckner2010-08-11