Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
70fe24ed93fa90eb407d18a5fc9d9ad85ac9184c
/
drivers
/
gpio
64b1797
x86: broadwell: Add a GPIO driver
by Simon Glass
· 9 years ago
779653b
x86: Drop all the old pin configuration code
by Simon Glass
· 9 years ago
15cf75e
x86: gpio: Allow the pinctrl driver to set up the pin config
by Simon Glass
· 9 years ago
d6d50db
x86: gpio: Correct GPIO setup ordering
by Simon Glass
· 9 years ago
17c43f1
gpio: Use const where possible
by Simon Glass
· 9 years ago
bbf2478
gpio: Add a function to obtain a GPIO vector value
by Simon Glass
· 9 years ago
3f603cb
dm: Use uclass_first_device_err() where it is useful
by Simon Glass
· 9 years ago
b9a66b6
gpio: uniphier: add driver for UniPhier GPIO controller
by Masahiro Yamada
· 9 years ago
e66c49f
stm32: add support for stm32f7 & stm32f746 discovery board
by Vikas Manocha
· 9 years ago
09959ba
gpio: stm32_gpio: move base addresses to the soc file
by Vikas Manocha
· 9 years ago
14cec06
gpio: stm32_gpio: move clock config from driver to board
by Vikas Manocha
· 9 years ago
651827c
tegra: gpio: Show the GPIO value for outputs
by Simon Glass
· 9 years ago
57dc53a
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
by Tom Rini
· 9 years ago
a187559
Use correct spelling of "U-Boot"
by Bin Meng
· 9 years ago
3ddc1c7
x86: ich6_gpio: Convert to use proper DM API
by Bin Meng
· 9 years ago
9e30ba2
dm: vybrid_gpio: Drop legacy code
by Bhuvanchandra DV
· 9 years ago
386d934
drivers: gpio: add driver for Microchip PIC32 GPIO controller.
by Purna Chandra Mandal
· 9 years ago
84b8bf6
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
by Masahiro Yamada
· 9 years ago
4864782
rockchip: gpio: Implement the get_function() method
by Simon Glass
· 9 years ago
7d0c2c3
rockchip: gpio: Read the GPIO value correctly
by Simon Glass
· 9 years ago
4dc5259
dm: gpio: Allow the uclass to work without printf()
by Simon Glass
· 9 years ago
5b8031c
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
88f91d1
gpio: mxs: add name_to_gpio() function
by Måns Rullgård
· 9 years ago
5be9356
Change e-mail address of Kamil Lulko
by Kamil Lulko
· 9 years ago
2c62c56
gpio: atmel: Add the PIO4 driver support
by Wenyou Yang
· 9 years ago
079bfc5
altera_pio: change ioremap to map_physmem
by Thomas Chou
· 9 years ago
daa75b3
i2c: Fix pca953x endianess issue
by Dirk Eibach
· 9 years ago
88d5ecf
nios2 : convert altera_pio to driver model
by Thomas Chou
· 9 years ago
1ed0f85
drivers: gpio: omap: add support for parsing additional gpio parameters
by Mugunthan V N
· 9 years ago
6944aff
sunxi: power: Unify axp pmic function names
by Hans de Goede
· 9 years ago
6f183e8
gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()
by Przemyslaw Marczak
· 9 years ago
fe82857
gpio: tegra: use named constants
by Stephen Warren
· 9 years ago
9f75a22
gpio: tegra: remove unused type
by Stephen Warren
· 9 years ago
0c35e3a
ARM: tegra: don't enable GPIOs until direction is set
by Stephen Warren
· 9 years ago
f9d3cab
ARM: tegra: fix GPIO init table programming
by Stephen Warren
· 9 years ago
850f788
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
by Tom Rini
· 9 years ago
8998347
gpio: lpc32xx: fix issues with port3 gpio
by Sylvain Lemieux
· 9 years ago
c9feb42
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
1f8f773
rockchip: gpio: Add rockchip GPIO driver
by Simon Glass
· 9 years ago
26dd346
imx: mxc_gpio: add support for imx7d SoC
by Adrian Alonso
· 9 years ago
4e9838c
dm: Use dev_get_addr() where possible
by Simon Glass
· 9 years ago
9035edb
gpio: sh-pfc: fix gpio input read
by Vladimir Barinov
· 9 years ago
df1c9eb
x86: gpio: Tidy up gpio_ich6_get_base() and callers
by Simon Glass
· 9 years ago
e7cc0b6
x86: gpio: Correct calls to _ich6_gpio_set_direction()
by Simon Glass
· 9 years ago
e30a70c
gpio: Add DW APB GPIO driver
by Marek Vasut
· 9 years ago
0f92582
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
fbf10ae
sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster
by Hans de Goede
· 9 years ago
0a9e340
gpio: omap: Drop 'method' parameter
by Tom Rini
· 9 years ago
152f4898
dm: gpio: hi6220: Add a hi6220 GPIO driver model driver.
by Peter Griffin
· 9 years ago
0b11dbf
drivers: hierarchize drivers Kconfig menu
by Masahiro Yamada
· 9 years ago
eca4866
dm: gpio: Check a GPIO is valid before using it
by Simon Glass
· 9 years ago
8b09791
x86: Add some missing global_data declarations in files that use gd
by Simon Glass
· 9 years ago
7a1af7a
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
f2753b0
mxc: gpio add i.MX6UL support
by Peng Fan
· 9 years ago
efa677f
dm: gpio: Add dm_gpio_request() to manually request a GPIO
by Simon Glass
· 9 years ago
32ec159
dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name
by Simon Glass
· 9 years ago
ce22c5b
dm: gpio: Allow GPIO uclass to be used in SPL
by Simon Glass
· 9 years ago
6f43ba7
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 9 years ago
1f9e5e2
gpio: lpc32xx: Use priv_data instead of platdata
by Axel Lin
· 10 years ago
4d80051
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
d348a94
dm: gpio: vf610: Add GPIO driver support
by Bhuvanchandra DV
· 9 years ago
ae89bb0
dm: gpio: uclass: Add flag to control sequence numbering
by Bhuvanchandra DV
· 9 years ago
290ac3b
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· 9 years ago
a52783e
sunxi: gpio: Add "allwinner,sun8i-a33-pinctrl"
by Hans de Goede
· 9 years ago
5318f18
x86: gpio: add pinctrl support from the device tree
by Gabriel Huau
· 9 years ago
0144caf
gpio: stm32: add stm32f1 support
by Matt Porter
· 10 years ago
0e6b7a2
Merge git://git.denx.de/u-boot-samsung
by Tom Rini
· 9 years ago
962f5ca
dm: gpio: Add error handling and a function to claim vector GPIOs
by Simon Glass
· 10 years ago
895b5d6
gpio: stm32_gpio: Use clrsetbits_le32() at appropriate places
by Axel Lin
· 10 years ago
13cfd10
gpio: s3c: Fix the GPIO driver
by Marek Vasut
· 10 years ago
421b32b
sunxi: axp: Remove non driver-model support from the axp gpio code
by Hans de Goede
· 10 years ago
f9b7a04
sunxi: axp: Add driver-model support to the axp_gpio code
by Hans de Goede
· 10 years ago
2fcf033
sunxi: axp: Move axp gpio code to a separate axpi-gpio driver
by Hans de Goede
· 10 years ago
12ce155
sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass ops
by Hans de Goede
· 10 years ago
746c087
sunxi: gpio: Build sunxi_name_to_gpio_bank for driver-model code too
by Hans de Goede
· 10 years ago
11d52a9
sunxi: gpio: Add compatible strings for all supported SoCs
by Hans de Goede
· 10 years ago
a5ab883
sunxi: gpio: Add temporary implementation of name_to_gpio()
by Simon Glass
· 10 years ago
07ce60f
sunxi: gpio: Rename GPIOs to include a 'P' prefix
by Simon Glass
· 10 years ago
d37c628
gpio: add Xilinx Zynq PS GPIO driver
by Andrea Scian
· 10 years ago
3d046f6
mvgpio: remove CONFIG_SHEEVA_88SV331xV5 dependency
by Zhou Zhu
· 10 years ago
ee4303c
gpio: mvmfp: support newer MFP bit definitions
by Xiang Wang
· 10 years ago
eaaa4f7
ARMv7M: Add STM32F4 support
by rev13@wp.pl
· 10 years ago
d79c50a
sandbox: Move GPIO CONFIGs to Kconfig
by Simon Glass
· 10 years ago
56a71f8
dm: gpio: Add an implementation for gpio_get_number()
by Simon Glass
· 10 years ago
2984e7a
dm: gpio: request list: return the count if requests max_count reached
by Przemyslaw Marczak
· 10 years ago
e564f05
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· 10 years ago
31f57c2
x86: Add a x86_ prefix to the x86-specific PCI functions
by Simon Glass
· 10 years ago
8deacca
sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig
by Paul Kocialkowski
· 10 years ago
f7c7ab6
power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic
by Paul Kocialkowski
· 10 years ago
606f704
lpc32xx: add GPIO support
by Albert ARIBAUD \(3ADEV\)
· 10 years ago
bdfb341
dm: tegra: Enable driver model in SPL and adjust the GPIO driver
by Simon Glass
· 10 years ago
99c0ae1
dm:gpio:mxc add DT support
by Peng Fan
· 10 years ago
637a769
dm:gpio:mxc add a bank_index entry in platdata
by Peng Fan
· 10 years ago
f94a1be
dm: Expand and complete Kconfig in drivers/
by Simon Glass
· 10 years ago
26c0472
gpio: omap: Pass correct argument to _get_gpio_direction()
by Axel Lin
· 10 years ago
d895821
gpio: at91: Fix getting address of private data
by Axel Lin
· 10 years ago
1d08b4b
dm: exynos: Add a GPIO translation function
by Simon Glass
· 10 years ago
838aa5c
dm: tegra: Add a GPIO translation function
by Simon Glass
· 10 years ago
3669e0e
dm: gpio: Add better functions to request GPIOs
by Simon Glass
· 10 years ago
0dac4d5
dm: gpio: Add a driver GPIO translation method
by Simon Glass
· 10 years ago
Next »