index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drivers: gpio: keep output value for input on sandbox
Heinrich Schuchardt
2020-10-14
1
-1
/
+9
*
gpio: dw: Return output value when direction is out
Sean Anderson
2020-10-08
1
-7
/
+12
*
gpio: dw: Add a trailing underscore to generated name
Sean Anderson
2020-10-08
1
-1
/
+9
*
gpio: dw: Fix warnings about casting int to pointer
Sean Anderson
2020-10-08
1
-2
/
+2
*
Merge branch 'next'
Tom Rini
2020-10-05
2
-6
/
+80
|
\
|
*
gpio: stm32: check result of ofnode_phandle_args
Patrick Delaunay
2020-10-02
1
-0
/
+5
|
*
gpio: stm32: cosmetic: cleanup gpio_stm32_probe
Patrick Delaunay
2020-10-02
1
-6
/
+4
|
*
drivers: gpio: Add a managed API to get a GPIO from the device-tree
Jean-Jacques Hiblot
2020-09-30
1
-0
/
+71
*
|
gpio/mpc83xx_spisel_boot.c: include log.h
Rasmus Villemoes
2020-09-22
1
-0
/
+1
|
/
*
treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()
Masahiro Yamada
2020-08-22
1
-1
/
+1
*
gpio: at91: use dev_read_addr() to get base address
Masahiro Yamada
2020-08-22
1
-1
/
+1
*
xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers
Michal Simek
2020-08-20
1
-2
/
+2
*
Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-08-04
1
-6
/
+21
|
\
|
*
gpio: mxc_gpio: add OF_PLATDATA support
Walter Lozano
2020-08-02
1
-6
/
+21
*
|
gpio: octeon_gpio: Add GPIO controller driver for Octeon
Suneel Garapati
2020-08-03
3
-0
/
+253
*
|
Merge tag 'dm-pull-28jul20' of git://git.denx.de/u-boot-dm
Tom Rini
2020-07-29
1
-8
/
+2
|
\
\
|
*
|
drivers: avoid using aliases on drivers when OF_PLATDATA is enabled
Walter Lozano
2020-07-28
1
-8
/
+2
*
|
|
drivers: gpio: add broadcom iproc gpio driver support
Rayagonda Kokatanur
2020-07-29
3
-0
/
+302
*
|
|
gpio: add nexell driver
Stefan Bosch
2020-07-29
3
-0
/
+260
*
|
|
msm_gpio: Add support for Qualcomm IPQ40xx
Robert Marko
2020-07-29
1
-0
/
+1
|
/
/
*
|
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-25
14
-15
/
+15
*
|
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
2020-07-25
4
-4
/
+4
|
/
*
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
2020-07-24
17
-19
/
+19
*
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
2020-07-20
14
-15
/
+15
*
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
Masahiro Yamada
2020-07-20
4
-4
/
+4
*
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
Tom Rini
2020-07-17
3
-4
/
+144
|
\
|
*
x86: gpio: Add support for obtaining ACPI info for a GPIO
Simon Glass
2020-07-17
1
-0
/
+34
|
*
x86: pinctrl: Add a way to get the pinctrl reg address
Simon Glass
2020-07-17
1
-4
/
+11
|
*
gpio: Add a method to convert a GPIO to ACPI
Simon Glass
2020-07-17
2
-0
/
+99
*
|
gpio: mxc_gpio: Improve to use ofdata_to_platdata
Ye Li
2020-07-16
1
-27
/
+9
|
/
*
core: add support for U_BOOT_DRIVER_ALIAS
Walter Lozano
2020-07-09
2
-0
/
+4
*
drivers: rename drivers to match compatible string
Walter Lozano
2020-07-09
5
-13
/
+9
*
gpio: search for gpio label if gpio is not found through bank name
Heiko Schocher
2020-07-07
2
-0
/
+66
*
gpio: stm32: add ops get_dir_flags
Patrick Delaunay
2020-07-07
1
-0
/
+59
*
gpio: stm32: add ops set_dir_flags
Patrick Delaunay
2020-07-07
1
-14
/
+76
*
Merge branch 'next'
Tom Rini
2020-07-06
2
-6
/
+4
|
\
|
*
Convert CONFIG_AT91_GPIO to Kconfig
Tom Rini
2020-06-26
1
-1
/
+0
|
*
Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2020-06-25
1
-1
/
+4
|
|
\
|
*
|
gpio: omap_gpio: Fix unused function warning in non-DM case
Tom Rini
2020-06-16
1
-5
/
+4
*
|
|
gpio-uclass.c: save the GPIOD flags also in the gpio descriptor
Heiko Schocher
2020-07-05
1
-4
/
+4
|
|
/
|
/
|
*
|
gpio: mxc_gpio: change gpio index for i.MX8
Ye Li
2020-06-23
1
-1
/
+4
|
/
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
20
-0
/
+20
*
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop log.h from common header
Simon Glass
2020-05-18
17
-1
/
+18
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
2
-6
/
+10
*
rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32
Trevor Woerner
2020-05-15
1
-1
/
+1
*
gpio: stm32: support gpio ops in SPL
Patrick Delaunay
2020-05-14
1
-6
/
+1
*
gpio: emulate open drain & open source in dm_gpio_set_value()
Neil Armstrong
2020-05-11
1
-0
/
+15
*
test: pinmux: add pincontrol-gpio for pin configuration
Patrick Delaunay
2020-04-16
1
-0
/
+196
*
test: dm: update test for pins configuration in gpio
Patrick Delaunay
2020-04-16
1
-20
/
+66
[prev]
[next]