summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2012-03-07gpio: gpiolib: Support for open source/emitter gpiosLaxman Dewangan
2012-03-07gpio: gpiolib: Support for open drain/collector gpiosLaxman Dewangan
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
2009-12-16gpiolib: add support for changing value polarity in sysfsJani Nikula
2009-11-12gpiolib: fix device_create() result checkSergei Shtylyov
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-23gpiolib: allow poll() on valueDaniel Glöckner
2009-09-23gpiolib: allow exported GPIO nodes to be named using sysfs linksJani Nikula
2009-04-02gpio: gpio_{request,free}() now required (feature removal)David Brownell
2009-04-02gpiolib: allow GPIOs to be namedDaniel Silverstone
2009-01-29gpiolib: fix request related issueMagnus Damm
2009-01-06gpio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-11-19gpiolib: extend gpio label column width in debugfs fileJarkko Nikula
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-10-20gpiolib: fix oops in gpio_get_value_cansleep()David Brownell
2008-10-20gpio: modify sysfs gpio export so that "value" displays as 0 or 1Steven A. Falco
2008-10-16gpiolib: request/free hooksDavid Brownell
2008-10-16gpiolib: gpio_to_irq() hooksDavid Brownell
2008-10-16gpio_free might sleep, generic partUwe Kleine-König
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-07-25gpio: sysfs interfaceDavid Brownell
2008-05-24gpiolib: fix off by one errorsTrent Piepho
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-28gpiochip_reserve()Anton Vorontsov
2008-04-28gpiolib: dynamic gpio number allocationAnton Vorontsov
2008-04-28gpio: define gpio_is_valid()Guennadi Liakhovetski
2008-04-28gpiolib: better rmmod infrastructureGuennadi Liakhovetski
2008-02-05gpiolib: add gpio provider infrastructureDavid Brownell