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