index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
dubhe_fpga_dev_v2024.10
master
pinetabv-devel
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-uclass.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
1
-1
/
+1
2021-05-04
dm: gpio: Fix gpio_get_list_count failing with livetree
Sean Anderson
1
-3
/
+3
2021-04-13
gpio: Drop dm_gpio_set_dir()
Simon Glass
1
-11
/
+0
2021-03-03
gpio: Add a way to read 3-way strapping pins
Simon Glass
1
-0
/
+81
2021-03-03
gpio: Define the log category in the uclass
Simon Glass
1
-0
/
+2
2021-03-03
gpio: Use an 'ops' variable everywhere
Simon Glass
1
-11
/
+14
2021-03-03
gpio: Replace direction_input() and direction_output()
Simon Glass
1
-9
/
+6
2021-03-03
dm: gpio: Add a way to update flags
Simon Glass
1
-17
/
+58
2021-03-03
gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
Simon Glass
1
-1
/
+1
2021-03-03
dm: gpio: Rename get_dir_flags() method to get_flags()
Simon Glass
1
-15
/
+15
2021-03-03
dm: gpio: Rename set_dir_flags() method to update_flags()
Simon Glass
1
-8
/
+8
2021-03-03
gpio: Disable functions not used with of-platdata
Simon Glass
1
-0
/
+2
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-05
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
1
-1
/
+1
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
1
-1
/
+1
2020-12-14
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
1
-2
/
+2
2020-12-14
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-2
/
+2
2020-12-14
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-3
/
+3
2020-12-01
gpio: Convert to use APIs which support live DT
Patrick Delaunay
1
-3
/
+2
2020-09-30
drivers: gpio: Add a managed API to get a GPIO from the device-tree
Jean-Jacques Hiblot
1
-0
/
+71
2020-07-17
gpio: Add a method to convert a GPIO to ACPI
Simon Glass
1
-0
/
+22
2020-07-08
gpio: search for gpio label if gpio is not found through bank name
Heiko Schocher
1
-0
/
+46
2020-07-05
gpio-uclass.c: save the GPIOD flags also in the gpio descriptor
Heiko Schocher
1
-4
/
+4
2020-05-19
common: Drop log.h from common header
Simon Glass
1
-1
/
+2
2020-05-11
gpio: emulate open drain & open source in dm_gpio_set_value()
Neil Armstrong
1
-0
/
+15
2020-04-17
gpio: add ops to set dir flags
Patrick Delaunay
1
-5
/
+12
2020-04-17
gpio: add ops to get dir flags
Patrick Delaunay
1
-6
/
+25
2020-04-17
gpio: add support of new GPIO direction flag
Patrick Delaunay
1
-0
/
+30
2020-04-17
gpio: update dir_flags management
Patrick Delaunay
1
-2
/
+25
2020-04-17
gpio: add helper GPIOD_FLAGS_OUTPUT
Patrick Delaunay
1
-6
/
+3
2020-04-17
gpio: add function check_dir_flags
Patrick Delaunay
1
-0
/
+25
2020-04-17
gpio: add function _dm_gpio_set_dir_flags
Patrick Delaunay
1
-13
/
+25
2020-04-17
gpio: add function _gpio_get_value
Patrick Delaunay
1
-4
/
+10
2020-04-17
gpio: add gpio descriptor initialization helper
Patrick Delaunay
1
-8
/
+19
2020-04-17
gpio: remove the open_drain API and ops
Patrick Delaunay
1
-36
/
+0
2020-02-06
gpio: Rename free() to rfree()
Simon Glass
1
-4
/
+4
2019-10-08
spl: Allow tiny printf() to be controlled in SPL and TPL
Simon Glass
1
-2
/
+2
2019-07-29
gpio: fixes for gpio-hog support
Heiko Schocher
1
-28
/
+75
2019-07-13
gpio: add gpio-hog support
Heiko Schocher
1
-16
/
+165
2018-07-19
gpio: dm: Support manual relocation for gpio
Michal Simek
1
-0
/
+35
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-04-07
gpio: uclass: Fix debug string
Mario Six
1
-1
/
+1
2017-07-06
gpio: add static to get_function()
Masahiro Yamada
1
-2
/
+2
2017-06-01
dm: gpio: Add live tree support
Simon Glass
1
-28
/
+23
2017-06-01
dm: gpio: Refactor to prepare for live tree support
Simon Glass
1
-21
/
+30
2017-05-12
gpio-uclass.c: Fix comparison of unsigned expression warning
Tom Rini
1
-1
/
+1
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
1
-3
/
+3
2016-06-04
dm: gpio: Add methods for open drain setting
mario.six@gdsys.cc
1
-0
/
+32
2016-05-17
dm: gpio: add a default gpio xlate routine
Eric Nelson
1
-7
/
+23
[next]