summaryrefslogtreecommitdiff
path: root/include/asm-generic/gpio.h
Commit message (Expand)AuthorAgeLines
* dm: gpio: Add methods for open drain settingmario.six@gdsys.cc2016-06-03-0/+34
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-17-5/+14
* gpio: Use const where possibleSimon Glass2016-03-17-5/+5
* gpio: Add a function to obtain a GPIO vector valueSimon Glass2016-03-17-0/+12
* dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-21-0/+12
* dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-21-0/+13
* gpio: fix typos in GPIO headerMasahiro Yamada2015-06-04-8/+8
* dm: gpio: Fix comment typo in GPIOD_IS_INSimon Glass2015-05-14-1/+1
* dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass2015-05-13-3/+12
* dm: gpio: Mark the old GPIO API deprecatedSimon Glass2015-01-29-0/+21
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-29-0/+199
* dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-29-0/+29
* dm: gpio: Add a native driver model APISimon Glass2015-01-29-0/+16
* dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass2014-11-21-1/+10
* Merge git://git.denx.de/u-boot-dmTom Rini2014-10-26-3/+67
|\
| * dm: gpio: Remove unused get_state() uclass methodSimon Glass2014-10-23-2/+0
| * dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-23-0/+10
| * dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-23-0/+18
| * dm: gpio: Add gpio_get_function() and friendsSimon Glass2014-10-23-1/+33
| * dm: gpio: Implement GPIO reservation in the uclassSimon Glass2014-10-23-0/+6
* | gpio: add protype for name_to_gpioJeroen Hofstee2014-10-25-0/+2
|/
* gpio: header file comment spelling fixesMarcel Ziswiler2014-10-22-5/+5
* dm: gpio: Enhance gpio command to show only active GPIOsSimon Glass2014-08-31-2/+13
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-11/+11
* dm: Add GPIO support and testsSimon Glass2014-03-04-0/+104
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
* gpio: remove duplicate function signatureNikita Kiryanov2012-12-11-13/+4
* Add gpio_request() to asm-generic headerSimon Glass2012-09-21-0/+9
* gpio: Modify common gpio.h to more closely match LinuxJoe Hershberger2012-01-09-9/+32
* Add generic gpio.h in asm-genericSimon Glass2011-10-17-0/+74