Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
3ff134b7f1c06f8482ef8ab296d5a89743d219db
/
drivers
/
gpio
49b10cb
gpio: fixes for gpio-hog support
by Heiko Schocher
· 5 years ago
0194137
gpio: Add missing parenthesis to the GPIO_TO_PORT define
by Lukasz Majewski
· 5 years ago
397af35
gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)
by Lukasz Majewski
· 5 years ago
0e80dda
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
by Tom Rini
· 5 years ago
0d3c77f
sunxi: gpio: Enable support for H6 pin controller
by Andre Przywara
· 5 years ago
10cfbaa
sunxi: move SUNXI_GPIO to Kconfig
by Andre Przywara
· 5 years ago
a9a3a37
Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
by Tom Rini
· 5 years ago
5fc7cf8
gpio: add gpio-hog support
by Heiko Schocher
· 5 years ago
60bc487
gpio: stm32: Remove .ofmatch callback
by Patrice Chotard
· 5 years ago
95fbdd1
gpio: stm32: Rename stm32f7_gpio to stm32_gpio
by Patrice Chotard
· 5 years ago
99e14b2
gpio: stm32_gpio: Fix warnings when compiling with W=1
by Patrick Delaunay
· 5 years ago
4a09831
gpio: pca953x: Add TI TCA9539 compatible string
by Marek Vasut
· 5 years ago
34b1a51
gpio: dwapb_gpio: fix broken dev->node
by Simon Goldschmidt
· 5 years ago
1b898ff
gpio: dwapb_gpio: convert to livetree
by Simon Goldschmidt
· 6 years ago
86b8e7d
gpio: renesas: Add RZ/A1 R7S72100 GPIO driver
by Marek Vasut
· 6 years ago
44237e2
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 6 years ago
86f578e
Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips
by Tom Rini
· 6 years ago
fbf26be
gpio: renesas: Migrate to pinctrl GPIO accessors
by Marek Vasut
· 6 years ago
16b9490
mips: rename mach-mt7620 to mach-mtmips
by Weijie Gao
· 6 years ago
15f09a1
rockchip: use 'arch-rockchip' as header file path
by Kever Yang
· 6 years ago
353496b
gpio: bcm6345: allow this driver on ARCH_BCM63158
by Philippe Reynes
· 6 years ago
14c9bd4
gpio: bcm6345: allow this driver on ARCH_BCM6858
by Philippe Reynes
· 6 years ago
ea0d6aa
gpio: bcm6345: switch to raw I/O functions
by Philippe Reynes
· 6 years ago
97b2627
gpio: altera_pio: fix get_value
by Julien Béraud
· 6 years ago
aa48c94
rockchip: Implement spl_gpio in the GPIO driver
by Simon Glass
· 6 years ago
1610368
gpio: introduce CONFIG_SPL_DM_PCA953X
by Peng Fan
· 6 years ago
ace9c10
mips: gpio: mscc: Obsoleted gpio-mscc-bitbang-spi.c
by Lars Povlsen
· 6 years ago
be8313f
mips: mscc_sgpio: Add the MSCC serial GPIO device (SIO)
by Lars Povlsen
· 6 years ago
4fb2246
gpio: stm32f7: Fix SPL code size
by Patrice Chotard
· 6 years ago
39a8f0b
gpio: stm32f7: Fix gpio bank hole management
by Patrice Chotard
· 6 years ago
522e035
Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 6 years ago
cd357ad
imx: rename mx8m,MX8M to imx8m,IMX8M
by Peng Fan
· 6 years ago
02aea4d
gpio: mscc-bitbang-spi: Add a simple gpio driver for bitbgang spi
by Gregory CLEMENT
· 6 years ago
8b6d45a
gpio: stm32f7: Remove CONFIG_CLK flag.
by Patrice Chotard
· 6 years ago
b2f84e3
gpio: stm32f7: Move STM32_GPIOS_PER_BANK into gpio.h
by Patrice Chotard
· 6 years ago
dbf928d
gpio: stm32f7: Add gpio bank holes management
by Patrice Chotard
· 6 years ago
89f1fe5
gpio: dwapb_gpio: fix binding without bank-name property
by Simon Goldschmidt
· 6 years ago
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
Next »