Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
da0763d16f95b4a4e7e7541d4a999c777e0c6a52
/
drivers
/
gpio
7e08a1f
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
4d71788
dm: at91: Add driver model support for atmel GPIO driver
by Simon Glass
· 10 years ago
60af017
x86: ivybridge: Add support for early GPIO init
by Simon Glass
· 10 years ago
2c97a8f
dm: gpio: Add a function to read an ID from a list of GPIOs
by Simon Glass
· 10 years ago
7830453
dm: sunxi: Modify the GPIO driver to support driver model
by Simon Glass
· 10 years ago
06f08e2
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
15da974
gpio: make local functions static
by Jeroen Hofstee
· 10 years ago
57ad8ee
dm: add entries to Kconfig
by Masahiro Yamada
· 10 years ago
2b4071b
dm: x86: Convert Intel ICH6 GPIO driver to use driver model
by Simon Glass
· 10 years ago
a223d5e
dm: gpio: imx: Drop request()/free() in the driver
by Simon Glass
· 10 years ago
8e5f623
dm: gpio: exynos: Drop request()/free() in the driver
by Simon Glass
· 10 years ago
859896c
dm: gpio: rpi_b: Drop request()/free() in the driver
by Simon Glass
· 10 years ago
46715a8
dm: gpio: omap3: Drop request()/free() in the driver
by Simon Glass
· 10 years ago
7fcb5fe
dm: gpio: tegra: Drop request()/free() in the driver
by Simon Glass
· 10 years ago
1b27d60
dm: gpio: Add gpio_requestf() helper for printf() strings
by Simon Glass
· 10 years ago
ca5f8d2
dm: gpio: sandbox: Drop request()/free() in the driver
by Simon Glass
· 10 years ago
a367f1d
dm: gpio: sandbox: Implement the remove() method
by Simon Glass
· 10 years ago
3204863
dm: gpio: sandbox: Implement the get_function() method
by Simon Glass
· 10 years ago
6b1ef59
dm: Move the function for getting GPIO status into the uclass
by Simon Glass
· 10 years ago
6e5e6dd
dm: gpio: Add gpio_get_function() and friends
by Simon Glass
· 10 years ago
0f4517d
dm: gpio: Implement GPIO reservation in the uclass
by Simon Glass
· 10 years ago
1a96d7f
dm: omap: gpio: Support driver model
by Simon Glass
· 10 years ago
ba33a3f
dm: omap: gpio: Put _get_gpio_value() logic into its own function
by Simon Glass
· 10 years ago
43b2e1a
dm: gpio: Support numbered GPIOs
by Simon Glass
· 10 years ago
bc810dc
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 10 years ago
c243784
arm: marvell: Move arch/kirkwood.h to arch/soc.h
by Stefan Roese
· 10 years ago
7480762
dm: rpi: Convert GPIO driver to driver model
by Simon Glass
· 10 years ago
2772b4d
dm: imx: gpio: Support driver model in MXC gpio driver
by Simon Glass
· 10 years ago
9b4e0e8
dm: exynos: gpio: Convert to driver model
by Simon Glass
· 10 years ago
3898ab7
dm: exynos: Tidy up GPIO defines
by Simon Glass
· 10 years ago
37f1162
dm: exynos: Tidy up GPIO headers
by Simon Glass
· 10 years ago
9ddceb6
tegra: gpio: fix null label regression
by Marcel Ziswiler
· 10 years ago
f3e12b7
kconfig: add blank Kconfig files
by Masahiro Yamada
· 10 years ago
b046104
tegra: Convert tegra GPIO driver to use driver model
by Simon Glass
· 10 years ago
33f6964
Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
f988071
dm: gpio: Don't use the driver model uclass for SPL
by Simon Glass
· 10 years ago
af47147
sunxi: add gpio driver
by Ian Campbell
· 10 years ago
6e903e1
gpio: spear_gpio: Fix gpio_set_value() implementation
by Axel Lin
· 11 years ago
d4acf63
dm: Use case-insensitive comparison for GPIO banks
by Simon Glass
· 10 years ago
767827a
dm: Rename struct device_id to udevice_id
by Simon Glass
· 10 years ago
342ecb7
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 10 years ago
b74fcb4
dm: rename device struct to udevice
by Heiko Schocher
· 11 years ago
383543a
gpio: at91: add sanity check for the NULL pointer
by Wu, Josh
· 11 years ago
cb4cccd
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
4b27bf1
ARM: tegra: add GPIO initialization table function
by Stephen Warren
· 11 years ago
1376cdd
S5P: Exynos: Add GPIO pin numbering and rename definitions
by Akshay Saraswat
· 11 years ago
b4d7070
sandbox: Convert GPIOs to use driver model
by Simon Glass
· 11 years ago
e821d18
dm: Add GPIO support and tests
by Simon Glass
· 11 years ago
267d8e2
sizes.h - consolidate for all architectures
by Alexey Brodkin
· 11 years ago
a7aaa1d
gpio: kona: Add Kona gpio driver
by Darwin Rambo
· 11 years ago
b18c47e
s5p: gpio: change gpio coding method for s5p gpio.
by Przemyslaw Marczak
· 11 years ago
a73f004
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
90c973b
at91: add new gpio pin definitions
by Andreas Bießmann
· 11 years ago
041487c
mxs_gpio: fix the handling in gpio_direction_output()
by Michael Heimpold
· 11 years ago
a4c867c
Add support for SX151x SPI GPIO Expanders
by Viktar Palstsiuk
· 11 years ago
9170310
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
by Tom Rini
· 11 years ago
18b03b5
blackfin: Move machine specific gpio_port_t structure back to blackfin arch folder.
by Steven Miao
· 11 years ago
5594ce4
drivers: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
5f9e2e7
Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
f0adeaa
gpio: atmel: add copyright and remove error header info
by Bo Shen
· 11 years ago
ad1d2ac
gpio: atmel: add gpio common API support
by Bo Shen
· 11 years ago
02d8814
gpio: atmel: fix code to use pointer for pio port
by Bo Shen
· 11 years ago
5064ca4
SPDX-License-Identifier: fixing some problematic GPL-2.0 files
by Wolfgang Denk
· 11 years ago
68e005c
Merge branch 'master' of git://88.191.163.10/u-boot-arm
by Tom Rini
· 11 years ago
e977043
gpio: pca953x: Use ARRAY_SIZE instead of reinventing it
by Axel Lin
· 11 years ago
3cd07dc
Merge git://git.denx.de/u-boot-arm
by Stefano Babic
· 11 years ago
d341267
gpio: adi_gpio2: Unreserve gpio in special_gpio_free()
by Axel Lin
· 11 years ago
9bfe400
gpio: tca642x: Add the tca642x gpio expander driver
by Dan Murphy
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
1e0803f
mxc_gpio: Correct the GPIO handling in gpio_direction_output()
by Dirk Behme
· 11 years ago
b67aee7
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 11 years ago
01a461f
ARM: OMAP: GPIO: Fix valid range and enable usage of all GPIOs on OMAP5
by Axel Lin
· 11 years ago
7b885cf
gpio: s5p_gpio: Call s5p_gpio_set_value() instead of open-code
by Axel Lin
· 11 years ago
e7fe8c5
gpio: s3c2440_gpio: Fix wrong writel arguments
by Axel Lin
· 11 years ago
3edc3f3
bfin: Move gpio support for bf54x and bf60x into the generic driver folder.
by Sonic Zhang
· 12 years ago
23ccda0
gpio: Add support for microblaze xilinx GPIO
by Michal Simek
· 12 years ago
9dbc836
Merge u-boot/master into u-boot-ti/master
by Tom Rini
· 12 years ago
1356f8e
gpio: Build the da8xx_gpio code for the davinci644x device
by Holger Hans Peter Freyther
· 12 years ago
5903287
da8xx: Add the missing pinmux for da830 to the gpio driver
by Tomas Novotny
· 12 years ago
b56eeed
Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 12 years ago
e3cb9c1
gpio: add gpio_is_valid() to omap_gpio API
by Nikita Kiryanov
· 12 years ago
56b3ba1
Merge branch 'master' of git://git.denx.de/u-boot into resolve
by Minkyu Kang
· 12 years ago
50a5ebe
x86: gpio: Add additional GPIO banks to the ICH6 driver
by Bill Richardson
· 12 years ago
eece432
x86: gpio: Add GPIO driver for Intel ICH6 and later.
by Bill Richardson
· 12 years ago
d6614b7
gpio:fix: Proper handling of GPIO subsystem parts at Samsung devices
by Łukasz Majewski
· 12 years ago
d8c2fd0
mx6: use CONFIG_MX6 instead of CONFIG_MX6Q
by Troy Kisky
· 12 years ago
bd76f01
drivers/gpio/mpc83xx_gpio.c: sparse fixes
by Kim Phillips
· 12 years ago
ab37196
Tegra20: Move some include files to arch-tegra for sharing with Tegra30
by Tom Warren
· 12 years ago
46a409d
GPIO: pca953x: fix error reporting
by Laurence Withers
· 12 years ago
7a63c65
GPIO: pca953x: fix spelling in help
by Laurence Withers
· 12 years ago
dd15930
ARM : Add GPIO Driver and IOMUX definition for S3C2440
by Gabriel Huau
· 13 years ago
22562a4
Tegra: Change Tegra20 to Tegra in common code, prep for T30
by Tom Warren
· 12 years ago
cf233ed
gpio: add gpio api support to mx27 (v4)
by trem
· 12 years ago
daaf7a9
mxc: Make gpio_get_value() use PSR
by Benoît Thébaudeau
· 12 years ago
55d98a1
tegra20: rename tegra2 -> tegra20
by Allen Martin
· 12 years ago
45b8ae6
ARM: add basic support for the Broadcom BCM2835 SoC
by Stephen Warren
· 12 years ago
4a036fe
snowball: Add support for ux500 based snowball board
by Mathieu J. Poirier
· 12 years ago
5309b00
mxs: prefix register acessor macros with 'mxs' prefix
by Otavio Salvador
· 12 years ago
aede188
dm: Move OMAP GPIO driver to drivers/gpio/
by Marek Vasut
· 12 years ago
99b1b76
sh: Add support pin function control using GPIO
by Nobuhiro Iwamatsu
· 12 years ago
Next »