summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpiolib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* gpio: sysfs interfaceDavid Brownell2008-07-251-13/+523
* gpiolib: fix off by one errorsTrent Piepho2008-05-241-3/+3
* drivers: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-2/+2
* gpiochip_reserve()Anton Vorontsov2008-04-281-3/+47
* gpiolib: dynamic gpio number allocationAnton Vorontsov2008-04-281-7/+45
* gpio: define gpio_is_valid()Guennadi Liakhovetski2008-04-281-7/+7
* gpiolib: better rmmod infrastructureGuennadi Liakhovetski2008-04-281-3/+12
* gpiolib: add gpio provider infrastructureDavid Brownell2008-02-051-0/+567