Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
59a539af3ce588e5ba72e460540745387cf77a3f
/
drivers
/
gpio
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
ad38e5d
GPIO: Add SPEAr GPIO driver
by Stefan Roese
· 13 years ago
0ac1345
ATMEL/PIO: Enable new feature of PIO on Atmel device
by Bo Shen
· 13 years ago
c570d7a
gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.*
by Tom Warren
· 13 years ago
4fce1db
i.MX25: This architecture has a GPIO4 too
by Timo Ketola
· 13 years ago
c0a17fe
imx: Return gpio_set_value in gpio_direction_output
by Vikram Narayanan
· 13 years ago
fbdf6bc
imx: Use GPIO_TO_PORT macro in the gpio driver instead of (gpio >> 5)
by Vikram Narayanan
· 13 years ago
10999cf
imx: Add GPIO_TO_PORT macro in the mxc_gpio driver
by Vikram Narayanan
· 13 years ago
fb98d4a
Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8
by Robert Delien
· 13 years ago
b43d044
sandbox: gpio: add basic driver for simulating GPIOs
by Simon Glass
· 13 years ago
911c606
mpc83xx: Add a GPIO driver for the MPC83XX family
by Joe Hershberger
· 13 years ago
f8928f1
gpio: Replace ARM gpio.h with the common API in include/asm-generic
by Joe Hershberger
· 13 years ago
e581b01
i.mx: mxc_gpio: add the i.mx6q support
by Jason Liu
· 13 years ago
edc513f
tegra2: Use new GPIO APIs in gpio_config_uart()
by Stephen Warren
· 13 years ago
b86cc38
drivers/gpio/da8xx_gpio.c: Fix build warning
by Anatolij Gustschin
· 13 years ago
2597166
M28: Fix OB1 bug in GPIO driver
by Robert Deliën
· 13 years ago
2747441
Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-staging
by Wolfgang Denk
· 13 years ago
1a43bb3
Merge branch 'master' of git://git.denx.de/u-boot-nios
by Wolfgang Denk
· 13 years ago
bae3a22
gpio: Adapt PCA9698 to standard GPIO API
by Dirk Eibach
· 13 years ago
53fdab2
iMX28: Add GPIO control
by Marek Vasut
· 13 years ago
c932eed
gpio: Add driver for Altera's PIO core
by Joachim Foerster
· 13 years ago
f886dbd
gpio: mvmfp: reduce include platform file
by Lei Wen
· 13 years ago
298ae91
ARM: kirkwood: reduce dependence of including platform file
by Lei Wen
· 13 years ago
c3213b8
gpio: Add PCA9698 40-bit I2C I/O port
by Dirk Eibach
· 13 years ago
8dd156e
kw_gpio: fix error in kw_gpio_direction_input
by Holger Brunck
· 13 years ago
f56ba5d
gpio: Add GPIO driver framework for Marvell SoCs
by Ajay Bhargav
· 13 years ago
825223d
Minor coding style cleanup.
by Wolfgang Denk
· 13 years ago
1e04cae
i2c:gpio:s5p: I2C GPIO Software implementation (via soft_i2c)
by Łukasz Majewski
· 13 years ago
7faee91
IMX: uniform GPIO interface using GPIO framework
by Stefano Babic
· 13 years ago
4d954cc
gpio:samsung s5p_ suffix add for GPIO functions
by Łukasz Majewski
· 13 years ago
3ffd968
DA8xx: add generic GPIO driver
by Laurence Withers
· 13 years ago
b3878b8
GPIO: Tegra2: add GPIO driver for Tegra2
by Tom Warren
· 13 years ago
b06208c
AT91: change includes from asm/arch/io.h to asm/io.h
by Reinhard Meyer
· 14 years ago
da48040
AT91: fix related at91 driver files
by Reinhard Meyer
· 14 years ago
893eafb
gpio: imx: Fix return value on error
by Fabio Estevam
· 14 years ago
78129d9
IMX: MX31: Cleanup include files and drop nasty #ifdef in drivers
by Stefano Babic
· 14 years ago
7527a68
mvmfp: add MFP configuration support for PANTHEON
by Lei Wen
· 14 years ago
a71164c
mxc_gpio: add support for MX53 processor
by Liu Hui-R64343
· 14 years ago
9b38320
pca953x: support 16-pin devices
by Chris Packham
· 14 years ago
c704e7a
gpio: Add Multi-Function-Pin configuration driver for Marvell SoCs
by Prafulla Wadaskar
· 14 years ago
a8d426f
Switch from archive libraries to partial linking
by Sebastien Carlier
· 14 years ago
d77fe99
Use common function to set GPIOs for MX3 and MX5
by Stefano Babic
· 14 years ago
485feb6
ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5P
by Minkyu Kang
· 14 years ago
3b68311
cmd_usage(): simplify return code handling
by Wolfgang Denk
· 14 years ago
6262d021
Make sure that argv[] argument pointers are not modified.
by Wolfgang Denk
· 14 years ago
ced528f
s5pc1xx: gpio: bug fix at gpio_set_pull function
by Minkyu Kang
· 15 years ago
a44d2a5
MX31: add accessor function to get a gpio
by Stefano Babic
· 15 years ago
edec1dc
SAMSUNG: make s5p common gpio functions
by Minkyu Kang
· 15 years ago
8d06546
add a new AT91 GPIO driver
by Jens Scharsig
· 15 years ago
43fa12f
Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later
by Prafulla Wadaskar
· 15 years ago
e740eb8
Kirkwood: add Marvell Kirkwood gpio driver
by Dieter Kiermaier
· 15 years ago
c54781c
General help message cleanup
by Wolfgang Denk
· 16 years ago
7c6a856
i.MX31: add a simple gpio driver
by Guennadi Liakhovetski
· 16 years ago
dfb72b8
Command usage cleanup
by Peter Tyser
· 16 years ago
ddb3af9
Standardize command usage messages with cmd_usage()
by Peter Tyser
· 16 years ago
9902e42
Add support for PCA953x I2C gpio devices
by Peter Tyser
· 16 years ago