- 3a18847 gpio: Use separate bitfield array to indicate GPIO is claimed by Marek Vasut · 1 year, 4 months ago
- f4e744d gpio: allow passing NULL to gpio_request_by_line_name() to search all gpio controllers by Rasmus Villemoes · 1 year, 8 months ago
- ba3982f gpio: Get rid of gpio_hog_probe_all() by Marek Vasut · 2 years, 2 months ago
- f69c39d gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function by Patrice Chotard · 2 years, 3 months ago
- 2e62c6b gpio: Add gpio_request_by_line_name() by Andrew Jeffery · 2 years, 10 months ago
- 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- 8e10c71 gpio: Factor out DT flag translation by Samuel Holland · 3 years, 2 months ago
- 2149e11 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 4 months ago
- 09456bd gpio: Drop dm_gpio_set_dir() by Simon Glass · 3 years, 8 months ago
- 247ccf2 gpio: Add a way to read 3-way strapping pins by Simon Glass · 3 years, 10 months ago
- 722f968 gpio: Replace direction_input() and direction_output() by Simon Glass · 3 years, 10 months ago
- 7b893f9 dm: gpio: Add a way to update flags by Simon Glass · 3 years, 10 months ago
- 909bee3 gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags() by Simon Glass · 3 years, 10 months ago
- d063ce9 dm: gpio: Rename get_dir_flags() method to get_flags() by Simon Glass · 3 years, 10 months ago
- 54befdd dm: gpio: Rename set_dir_flags() method to update_flags() by Simon Glass · 3 years, 10 months ago
- 361843d gpio: fix gpio_request_by_name() description by Dario Binacchi · 4 years, 1 month ago
- 775d6a2 drivers: gpio: Add a managed API to get a GPIO from the device-tree by Jean-Jacques Hiblot · 4 years, 2 months ago
- 3176b6c gpio: Add a method to convert a GPIO to ACPI by Simon Glass · 4 years, 5 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- 684326f gpio: add ops to set dir flags by Patrick Delaunay · 4 years, 11 months ago
- fbacd62 gpio: add ops to get dir flags by Patrick Delaunay · 4 years, 11 months ago
- 5c1c06e gpio: add support of new GPIO direction flag by Patrick Delaunay · 4 years, 11 months ago
- aecf9d7 gpio: update dir_flags management by Patrick Delaunay · 4 years, 11 months ago
- d346d4c gpio: add helper GPIOD_FLAGS_OUTPUT by Patrick Delaunay · 4 years, 11 months ago
- 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 11 months ago
- 34c6f1a gpio: remove GPIOD_REQUESTED by Patrick Delaunay · 4 years, 11 months ago
- b3a4754 gpio: Rename free() to rfree() by Simon Glass · 4 years, 10 months ago
- 58e4c38 gpio: fixes for gpio-hog support by Heiko Schocher · 5 years ago
- 39cb340 gpio: add gpio-hog support by Heiko Schocher · 5 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 1d9af1f dm: gpio: Add live tree support by Simon Glass · 7 years ago
- f6820a8 dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment by Simon Glass · 8 years ago
- 12faa02 dm: gpio: Refactor to prepare for live tree support by Simon Glass · 8 years ago
- 0a44d49 dm: gpio: Add methods for open drain setting by mario.six@gdsys.cc · 9 years ago
- 786e98d dm: gpio: add a default gpio xlate routine by Eric Nelson · 9 years ago
- fd83897 gpio: Use const where possible by Simon Glass · 9 years ago
- df1687d gpio: Add a function to obtain a GPIO vector value by Simon Glass · 9 years ago
- 047cdb3 dm: gpio: Add dm_gpio_request() to manually request a GPIO by Simon Glass · 9 years ago
- 215bcc7 dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name by Simon Glass · 9 years ago
- 2fc683d gpio: fix typos in GPIO header by Masahiro Yamada · 9 years ago
- 518827e dm: gpio: Fix comment typo in GPIOD_IS_IN by Simon Glass · 10 years ago
- bef54db dm: gpio: Add error handling and a function to claim vector GPIOs by Simon Glass · 10 years ago
- af0bb3e dm: gpio: Mark the old GPIO API deprecated by Simon Glass · 10 years ago
- 16e1040 dm: gpio: Add better functions to request GPIOs by Simon Glass · 10 years ago
- d3322bb dm: gpio: Add a driver GPIO translation method by Simon Glass · 10 years ago
- ce55529 dm: gpio: Add a native driver model API by Simon Glass · 10 years ago
- 2c97a8f dm: gpio: Add a function to read an ID from a list of GPIOs by Simon Glass · 10 years ago
- 06f08e2 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
- b613b10 gpio: add protype for name_to_gpio by Jeroen Hofstee · 10 years ago
- fb750d9 dm: gpio: Remove unused get_state() uclass method by Simon Glass · 10 years ago
- 1b27d60 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
- 6b1ef59 dm: Move the function for getting GPIO status into the uclass by Simon Glass · 10 years ago
- 6e5e6dd dm: gpio: Add gpio_get_function() and friends by Simon Glass · 10 years ago
- 0f4517d dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · 10 years ago
- 8a523c5 gpio: header file comment spelling fixes by Marcel Ziswiler · 10 years ago
- 2d6b923 dm: gpio: Enhance gpio command to show only active GPIOs by Simon Glass · 10 years ago
- b74fcb4 dm: rename device struct to udevice by Heiko Schocher · 11 years ago
- e821d18 dm: Add GPIO support and tests by Simon Glass · 11 years ago
- d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- d9a6717 gpio: remove duplicate function signature by Nikita Kiryanov · 12 years ago
- eadbf1a Add gpio_request() to asm-generic header by Simon Glass · 12 years ago
- 334b232 gpio: Modify common gpio.h to more closely match Linux by Joe Hershberger · 13 years ago
- 9c35f0e Add generic gpio.h in asm-generic by Simon Glass · 13 years ago