Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
19e362a80057799e928dbb18f01c171a23bbd858
/
include
/
asm-generic
/
gpio.h
f69c39d
gpio: sandbox: Add GPIOD_IS_AF for gpio configured in alternate function
by Patrice Chotard
· Tue Aug 30 14:09:14 2022 +0200
2e62c6b
gpio: Add gpio_request_by_line_name()
by Andrew Jeffery
· Mon Jan 31 13:54:05 2022 +1030
47b4c02
doc: replace @return by Return:
by Heinrich Schuchardt
· Wed Jan 19 18:05:50 2022 +0100
8e10c71
gpio: Factor out DT flag translation
by Samuel Holland
· Sat Sep 11 17:05:53 2021 -0500
2149e11
dm: gpio: Add of-platdata support
by Simon Glass
· Sat Aug 07 07:24:12 2021 -0600
09456bd
gpio: Drop dm_gpio_set_dir()
by Simon Glass
· Tue Mar 23 14:52:07 2021 +1300
247ccf2
gpio: Add a way to read 3-way strapping pins
by Simon Glass
· Thu Feb 04 21:22:09 2021 -0700
722f968
gpio: Replace direction_input() and direction_output()
by Simon Glass
· Thu Feb 04 21:22:04 2021 -0700
7b893f9
dm: gpio: Add a way to update flags
by Simon Glass
· Thu Feb 04 21:22:03 2021 -0700
909bee3
gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
by Simon Glass
· Thu Feb 04 21:21:57 2021 -0700
d063ce9
dm: gpio: Rename get_dir_flags() method to get_flags()
by Simon Glass
· Thu Feb 04 21:21:56 2021 -0700
54befdd
dm: gpio: Rename set_dir_flags() method to update_flags()
by Simon Glass
· Thu Feb 04 21:21:55 2021 -0700
361843d
gpio: fix gpio_request_by_name() description
by Dario Binacchi
· Sun Oct 11 14:25:47 2020 +0200
775d6a2
drivers: gpio: Add a managed API to get a GPIO from the device-tree
by Jean-Jacques Hiblot
· Fri Sep 11 13:43:34 2020 +0530
3176b6c
gpio: Add a method to convert a GPIO to ACPI
by Simon Glass
· Tue Jul 07 13:11:44 2020 -0600
4dcacfc
common: Drop linux/bitops.h from common header
by Simon Glass
· Sun May 10 11:40:13 2020 -0600
684326f
gpio: add ops to set dir flags
by Patrick Delaunay
· Mon Jan 13 11:35:09 2020 +0100
fbacd62
gpio: add ops to get dir flags
by Patrick Delaunay
· Mon Jan 13 11:35:08 2020 +0100
5c1c06e
gpio: add support of new GPIO direction flag
by Patrick Delaunay
· Mon Jan 13 11:35:07 2020 +0100
aecf9d7
gpio: update dir_flags management
by Patrick Delaunay
· Mon Jan 13 11:35:06 2020 +0100
d346d4c
gpio: add helper GPIOD_FLAGS_OUTPUT
by Patrick Delaunay
· Mon Jan 13 11:35:05 2020 +0100
054fbba
gpio: remove the open_drain API and ops
by Patrick Delaunay
· Mon Jan 13 11:35:00 2020 +0100
34c6f1a
gpio: remove GPIOD_REQUESTED
by Patrick Delaunay
· Mon Jan 13 11:34:59 2020 +0100
b3a4754
gpio: Rename free() to rfree()
by Simon Glass
· Tue Feb 04 20:15:17 2020 -0700
58e4c38
gpio: fixes for gpio-hog support
by Heiko Schocher
· Wed Jul 17 06:59:51 2019 +0200
39cb340
gpio: add gpio-hog support
by Heiko Schocher
· Wed Jun 12 06:11:46 2019 +0200
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
1d9af1f
dm: gpio: Add live tree support
by Simon Glass
· Tue May 30 21:47:09 2017 -0600
f6820a8
dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment
by Simon Glass
· Thu May 18 20:09:19 2017 -0600
12faa02
dm: gpio: Refactor to prepare for live tree support
by Simon Glass
· Thu May 18 20:09:18 2017 -0600
0a44d49
dm: gpio: Add methods for open drain setting
by mario.six@gdsys.cc
· Wed May 25 15:15:21 2016 +0200
786e98d
dm: gpio: add a default gpio xlate routine
by Eric Nelson
· Sun Apr 24 16:32:40 2016 -0700
fd83897
gpio: Use const where possible
by Simon Glass
· Sun Mar 06 19:27:51 2016 -0700
df1687d
gpio: Add a function to obtain a GPIO vector value
by Simon Glass
· Sun Mar 06 19:27:50 2016 -0700
047cdb3
dm: gpio: Add dm_gpio_request() to manually request a GPIO
by Simon Glass
· Tue Jun 23 15:38:41 2015 -0600
215bcc7
dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name
by Simon Glass
· Tue Jun 23 15:38:40 2015 -0600
2fc683d
gpio: fix typos in GPIO header
by Masahiro Yamada
· Fri May 29 21:57:33 2015 +0900
518827e
dm: gpio: Fix comment typo in GPIOD_IS_IN
by Simon Glass
· Mon May 04 11:31:01 2015 -0600
bef54db
dm: gpio: Add error handling and a function to claim vector GPIOs
by Simon Glass
· Tue Apr 14 21:03:20 2015 -0600
af0bb3e
dm: gpio: Mark the old GPIO API deprecated
by Simon Glass
· Mon Jan 05 20:05:30 2015 -0700
16e1040
dm: gpio: Add better functions to request GPIOs
by Simon Glass
· Mon Jan 05 20:05:29 2015 -0700
d3322bb
dm: gpio: Add a driver GPIO translation method
by Simon Glass
· Mon Jan 05 20:05:28 2015 -0700
ce55529
dm: gpio: Add a native driver model API
by Simon Glass
· Mon Jan 05 20:05:27 2015 -0700
2c97a8f
dm: gpio: Add a function to read an ID from a list of GPIOs
by Simon Glass
· Mon Nov 10 18:00:21 2014 -0700
06f08e2
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· Sun Oct 26 14:03:08 2014 -0400
b613b10
gpio: add protype for name_to_gpio
by Jeroen Hofstee
· Wed Oct 08 22:58:03 2014 +0200
fb750d9
dm: gpio: Remove unused get_state() uclass method
by Simon Glass
· Sat Oct 04 11:29:57 2014 -0600
1b27d60
dm: gpio: Add gpio_requestf() helper for printf() strings
by Simon Glass
· Sat Oct 04 11:29:49 2014 -0600
6b1ef59
dm: Move the function for getting GPIO status into the uclass
by Simon Glass
· Sat Oct 04 11:29:44 2014 -0600
6e5e6dd
dm: gpio: Add gpio_get_function() and friends
by Simon Glass
· Sat Oct 04 11:29:43 2014 -0600
0f4517d
dm: gpio: Implement GPIO reservation in the uclass
by Simon Glass
· Sat Oct 04 11:29:42 2014 -0600
8a523c5
gpio: header file comment spelling fixes
by Marcel Ziswiler
· Fri Oct 10 17:31:41 2014 +0200
2d6b923
dm: gpio: Enhance gpio command to show only active GPIOs
by Simon Glass
· Mon Aug 11 09:23:52 2014 -0600
b74fcb4
dm: rename device struct to udevice
by Heiko Schocher
· Thu May 22 12:43:05 2014 +0200
e821d18
dm: Add GPIO support and tests
by Simon Glass
· Wed Feb 26 15:59:24 2014 -0700
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
d9a6717
gpio: remove duplicate function signature
by Nikita Kiryanov
· Mon Nov 26 23:06:32 2012 +0000
eadbf1a
Add gpio_request() to asm-generic header
by Simon Glass
· Wed Jun 13 06:19:37 2012 +0000
334b232
gpio: Modify common gpio.h to more closely match Linux
by Joe Hershberger
· Fri Nov 11 15:55:35 2011 -0600
9c35f0e
Add generic gpio.h in asm-generic
by Simon Glass
· Fri Oct 07 13:53:50 2011 +0000