aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/gpio.h
AgeCommit message (Expand)AuthorFilesLines
2021-04-12gpio: Drop dm_gpio_set_dir()Simon Glass1-11/+0
2021-03-03gpio: Add a way to read 3-way strapping pinsWIP/2021-03-03-gpio-improvementsSimon Glass1-0/+40
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass1-1/+25
2021-03-03dm: gpio: Add a way to update flagsSimon Glass1-6/+25
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass1-3/+3
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass1-5/+6
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass1-6/+22
2020-10-22gpio: fix gpio_request_by_name() descriptionDario Binacchi1-1/+1
2020-09-30drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot1-0/+47
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass1-0/+27
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay1-0/+16
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay1-0/+15
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay1-1/+5
2020-04-16gpio: update dir_flags managementPatrick Delaunay1-6/+16
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay1-0/+6
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay1-34/+0
2020-04-16gpio: remove GPIOD_REQUESTEDPatrick Delaunay1-5/+4
2020-02-05gpio: Rename free() to rfree()Simon Glass1-1/+1
2019-07-29gpio: fixes for gpio-hog supportHeiko Schocher1-5/+7
2019-07-13gpio: add gpio-hog supportHeiko Schocher1-0/+32
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-1/+1
2017-06-01dm: gpio: Add live tree supportSimon Glass1-5/+5
2017-06-01dm: gpio: Drop blank line in gpio_xlate_offs_flags() commentSimon Glass1-1/+0
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass1-2/+4
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