aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-02gpiolib: move comment to right functionAlexandre Courbot1-1/+1
2013-03-02gpiolib: use const parameters when possibleAlexandre Courbot1-13/+16
2013-03-02gpiolib: check descriptors validity before useAlexandre Courbot1-47/+65
2013-02-27gpio: convert to idr_alloc()Tejun Heo1-8/+3
2013-02-26Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-308/+451
2013-02-11gpiolib: Fix locking on gpio debugfs filesGrant Likely1-3/+9
2013-02-11gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot1-16/+23
2013-02-11gpiolib: use descriptors internallyAlexandre Courbot1-176/+338
2013-02-09gpiolib: use gpio_chips list in gpiochip_find_baseAlexandre Courbot1-21/+16
2013-02-09gpiolib: use gpio_chips list in sysfs opsAlexandre Courbot1-27/+10
2013-02-09gpiolib: use gpio_chips list in gpiochip_findAlexandre Courbot1-10/+7
2013-02-09gpiolib: use gpio_chips list in gpiolib_sysfs_initAlexandre Courbot1-5/+2
2013-02-09gpiolib: link all gpio_chips using a listAlexandre Courbot1-7/+44
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław1-1/+1
2013-02-04gpiolib: add missing braces in gpio_direction_showAlexandre Courbot1-2/+3
2013-02-04gpiolib: remove gpiochip_reserve()Alexandre Courbot1-50/+8
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-40/+84
2012-11-21gpiolib: Fix use after free in gpiochip_add_pin_rangeAxel Lin1-1/+3
2012-11-21gpiolib: rename pin range argumentsLinus Walleij1-9/+10
2012-11-21gpiolib: return any error code from range creationLinus Walleij1-1/+2
2012-11-21gpiolib: rename find_pinctrl_*Linus Walleij1-1/+1
2012-11-21gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij1-3/+29
2012-11-11gpiolib: separation of pin concernsLinus Walleij1-3/+5
2012-11-11gpiolib: call pin removal in chip removal functionLinus Walleij1-0/+1
2012-11-11gpiolib: fix up function prototypes etcLinus Walleij1-5/+5
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim1-0/+43
2012-10-26gpiolib: unlock on error in gpio_export()Dan Carpenter1-1/+2
2012-10-26gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpiosMathias Nyman1-3/+7
2012-10-26gpiolib: add gpio get direction callback supportMathias Nyman1-1/+37
2012-10-23gpiolib: Refactor gpio_exportRyan Mallon1-39/+46
2012-08-17gpiolib: Use seq_file's iterator interfaceThierry Reding1-28/+74
2012-07-17gpiolib: Defer failed gpio requests by defaultMark Brown1-1/+1
2012-05-18gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely1-1/+1
2012-05-18gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten1-1/+1
2012-05-18gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely1-1/+1
2012-04-05gpio: add flags to export GPIOs when requestingWolfram Sang1-1/+11
2012-03-05gpiolib: Add comments explaining the _cansleep() WARN_ON()sMark Brown1-0/+2
2012-03-05gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan1-0/+39
2012-03-05gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan1-2/+42
2012-03-02gpio: constify the data parameter to gpiochip_find()Grant Likely1-2/+3
2012-02-15Fix circular locking dependency (3.3-rc2)Ming Lei1-3/+5
2011-12-12gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Grant Likely1-1/+1
2011-12-12gpiolib: output basic details and consolidate gpio device driversGrant Likely1-0/+4
2011-05-27gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen1-2/+2
2011-05-20gpio: add trace events for setting direction and valueUwe Kleine-König1-2/+16
2011-05-20gpiolib: export gpiochip_findJean Delvare1-0/+1
2011-03-25arm/gpio: Remove three copies of broken and racy debug codeThomas Gleixner1-45/+0
2010-12-22gpiolib: gpio_request_one(): add missing gpio_free()Aaro Koskinen1-0/+3
2010-08-11gpiolib: allow nested threaded irqs for poll(2)Daniel Gl?ckner1-2/+2
2010-08-11gpiolib: get rid of struct poll_desc and workletDaniel Gl?ckner1-53/+27