aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-17gpiolib: Defer failed gpio requests by defaultGravatar Mark Brown 1-1/+1
2012-05-18gpiolib: Remove 'const' from data argument of gpiochip_find()Gravatar Grant Likely 1-1/+1
2012-05-18gpiolib: quiet gpiochip_add boot message noiseGravatar H Hartley Sweeten 1-1/+1
2012-05-18gpio: Adjust of_xlate API to support multiple GPIO chipsGravatar Grant Likely 1-1/+1
2012-04-05gpio: add flags to export GPIOs when requestingGravatar Wolfram Sang 1-1/+11
2012-03-05gpiolib: Add comments explaining the _cansleep() WARN_ON()sGravatar Mark Brown 1-0/+2
2012-03-05gpio: gpiolib: Support for open source/emitter gpiosGravatar Laxman Dewangan 1-0/+39
2012-03-05gpio: gpiolib: Support for open drain/collector gpiosGravatar Laxman Dewangan 1-2/+42
2012-03-02gpio: constify the data parameter to gpiochip_find()Gravatar Grant Likely 1-2/+3
2012-02-15Fix circular locking dependency (3.3-rc2)Gravatar Ming Lei 1-3/+5
2011-12-12gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Gravatar Grant Likely 1-1/+1
2011-12-12gpiolib: output basic details and consolidate gpio device driversGravatar Grant Likely 1-0/+4
2011-05-27gpio: make gpio_{request,free}_array gpio array parameter constGravatar Lars-Peter Clausen 1-2/+2
2011-05-20gpio: add trace events for setting direction and valueGravatar Uwe Kleine-König 1-2/+16
2011-05-20gpiolib: export gpiochip_findGravatar Jean Delvare 1-0/+1
2011-03-25arm/gpio: Remove three copies of broken and racy debug codeGravatar Thomas Gleixner 1-45/+0
2010-12-22gpiolib: gpio_request_one(): add missing gpio_free()Gravatar Aaro Koskinen 1-0/+3
2010-08-11gpiolib: allow nested threaded irqs for poll(2)Gravatar Daniel Gl?ckner 1-2/+2
2010-08-11gpiolib: get rid of struct poll_desc and workletGravatar Daniel Gl?ckner 1-53/+27
2010-08-11gpiolib: decouple might_sleep_if() from DEBUGGravatar David Brownell 1-6/+6
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-6/+49
2010-07-27gpio: fix spurious printk when freeing a gpioGravatar Jon Povey 1-3/+4
2010-07-05of/gpio: add default of_xlate function if device has a node pointerGravatar Anton Vorontsov 1-0/+5
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGravatar Grant Likely 1-0/+32
2010-07-05gpiolib: cosmetic improvements for error handling in gpiochip_add()Gravatar Anton Vorontsov 1-6/+12
2010-05-27gpiolib: introduce set_debounce methodGravatar Felipe Balbi 1-0/+43
2010-05-27gpiolib: make gpiochip_add() show a better error messageGravatar Ben Dooks 1-1/+1
2010-05-27gpiolib: a gpio is unsigned, so use %u to print itGravatar Uwe Kleine-König 1-1/+1
2010-05-27gpiolib: make names array and its values constGravatar Uwe Kleine-König 1-1/+1
2010-05-21sysfs: Implement sysfs tagged directory support.Gravatar Eric W. Biederman 1-1/+1
2010-04-28gpio: potential null dereferenceGravatar Dan Carpenter 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07driver-core: Add attribute argument to class_attribute show/storeGravatar Andi Kleen 1-2/+6
2010-03-06gpio: introduce gpio_request_one() and friendsGravatar Eric Miao 1-0/+58
2010-01-11gpiolib: fix poll(2) support reconfigure on sysfs polarity changeGravatar Jani Nikula 1-2/+0
2009-12-16gpiolib: add support for changing value polarity in sysfsGravatar Jani Nikula 1-12/+149
2009-11-12gpiolib: fix device_create() result checkGravatar Sergei Shtylyov 1-4/+4
2009-10-01const: constify remaining file_operationsGravatar Alexey Dobriyan 1-1/+1
2009-09-23gpiolib: allow poll() on valueGravatar Daniel Glöckner 1-5/+203
2009-09-23gpiolib: allow exported GPIO nodes to be named using sysfs linksGravatar Jani Nikula 1-0/+45
2009-04-02gpio: gpio_{request,free}() now required (feature removal)Gravatar David Brownell 1-4/+8
2009-04-02gpiolib: allow GPIOs to be namedGravatar Daniel Silverstone 1-1/+6
2009-01-29gpiolib: fix request related issueGravatar Magnus Damm 1-0/+1
2009-01-06gpio: struct device - replace bus_id with dev_name(), dev_set_name()Gravatar Kay Sievers 1-1/+1
2008-11-19gpiolib: extend gpio label column width in debugfs fileGravatar Jarkko Nikula 1-1/+1
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2008-10-20gpiolib: fix oops in gpio_get_value_cansleep()Gravatar David Brownell 1-1/+1
2008-10-20gpio: modify sysfs gpio export so that "value" displays as 0 or 1Gravatar Steven A. Falco 1-1/+1
2008-10-16gpiolib: request/free hooksGravatar David Brownell 1-13/+78
2008-10-16gpiolib: gpio_to_irq() hooksGravatar David Brownell 1-0/+18