aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: sysfs: fix memory leaks and device hotplugJohan Hovold2015-08-071-1/+20
* gpio: unregister gpiochip device before removing itJohan Hovold2015-08-071-3/+2
* gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_lowJohan Hovold2015-03-061-1/+1
* gpio: sysfs: fix memory leak in gpiod_export_linkJohan Hovold2015-03-061-0/+1
* gpio: sysfs: fix gpio attribute-creation raceJohan Hovold2015-02-201-22/+41
* gpio: sysfs: fix gpio device-attribute leakJohan Hovold2015-02-201-14/+12
* Fix circular locking dependency (3.3-rc2)Ming Lei2015-02-201-3/+5
* gpiolib: Refactor gpio_exportRyan Mallon2015-02-201-39/+46
* gpio: sysfs: fix gpio-chip device-attribute leakJohan Hovold2015-02-201-11/+8
* gpio: fix memory and reference leaks in gpiochip_add error pathJohan Hovold2015-02-201-3/+5
* gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen2011-05-271-2/+2
* gpio: add trace events for setting direction and valueUwe Kleine-König2011-05-201-2/+16
* gpiolib: export gpiochip_findJean Delvare2011-05-201-0/+1
* arm/gpio: Remove three copies of broken and racy debug codeThomas Gleixner2011-03-251-45/+0
* gpiolib: gpio_request_one(): add missing gpio_free()Aaro Koskinen2010-12-221-0/+3
* gpiolib: allow nested threaded irqs for poll(2)Daniel Gl?ckner2010-08-111-2/+2
* gpiolib: get rid of struct poll_desc and workletDaniel Gl?ckner2010-08-111-53/+27
* gpiolib: decouple might_sleep_if() from DEBUGDavid Brownell2010-08-111-6/+6
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-051-6/+49
|\
| * of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov2010-07-051-0/+5
| * of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-051-0/+32
| * gpiolib: cosmetic improvements for error handling in gpiochip_add()Anton Vorontsov2010-07-051-6/+12
* | gpio: fix spurious printk when freeing a gpioJon Povey2010-07-271-3/+4
|/
* gpiolib: introduce set_debounce methodFelipe Balbi2010-05-271-0/+43
* gpiolib: make gpiochip_add() show a better error messageBen Dooks2010-05-271-1/+1
* gpiolib: a gpio is unsigned, so use %u to print itUwe Kleine-König2010-05-271-1/+1
* gpiolib: make names array and its values constUwe Kleine-König2010-05-271-1/+1
* sysfs: Implement sysfs tagged directory support.Eric W. Biederman2010-05-211-1/+1
* gpio: potential null dereferenceDan Carpenter2010-04-281-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-2/+6
* gpio: introduce gpio_request_one() and friendsEric Miao2010-03-061-0/+58
* gpiolib: fix poll(2) support reconfigure on sysfs polarity changeJani Nikula2010-01-111-2/+0
* gpiolib: add support for changing value polarity in sysfsJani Nikula2009-12-161-12/+149
* gpiolib: fix device_create() result checkSergei Shtylyov2009-11-121-4/+4
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* gpiolib: allow poll() on valueDaniel Glöckner2009-09-231-5/+203
* gpiolib: allow exported GPIO nodes to be named using sysfs linksJani Nikula2009-09-231-0/+45
* gpio: gpio_{request,free}() now required (feature removal)David Brownell2009-04-021-4/+8
* gpiolib: allow GPIOs to be namedDaniel Silverstone2009-04-021-1/+6
* gpiolib: fix request related issueMagnus Damm2009-01-291-0/+1
* gpio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* gpiolib: extend gpio label column width in debugfs fileJarkko Nikula2008-11-191-1/+1
* Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-201-1/+1
|\
| * generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-161-1/+1
* | gpiolib: fix oops in gpio_get_value_cansleep()David Brownell2008-10-201-1/+1
* | gpio: modify sysfs gpio export so that "value" displays as 0 or 1Steven A. Falco2008-10-201-1/+1
* | gpiolib: request/free hooksDavid Brownell2008-10-161-13/+78
* | gpiolib: gpio_to_irq() hooksDavid Brownell2008-10-161-0/+18
* | gpio_free might sleep, generic partUwe Kleine-König2008-10-161-0/+2
|/