summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2012-11-21gpiolib: Fix use after free in gpiochip_add_pin_rangeAxel Lin
2012-11-21gpiolib: rename pin range argumentsLinus Walleij
2012-11-21gpiolib: return any error code from range creationLinus Walleij
2012-11-21gpiolib: rename find_pinctrl_*Linus Walleij
2012-11-21gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij
2012-11-11gpiolib: separation of pin concernsLinus Walleij
2012-11-11gpiolib: call pin removal in chip removal functionLinus Walleij
2012-11-11gpiolib: fix up function prototypes etcLinus Walleij
2012-11-11gpiolib: provide provision to register pin rangesShiraz Hashim
2012-10-26gpiolib: unlock on error in gpio_export()Dan Carpenter
2012-10-26gpiolib: Don't return -EPROBE_DEFER to sysfs, or for invalid gpiosMathias Nyman
2012-10-26gpiolib: add gpio get direction callback supportMathias Nyman
2012-10-23gpiolib: Refactor gpio_exportRyan Mallon
2012-08-17gpiolib: Use seq_file's iterator interfaceThierry Reding
2012-07-17gpiolib: Defer failed gpio requests by defaultMark Brown
2012-05-18gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely
2012-05-18gpiolib: quiet gpiochip_add boot message noiseH Hartley Sweeten
2012-05-18gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely
2012-04-05gpio: add flags to export GPIOs when requestingWolfram Sang
2012-03-05gpiolib: Add comments explaining the _cansleep() WARN_ON()sMark Brown
2012-03-05gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan
2012-03-05gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan
2012-03-02gpio: constify the data parameter to gpiochip_find()Grant Likely
2012-02-15Fix circular locking dependency (3.3-rc2)Ming Lei
2011-12-12gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Grant Likely
2011-12-12gpiolib: output basic details and consolidate gpio device driversGrant Likely
2011-05-27gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen
2011-05-20gpio: add trace events for setting direction and valueUwe Kleine-König
2011-05-20gpiolib: export gpiochip_findJean Delvare
2011-03-25arm/gpio: Remove three copies of broken and racy debug codeThomas Gleixner
2010-12-22gpiolib: gpio_request_one(): add missing gpio_free()Aaro Koskinen
2010-08-11gpiolib: allow nested threaded irqs for poll(2)Daniel Gl?ckner
2010-08-11gpiolib: get rid of struct poll_desc and workletDaniel Gl?ckner
2010-08-11gpiolib: decouple might_sleep_if() from DEBUGDavid Brownell
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-07-27gpio: fix spurious printk when freeing a gpioJon Povey
2010-07-05of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely
2010-07-05gpiolib: cosmetic improvements for error handling in gpiochip_add()Anton Vorontsov
2010-05-27gpiolib: introduce set_debounce methodFelipe Balbi
2010-05-27gpiolib: make gpiochip_add() show a better error messageBen Dooks
2010-05-27gpiolib: a gpio is unsigned, so use %u to print itUwe Kleine-König
2010-05-27gpiolib: make names array and its values constUwe Kleine-König
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman
2010-04-28gpio: potential null dereferenceDan Carpenter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-03-06gpio: introduce gpio_request_one() and friendsEric Miao
2010-01-11gpiolib: fix poll(2) support reconfigure on sysfs polarity changeJani Nikula