Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
480e4115f780d95ecc0c2ec13cb4525db0954e83
/
drivers
/
gpio
e5301ba
test: pinmux: add pincontrol-gpio for pin configuration
by Patrick Delaunay
· 5 years ago
ff52665
test: dm: update test for pins configuration in gpio
by Patrick Delaunay
· 5 years ago
2c0f782
gpio: sandbox: cleanup binding support
by Patrick Delaunay
· 5 years ago
8fd9daf
gpio: add ops to set dir flags
by Patrick Delaunay
· 5 years ago
d2c07e5
gpio: add ops to get dir flags
by Patrick Delaunay
· 5 years ago
477ca57
gpio: add support of new GPIO direction flag
by Patrick Delaunay
· 5 years ago
695e5fd
gpio: update dir_flags management
by Patrick Delaunay
· 5 years ago
9360bb0
gpio: add helper GPIOD_FLAGS_OUTPUT
by Patrick Delaunay
· 5 years ago
4292fb1
gpio: add function check_dir_flags
by Patrick Delaunay
· 5 years ago
788ea83
gpio: add function _dm_gpio_set_dir_flags
by Patrick Delaunay
· 5 years ago
8a9140c
gpio: add function _gpio_get_value
by Patrick Delaunay
· 5 years ago
9f2b066
gpio: add gpio descriptor initialization helper
by Patrick Delaunay
· 5 years ago
e3f3a12
gpio: remove the open_drain API and ops
by Patrick Delaunay
· 5 years ago
3fb22bc
gpio/mpc83xx_spisel_boot.c: gpio driver for SPISEL_BOOT signal
by Klaus H. Sorensen
· 5 years ago
dd4cf53
gpio: mpc8xxx: don't do RMW on gpdat register when setting value
by Rasmus Villemoes
· 5 years ago
1d7ad9f
gpio: mpc8xxx: don't modify gpdat when setting gpio as input
by Rasmus Villemoes
· 5 years ago
9a8942b
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· 5 years ago
c0a179a
gpio: Let DM_74X164 be built without CONFIG_SPL_GPIO
by Fabio Estevam
· 5 years ago
2ccacf3
gpio: cortina_gpio: add DM_GPIO driver for CAxxxx SoCs
by Jason Li
· 5 years ago
336d461
dm: core: Create a new header file for 'compat' features
by Simon Glass
· 5 years ago
61b29b8
dm: core: Require users of devres to include the header
by Simon Glass
· 5 years ago
093152f
gpio: Rename free() to rfree()
by Simon Glass
· 5 years ago
d4827fc
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
by Tom Rini
· 5 years ago
ea86e72
gpio: intel_gpio: Fix register/bit offsets intel_gpio_get_value()
by Wolfgang Wallner
· 5 years ago
28c6268
gpio: intel_gpio: Clear tx state bit when setting output
by Wolfgang Wallner
· 5 years ago
b840c39
gpio: intel_gpio: Pass pinctrl device to pcr_clrsetbits32()
by Wolfgang Wallner
· 5 years ago
25216d6
gpio: da8xx_gpio: Add "ti,keystone-gpio" compatible
by Vignesh Raghavendra
· 5 years ago
94f992d
gpio: da8xx_gpio: Fix compiler warning
by Vignesh Raghavendra
· 5 years ago
dd6638a
gpio: pca953x_gpio: Add support for 24 bit IO expander
by Vignesh Raghavendra
· 5 years ago
17f34ca
gpio: bcm6345: allow to use this driver on arm bcm68360
by Philippe Reynes
· 5 years ago
abd98e0
gpio: mxc_gpio: add support for i.MXRT1050
by Giulio Benetti
· 5 years ago
7e589bc
x86: Add a generic Intel GPIO driver
by Simon Glass
· 5 years ago
bcee8d6
dm: gpio: Allow control of GPIO uclass in SPL
by Simon Glass
· 5 years ago
f3510e9
gpio: at91_gpio: Add bank names
by James Byrne
· 5 years ago
3135022
gpio: da8xx_gpio: Fix the _gpio_direction_output function
by Keerthy
· 5 years ago
98927da
gpio: zynq: Add gpio driver support for PMC gpio
by Shubhrajyoti Datta
· 5 years ago
9824852
gpio: zynq: Add gpio driver support for Versal
by Ashok Reddy Soma
· 5 years ago
d26b404
gpio: sifive: add support for DM based gpio driver for FU540-SoC
by Sagar Shrikant Kadam
· 5 years ago
44fb0d6
Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· 5 years ago
eaa0bde
Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· 5 years ago
c883d6a
spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driver
by Lukasz Majewski
· 5 years ago
0384ac0
gpio: zynq: fix issue in set gpio output direction
by Ashok Reddy Soma
· 5 years ago
27084c0
spl: Allow tiny printf() to be controlled in SPL and TPL
by Simon Glass
· 5 years ago
a605b0f
sandbox: spmi: Add ranges property for address translation
by Simon Glass
· 5 years ago
5484793
kconfig: Convert CONFIG_MXS_GPIO to Kconfig
by Lukasz Majewski
· 5 years ago
49b10cb
gpio: fixes for gpio-hog support
by Heiko Schocher
· 6 years ago
0194137
gpio: Add missing parenthesis to the GPIO_TO_PORT define
by Lukasz Majewski
· 6 years ago
397af35
gpio: mxs: Add support for DM/DTS in the mxs_gpio.c driver (DM_GPIO)
by Lukasz Majewski
· 6 years ago
0e80dda
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
by Tom Rini
· 6 years ago
0d3c77f
sunxi: gpio: Enable support for H6 pin controller
by Andre Przywara
· 6 years ago
10cfbaa
sunxi: move SUNXI_GPIO to Kconfig
by Andre Przywara
· 6 years ago
a9a3a37
Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
by Tom Rini
· 6 years ago
5fc7cf8
gpio: add gpio-hog support
by Heiko Schocher
· 6 years ago
60bc487
gpio: stm32: Remove .ofmatch callback
by Patrice Chotard
· 6 years ago
95fbdd1
gpio: stm32: Rename stm32f7_gpio to stm32_gpio
by Patrice Chotard
· 6 years ago
99e14b2
gpio: stm32_gpio: Fix warnings when compiling with W=1
by Patrick Delaunay
· 6 years ago
4a09831
gpio: pca953x: Add TI TCA9539 compatible string
by Marek Vasut
· 6 years ago
34b1a51
gpio: dwapb_gpio: fix broken dev->node
by Simon Goldschmidt
· 6 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
Next »