aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpiolib.c
AgeCommit message (Expand)Author
2010-07-27gpio: fix spurious printk when freeing a gpioJon Povey
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