summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/gpio.h
AgeCommit message (Expand)AuthorLines
2012-05-18gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely-1/+1
2012-05-18gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely-1/+1
2012-05-18gpiolib: Implement devm_gpio_request_one()Mark Brown-0/+2
2012-03-02gpio: constify the data parameter to gpiochip_find()Grant Likely-2/+2
2012-01-04GPIO: add bindings for managed devicesJohn Crispin-0/+4
2011-12-12of: create of_phandle_args to simplify return of phandle parsing dataGrant Likely-2/+3
2011-12-12gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Grant Likely-0/+1
2011-10-26gpio: fix build error in include/asm-generic/gpio.hHamo-2/+2
2011-10-24gpiolib: Ensure struct gpio is always definedMark Brown-12/+1
2011-06-16gpio: add GPIOF_ values regardless on kconfig settingsRandy Dunlap-10/+0
2011-05-27gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen-2/+2
2011-05-26gpio: Convert gpio_is_valid to return boolJoe Perches-3/+3
2011-01-13Revert "gpiolib: annotate gpio-intialization with __must_check"Linus Torvalds-5/+5
2011-01-13gpiolib: annotate gpio-intialization with __must_checkWolfram Sang-5/+5
2010-10-27gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.hAnton Vorontsov-2/+2
2010-09-09gpio: doc updatesDavid Brownell-1/+13
2010-07-05of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely-0/+3
2010-07-05of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov-0/+12
2010-05-27gpiolib: introduce set_debounce methodFelipe Balbi-0/+5
2010-05-27gpiolib: document that names can contain printk format specifiersUwe Kleine-König-1/+3
2010-05-27gpiolib: make names array and its values constUwe Kleine-König-1/+1
2010-03-06gpio: introduce gpio_request_one() and friendsEric Miao-0/+26
2009-12-16gpiolib: add support for changing value polarity in sysfsJani Nikula-0/+6
2009-12-10asm-generic/gpio.h: add some forward decls of the device structMike Frysinger-0/+3
2009-10-01asm-generic/gpio.h: pull in linux/kernel.h for might_sleep()Mike Frysinger-0/+1
2009-09-23gpiolib: allow exported GPIO nodes to be named using sysfs linksJani Nikula-0/+8
2009-04-02gpiolib: allow GPIOs to be namedDaniel Silverstone-0/+5
2008-10-16gpiolib: request/free hooksDavid Brownell-0/+9
2008-10-16gpiolib: gpio_to_irq() hooksDavid Brownell-0/+7
2008-10-16gpio: make gpiochip label constDmitry Baryshkov-1/+1
2008-07-28gpio: fix build on CONFIG_GPIO_SYSFS=nAtsushi Nemoto-0/+1
2008-07-26gpiolib: fix typo in commentMichael Buesch-1/+1
2008-07-25gpiolib: allow user-selectionMichael Buesch-1/+1
2008-07-25gpio: sysfs interfaceDavid Brownell-2/+31
2008-05-24gpio: build fixesDavid Brownell-1/+5
2008-04-28gpiochip_reserve()Anton Vorontsov-0/+1
2008-04-28gpio: define gpio_is_valid()Guennadi Liakhovetski-0/+12
2008-04-28gpiolib: better rmmod infrastructureGuennadi Liakhovetski-0/+2
2008-02-05gpiolib: add gpio provider infrastructureDavid Brownell-0/+98
2007-02-12[PATCH] GPIO coreDavid Brownell-0/+25