aboutsummaryrefslogtreecommitdiff
path: root/include/asm-generic/gpio.h
AgeCommit message (Expand)Author
2022-09-15gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard
2022-04-08gpio: Add gpio_request_by_line_name()Andrew Jeffery
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-05gpio: Factor out DT flag translationSamuel Holland
2021-09-25dm: gpio: Add of-platdata supportSimon Glass
2021-04-12gpio: Drop dm_gpio_set_dir()Simon Glass
2021-03-03gpio: Add a way to read 3-way strapping pinsSimon Glass
2021-03-03gpio: Replace direction_input() and direction_output()Simon Glass
2021-03-03dm: gpio: Add a way to update flagsSimon Glass
2021-03-03gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass
2021-03-03dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass
2021-03-03dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass
2020-10-22gpio: fix gpio_request_by_name() descriptionDario Binacchi
2020-09-30drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot
2020-07-17gpio: Add a method to convert a GPIO to ACPISimon Glass
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-04-16gpio: add ops to set dir flagsPatrick Delaunay
2020-04-16gpio: add ops to get dir flagsPatrick Delaunay
2020-04-16gpio: add support of new GPIO direction flagPatrick Delaunay
2020-04-16gpio: update dir_flags managementPatrick Delaunay
2020-04-16gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay
2020-04-16gpio: remove the open_drain API and opsPatrick Delaunay
2020-04-16gpio: remove GPIOD_REQUESTEDPatrick Delaunay
2020-02-05gpio: Rename free() to rfree()Simon Glass
2019-07-29gpio: fixes for gpio-hog supportHeiko Schocher
2019-07-13gpio: add gpio-hog supportHeiko Schocher
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-01dm: gpio: Add live tree supportSimon Glass
2017-06-01dm: gpio: Drop blank line in gpio_xlate_offs_flags() commentSimon Glass
2017-06-01dm: gpio: Refactor to prepare for live tree supportSimon Glass
2016-06-03dm: gpio: Add methods for open drain settingmario.six@gdsys.cc
2016-05-17dm: gpio: add a default gpio xlate routineEric Nelson
2016-03-17gpio: Use const where possibleSimon Glass
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass
2015-07-21dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass
2015-07-21dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass
2015-06-04gpio: fix typos in GPIO headerMasahiro Yamada
2015-05-14dm: gpio: Fix comment typo in GPIOD_IS_INSimon Glass
2015-05-13dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass
2015-01-29dm: gpio: Mark the old GPIO API deprecatedSimon Glass
2015-01-29dm: gpio: Add better functions to request GPIOsSimon Glass
2015-01-29dm: gpio: Add a driver GPIO translation methodSimon Glass
2015-01-29dm: gpio: Add a native driver model APISimon Glass
2014-11-21dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini
2014-10-25gpio: add protype for name_to_gpioJeroen Hofstee
2014-10-23dm: gpio: Remove unused get_state() uclass methodSimon Glass
2014-10-23dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass
2014-10-23dm: Move the function for getting GPIO status into the uclassSimon Glass
2014-10-23dm: gpio: Add gpio_get_function() and friendsSimon Glass