summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/gpio.h
Commit message (Expand)AuthorAgeFilesLines
* gpio: allow setting ARCH_NR_GPIOS from KconfigArnd Bergmann2016-02-191-0/+4
* gpio: remove gpiod_sysfs_set_active_lowJohan Hovold2015-05-121-5/+0
* gpio: move pincontrol calls to <linux/gpio/driver.h>Linus Walleij2015-03-191-48/+0
* gpio: Increase ARCH_NR_GPIOs to 512Mika Westerberg2014-09-231-1/+1
* gpio: remove gpio_ensure_requested()Alexandre Courbot2014-07-241-3/+12
* gpio: move gpio_ensure_requested() into legacy C fileAlexandre Courbot2014-07-231-12/+3
* gpio: remove gpiod_lock/unlock_as_irq()Alexandre Courbot2014-07-231-3/+0
* gpio: make gpiod_direction_output take a logical valuePhilipp Zabel2014-02-071-1/+1
* Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2013-11-121-160/+65
|\
| * gpiolib: export descriptor-based GPIO interfaceAlexandre Courbot2013-10-191-160/+62
| * gpio: add API to be strict about GPIO IRQ usageLinus Walleij2013-10-161-0/+3
* | pinctrl/gpio: non-linear GPIO ranges accesible from gpiolibChristian Ruppert2013-10-161-0/+10
|/
* gpiolib: let gpio_chip reference its descriptorsAlexandre Courbot2013-02-111-0/+3
* gpiolib: link all gpio_chips using a listAlexandre Courbot2013-02-091-0/+2
* gpiolib: remove gpiochip_reserve()Alexandre Courbot2013-02-041-1/+0
* gpio: devm_gpio_* support should not depend on GPIOLIBShawn Guo2013-01-221-6/+0
* gpio: fix warning of 'struct gpio_chip' declarationShawn Guo2013-01-221-37/+37
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-1/+4
|\
| * gpiolib: add gpio get direction callback supportMathias Nyman2012-10-261-1/+4
* | gpiolib: rename pin range argumentsLinus Walleij2012-11-211-2/+2
* | gpiolib: let gpiochip_add_pin_range() specify offsetLinus Walleij2012-11-211-2/+4
* | gpiolib: iron out include ladder mistakesLinus Walleij2012-11-111-21/+35
* | gpiolib: separation of pin concernsLinus Walleij2012-11-111-2/+2
* | gpiolib: fix up function prototypes etcLinus Walleij2012-11-111-0/+6
* | gpiolib: provide provision to register pin rangesShiraz Hashim2012-11-111-0/+25
|/
* gpio: Document device_node's det_debounceRoland Stigge2012-09-301-0/+2
* gpiolib: Remove 'const' from data argument of gpiochip_find()Grant Likely2012-05-181-1/+1
* gpio: Adjust of_xlate API to support multiple GPIO chipsGrant Likely2012-05-181-1/+1
* gpiolib: Implement devm_gpio_request_one()Mark Brown2012-05-181-0/+2
* gpio: constify the data parameter to gpiochip_find()Grant Likely2012-03-021-2/+2
* GPIO: add bindings for managed devicesJohn Crispin2012-01-041-0/+4
* of: create of_phandle_args to simplify return of phandle parsing dataGrant Likely2011-12-121-2/+3
* gpio/powerpc: Eliminate duplication of of_get_named_gpio_flags()Grant Likely2011-12-121-0/+1
* gpio: fix build error in include/asm-generic/gpio.hHamo2011-10-261-2/+2
* gpiolib: Ensure struct gpio is always definedMark Brown2011-10-241-12/+1
* gpio: add GPIOF_ values regardless on kconfig settingsRandy Dunlap2011-06-161-10/+0
* gpio: make gpio_{request,free}_array gpio array parameter constLars-Peter Clausen2011-05-271-2/+2
* gpio: Convert gpio_is_valid to return boolJoe Perches2011-05-261-3/+3
* Revert "gpiolib: annotate gpio-intialization with __must_check"Linus Torvalds2011-01-131-5/+5
* gpiolib: annotate gpio-intialization with __must_checkWolfram Sang2011-01-131-5/+5
* gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.hAnton Vorontsov2010-10-271-2/+2
* gpio: doc updatesDavid Brownell2010-09-091-1/+13
* of/gpio: stop using device_node data pointer to find gpio_chipGrant Likely2010-07-051-0/+3
* of/gpio: Kill of_gpio_chip and add members directly to gpio_chipAnton Vorontsov2010-07-051-0/+12
* gpiolib: introduce set_debounce methodFelipe Balbi2010-05-271-0/+5
* gpiolib: document that names can contain printk format specifiersUwe Kleine-König2010-05-271-1/+3
* gpiolib: make names array and its values constUwe Kleine-König2010-05-271-1/+1
* gpio: introduce gpio_request_one() and friendsEric Miao2010-03-061-0/+26
* gpiolib: add support for changing value polarity in sysfsJani Nikula2009-12-161-0/+6
* asm-generic/gpio.h: add some forward decls of the device structMike Frysinger2009-12-101-0/+3
OpenPOWER on IntegriCloud