aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-11gpiolib: decouple might_sleep_if() from DEBUGDavid Brownell1-6/+6
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+49
2010-07-27gpio: fix spurious printk when freeing a gpioJon Povey1-3/+4
2010-07-05of/gpio: add default of_xlate function if device has a node pointerAnton Vorontsov1-0/+5
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely1-0/+32
2010-07-05gpiolib: cosmetic improvements for error handling in gpiochip_add()Anton Vorontsov1-6/+12
2010-05-27gpiolib: introduce set_debounce methodFelipe Balbi1-0/+43
2010-05-27gpiolib: make gpiochip_add() show a better error messageBen Dooks1-1/+1
2010-05-27gpiolib: a gpio is unsigned, so use %u to print itUwe Kleine-König1-1/+1
2010-05-27gpiolib: make names array and its values constUwe Kleine-König1-1/+1
2010-05-21sysfs: Implement sysfs tagged directory support.Eric W. Biederman1-1/+1
2010-04-28gpio: potential null dereferenceDan Carpenter1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-2/+6
2010-03-06gpio: introduce gpio_request_one() and friendsEric Miao1-0/+58
2010-01-11gpiolib: fix poll(2) support reconfigure on sysfs polarity changeJani Nikula1-2/+0
2009-12-16gpiolib: add support for changing value polarity in sysfsJani Nikula1-12/+149
2009-11-12gpiolib: fix device_create() result checkSergei Shtylyov1-4/+4
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-23gpiolib: allow poll() on valueDaniel Glöckner1-5/+203
2009-09-23gpiolib: allow exported GPIO nodes to be named using sysfs linksJani Nikula1-0/+45
2009-04-02gpio: gpio_{request,free}() now required (feature removal)David Brownell1-4/+8
2009-04-02gpiolib: allow GPIOs to be namedDaniel Silverstone1-1/+6
2009-01-29gpiolib: fix request related issueMagnus Damm1-0/+1
2009-01-06gpio: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-11-19gpiolib: extend gpio label column width in debugfs fileJarkko Nikula1-1/+1
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-10-20gpiolib: fix oops in gpio_get_value_cansleep()David Brownell1-1/+1
2008-10-20gpio: modify sysfs gpio export so that "value" displays as 0 or 1Steven A. Falco1-1/+1
2008-10-16gpiolib: request/free hooksDavid Brownell1-13/+78
2008-10-16gpiolib: gpio_to_irq() hooksDavid Brownell1-0/+18
2008-10-16gpio_free might sleep, generic partUwe Kleine-König1-0/+2
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-1/+1
2008-07-25gpio: sysfs interfaceDavid Brownell1-13/+523
2008-05-24gpiolib: fix off by one errorsTrent Piepho1-3/+3
2008-04-30drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-28gpiochip_reserve()Anton Vorontsov1-3/+47
2008-04-28gpiolib: dynamic gpio number allocationAnton Vorontsov1-7/+45
2008-04-28gpio: define gpio_is_valid()Guennadi Liakhovetski1-7/+7
2008-04-28gpiolib: better rmmod infrastructureGuennadi Liakhovetski1-3/+12
2008-02-05gpiolib: add gpio provider infrastructureDavid Brownell1-0/+567