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