Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
04488c4d15189a05674962eba890396b498731cc
/
drivers
/
gpio
4751e55
gpio: Add MT7621 GPIO support
by Stefan Roese
· 6 years ago
cad7324
gpio: stm32f7: Add ops get_function
by Patrice Chotard
· 6 years ago
3764b2b
gpio: pca953x: Clear the polarity invert register at init
by Ye Li
· 6 years ago
695c499
gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
by Bin Meng
· 6 years ago
745915a
gpio: pca953x_gpio: fix DT GPIO flags translation
by Anatolij Gustschin
· 6 years ago
cf033e0
Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
8b2a31f
gpio: mxc_gpio: add support for i.MX8
by Peng Fan
· 6 years ago
0f3cf2b
gpio: da8xx: Push generic defines of gpio.h out of mach-davinci
by Keerthy
· 6 years ago
401d74c
gpio: da8xx: Add k2g compatible
by Keerthy
· 6 years ago
86d56a5
gpio: dwapb_gpio: Change to use devm_kcalloc()
by Ley Foon Tan
· 6 years ago
9ea3544
gpio: dwapb_gpio: Change to use dev_read_addr()
by Ley Foon Tan
· 6 years ago
db6a158
gpio: dwapb_gpio: Add reset ctrl to driver
by Ley Foon Tan
· 6 years ago
71f2700
gpio: dwapb_gpio: Enable get_function support
by Ley Foon Tan
· 6 years ago
99571b4
DM: omap_gpio: Reduce overhead when used with OF_PLATDATA
by Adam Ford
· 6 years ago
535f46d
GPIO: omap_gpio: Fix gpio name names with device tree
by Adam Ford
· 6 years ago
9440b3d
dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGH
by Adam Ford
· 6 years ago
1eddf54
DM: GPIO: Fix da8xx GPIO indexing over GPIO 32
by Adam Ford
· 6 years ago
798cd70
gpio: stm32f7: replace ODR update by BSRR write
by Patrice Chotard
· 6 years ago
312dd1c
gpio: xilinx: Add support for using label property
by Michal Simek
· 6 years ago
ac7f061
gpio: xilinx: Return 0 from xilinx_gpio_set_value
by Michal Simek
· 6 years ago
c714aea
gpio: xilinx: Not read output values via regs
by Michal Simek
· 6 years ago
642a860
gpio: xilinx: Simplify logic in xilinx_gpio_set_value
by Michal Simek
· 6 years ago
bf2a69d
gpio: xilinx: Set value before changing direction
by Michal Simek
· 6 years ago
6f81ff0
gpio: xilinx: Remove !DM driver
by Michal Simek
· 6 years ago
ddd7b3f
gpio: xilinx: Find out bank before use in xilinx_gpio_get_function()
by Michal Simek
· 6 years ago
0f07257
gpio: zynq: Used platdata structure for storing static data instead of priv
by Vipul Kumar
· 6 years ago
fe3eb7a
GPIO: CREG: improve flexibility of hsdk-creg-gpio driver
by Eugeniy Paltsev
· 6 years ago
5d653af
Convert CONFIG_DA8XX_GPIO to Kconfig
by Adam Ford
· 6 years ago
4a69366
microblaze: Convert generic platform to DM gpio
by Michal Simek
· 6 years ago
10441ec
gpio: xilinx: Convert driver to DM
by Michal Simek
· 6 years ago
0d6fabb
gpio: zynq: Setup bank_name to dev->name
by Michal Simek
· 6 years ago
0df9bea
gpio: zynq: Read of mach data in platdata with dev_get_driver_data
by Michal Simek
· 6 years ago
1b4c2aa
gpio: dm: Support manual relocation for gpio
by Michal Simek
· 6 years ago
946205a
gpio: zynq: Fix typo in one error message
by Michal Simek
· 6 years ago
d509f8d
gpio: zynq: Use live-tree function
by Michal Simek
· 6 years ago
6696de8
gpio: omap_gpio: Convert to auto-alloc feature when DT is supported
by Adam Ford
· 6 years ago
de76610
Merge git://git.denx.de/u-boot-imx
by Tom Rini
· 6 years ago
b4c3fb0
gpio: omap_gpio: Name GPIO's by bank and index with DM_GPIO
by Adam Ford
· 6 years ago
8e51c0f
dm: gpio: Add DM compatibility to GPIO driver for Davinci
by Adam Ford
· 6 years ago
8fd05fc
drivers/gpio/mxc: fix MXC GPIO name in KConfig
by Hannes Schmelzer
· 6 years ago
01fcf01
gpio: zynq_gpio: bank description should use unsigned type
by Michal Simek
· 6 years ago
1471fad
gpio: zynq: Do not check unsigned type that is >= 0
by Michal Simek
· 6 years ago
040b258
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 6 years ago
e7e64fa
gpio: bcm6345: convert to use live dt
by Álvaro Fernández Rojas
· 7 years ago
60ae40c
gpio: rmobile: Add R8A77990 E3 compatible
by Marek Vasut
· 7 years ago
8ee5467
gpio: atmel_pio4: give a full configuration when muxing pins
by Ludovic Desroches
· 7 years ago
83d290c
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
d024236
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
by Tom Rini
· 7 years ago
b053dd7
gpio: uclass: Fix debug string
by Mario Six
· 7 years ago
e294ba0
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· 7 years ago
381996c
sunxi: gpio: add missing compatible strings
by Andre Przywara
· 7 years ago
8e14ba7
gpio: omap_gpio: Add DM_FLAG_PRE_RELOC flag
by Faiz Abbas
· 7 years ago
2514c2d
arm: stm32: add new architecture for STM32MP family
by Patrick Delaunay
· 7 years ago
f11c308
gpio: stm32f7_gpio: handle node ngpios
by Patrick Delaunay
· 7 years ago
d876eaf
dm: gpio: Convert stm32f7 driver to livetree
by Patrick Delaunay
· 7 years ago
d38826a
treewide: Fix gdsys mail addresses
by Mario Six
· 7 years ago
81f077f
Merge git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
1e5f898
gpio: pca953x_gpio: Support label setting from DT
by Mario Six
· 7 years ago
76ed8f0
gpio: rcar: Add R8A77965 M3N entries
by Marek Vasut
· 7 years ago
71d5a14
microblaze: Added Kconfig support for CONFIG_XILINX_GPIO
by Vipul Kumar
· 7 years ago
995b60b
sandbox: Rename 'num-gpios' property to avoid dtc warning
by Simon Glass
· 7 years ago
6e5308c
rockchip: gpio: remove dead code
by Heinrich Schuchardt
· 7 years ago
8bbff6a
Convert CONFIG_MXC_GPIO to Kconfig
by Adam Ford
· 7 years ago
8953d86
gpio: mxc: add i.MX8M support
by Peng Fan
· 7 years ago
caf2233
bcm283x: Add pinctrl driver
by Alexander Graf
· 7 years ago
f5ac4f2
gpio: mpc8xxx: Make live-tree compatible
by Mario Six
· 7 years ago
f9c7fde
gpio: mpc8xxx: Make compatible with more SoCs
by Mario Six
· 7 years ago
3c21683
gpio: mpc8xxx: Rename Kconfig option, structures, and functions
by Mario Six
· 7 years ago
76d00cc
gpio: mpc85xx: Rename driver file to mpc8xxx
by Mario Six
· 7 years ago
aadc5e6
gpio: mpc85xx_gpio: Fix style violations
by Mario Six
· 7 years ago
f62ca2cd
gpio: pca953x_gpio: Make live-tree compatible
by Mario Six
· 7 years ago
fb01e07
gpio: pca953x_gpio: Fix style violations
by Mario Six
· 7 years ago
9c486e7
Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
8b05436
gpio: rmobile: Add RCar Gen2 compatible string
by Marek Vasut
· 7 years ago
a6968ec
gpio: sunxi: Add compatible string for H5 PIO
by Chris Blake
· 7 years ago
bb2277b
GPIO: tca642x: Rework to not include commands in SPL
by Tom Rini
· 7 years ago
0d097b7
GPIO: pca953x: Rework to not include commands in SPL
by Tom Rini
· 7 years ago
e0cc0b6
db820c: enable pmic gpios for pm8994
by Jorge Ramirez-Ortiz
· 7 years ago
c8f7877
board: stm32f429-disco: switch to DM STM32 pinctrl and gpio driver
by Patrice Chotard
· 7 years ago
290e7cf
mx6ull: Handle the CONFIG_MX6ULL cases correctly
by Fabio Estevam
· 7 years ago
fd12455
Merge branch 'rmobile-mx' of git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
d5fbcd5
gpio/hsdk: Depend on DM_GPIO instead of simple DM
by Alexey Brodkin
· 7 years ago
e3ab424
gpio: rmobile: Add generic Gen3 compatible
by Marek Vasut
· 7 years ago
f122c13
gpio: rmobile: Add R8A77995 D3 compatible
by Marek Vasut
· 7 years ago
0f2f0d8
gpio: rmobile: Add R8A77970 V3M compatible
by Marek Vasut
· 7 years ago
52c8034
gpio: rmobile: Set GPIO mode in GPSR when requested
by Marek Vasut
· 7 years ago
e9986a4
gpio: uniphier: import dt-binginds header from Linux
by Masahiro Yamada
· 7 years ago
ed3986c
bitops: collect BIT macros to include/linux/bitops.h
by Masahiro Yamada
· 7 years ago
3194c3c
ARC: HSDK: introduce CREG GPIO driver
by Eugeniy Paltsev
· 7 years ago
3bc599c
stm32: fix STMicroelectronics copyright
by Patrice Chotard
· 7 years ago
c5fb1c2
gpio: uniphier: rework single device node model
by Masahiro Yamada
· 7 years ago
2ee87b0
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
ae06a1b
dm: gpio: pca953x: Drop pointless data structure checks
by Simon Glass
· 7 years ago
7c84319
dm: gpio: Correct use of -ENODEV in drivers
by Simon Glass
· 7 years ago
4d68604
dm: gpio: Add a comment about not copying some drivers
by Simon Glass
· 7 years ago
1ba2147
dm: gpio: vybrid_gpio: Correct driver's use of bind() method
by Simon Glass
· 7 years ago
f5f6959
gpio: rmobile: Add Renesas RCar GPIO driver
by Marek Vasut
· 7 years ago
c23ce9a
rockchip: gpio: remove outdated/misleading comment
by Philipp Tomsich
· 7 years ago
a1d3480
rockchip: gpio: convert to livetree
by Philipp Tomsich
· 7 years ago
bc5d038
stm32f1: remove stm32f1 support
by Patrice Chotard
· 7 years ago
Next »