~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio co...Rasmus Villemoes2023-03-30
* gpio: Get rid of gpio_hog_probe_all()Marek Vasut2023-01-12
* gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate functionPatrice Chotard2022-09-15
* gpio: Add gpio_request_by_line_name()Andrew Jeffery2022-04-08
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* gpio: Factor out DT flag translationSamuel Holland2021-10-05
* dm: gpio: Add of-platdata supportSimon Glass2021-09-25
* gpio: Drop dm_gpio_set_dir()Simon Glass2021-04-12
* gpio: Add a way to read 3-way strapping pinsSimon Glass2021-03-03
* gpio: Replace direction_input() and direction_output()Simon Glass2021-03-03
* dm: gpio: Add a way to update flagsSimon Glass2021-03-03
* gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()Simon Glass2021-03-03
* dm: gpio: Rename get_dir_flags() method to get_flags()Simon Glass2021-03-03
* dm: gpio: Rename set_dir_flags() method to update_flags()Simon Glass2021-03-03
* gpio: fix gpio_request_by_name() descriptionDario Binacchi2020-10-22
* drivers: gpio: Add a managed API to get a GPIO from the device-treeJean-Jacques Hiblot2020-09-30
* gpio: Add a method to convert a GPIO to ACPISimon Glass2020-07-17
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-18
* gpio: add ops to set dir flagsPatrick Delaunay2020-04-16
* gpio: add ops to get dir flagsPatrick Delaunay2020-04-16
* gpio: add support of new GPIO direction flagPatrick Delaunay2020-04-16
* gpio: update dir_flags managementPatrick Delaunay2020-04-16
* gpio: add helper GPIOD_FLAGS_OUTPUTPatrick Delaunay2020-04-16
* gpio: remove the open_drain API and opsPatrick Delaunay2020-04-16
* gpio: remove GPIOD_REQUESTEDPatrick Delaunay2020-04-16
* gpio: Rename free() to rfree()Simon Glass2020-02-05
* gpio: fixes for gpio-hog supportHeiko Schocher2019-07-29
* gpio: add gpio-hog supportHeiko Schocher2019-07-13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* dm: gpio: Add live tree supportSimon Glass2017-06-01
* dm: gpio: Drop blank line in gpio_xlate_offs_flags() commentSimon Glass2017-06-01
* dm: gpio: Refactor to prepare for live tree supportSimon Glass2017-06-01
* dm: gpio: Add methods for open drain settingmario.six@gdsys.cc2016-06-03
* dm: gpio: add a default gpio xlate routineEric Nelson2016-05-17
* gpio: Use const where possibleSimon Glass2016-03-17
* gpio: Add a function to obtain a GPIO vector valueSimon Glass2016-03-17
* dm: gpio: Add dm_gpio_request() to manually request a GPIOSimon Glass2015-07-21
* dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO nameSimon Glass2015-07-21
* gpio: fix typos in GPIO headerMasahiro Yamada2015-06-04
* dm: gpio: Fix comment typo in GPIOD_IS_INSimon Glass2015-05-14
* dm: gpio: Add error handling and a function to claim vector GPIOsSimon Glass2015-05-13
* dm: gpio: Mark the old GPIO API deprecatedSimon Glass2015-01-29
* dm: gpio: Add better functions to request GPIOsSimon Glass2015-01-29
* dm: gpio: Add a driver GPIO translation methodSimon Glass2015-01-29
* dm: gpio: Add a native driver model APISimon Glass2015-01-29
* dm: gpio: Add a function to read an ID from a list of GPIOsSimon Glass2014-11-21
* Merge git://git.denx.de/u-boot-dmTom Rini2014-10-26
|\
| * dm: gpio: Remove unused get_state() uclass methodSimon Glass2014-10-23
| * dm: gpio: Add gpio_requestf() helper for printf() stringsSimon Glass2014-10-23
| * dm: Move the function for getting GPIO status into the uclassSimon Glass2014-10-23