summaryrefslogtreecommitdiff
path: root/include/asm-generic/gpio.h
Commit message (Expand)AuthorAgeFilesLines
* gpio: Drop dm_gpio_set_dir()Simon Glass2021-04-121-11/+0
* gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass2021-03-031-0/+40
* gpio: Replace direction_input() and direction_output()Simon Glass2021-03-031-1/+25
* dm: gpio: Add a way to update flagsSimon Glass2021-03-031-6/+25
* gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-031-3/+3
* dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass2021-03-031-5/+6
* dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-031-6/+22
* gpio: fix gpio_request_by_name() descriptionDario Binacchi2020-10-221-1/+1
* drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot2020-09-301-0/+47
* gpio: Add a method to convert a GPIO to ACPISimon Glass2020-07-171-0/+27
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-181-0/+1
* gpio: add ops to set dir flagsPatrick Delaunay2020-04-161-0/+16
* gpio: add ops to get dir flagsPatrick Delaunay2020-04-161-0/+15
* gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-161-1/+5
* gpio: update dir_flags managementPatrick Delaunay2020-04-161-6/+16
* gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-161-0/+6
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-161-34/+0
* gpio: remove GPIOD_REQUESTEDPatrick Delaunay2020-04-161-5/+4
* gpio: Rename free() to rfree()Simon Glass2020-02-051-1/+1
* gpio: fixes for gpio-hog supportHeiko Schocher2019-07-291-5/+7
* gpio: add gpio-hog supportHeiko Schocher2019-07-131-0/+32
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-1/+1
* dm: gpio: Add live tree supportSimon Glass2017-06-011-5/+5
* dm: gpio: Drop blank line in gpio_xlate_offs_flags() commentSimon Glass2017-06-011-1/+0
* dm: gpio: Refactor to prepare for live tree supportSimon Glass2017-06-011-2/+4
* 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