index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
pinetabv-devel
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-17
gpio: exynos(s5p): remove gpio_xlate routine
Eric Nelson
1
-11
/
+0
2016-05-17
gpio: rk: remove gpio_xlate routine
Eric Nelson
1
-11
/
+0
2016-05-17
gpio: pic32: remove gpio_xlate routine
Eric Nelson
1
-10
/
+0
2016-05-17
gpio: omap: remove gpio_xlate routine
Eric Nelson
1
-11
/
+0
2016-05-17
gpio: intel_broadwell: remove gpio_xlate routine
Eric Nelson
1
-10
/
+0
2016-05-17
dm: gpio: add a default gpio xlate routine
Eric Nelson
1
-7
/
+23
2016-05-17
dm: gpio: introduce 74x164 driver
Peng Fan
3
-0
/
+202
2016-05-17
dm: gpio: pca953x: introduce driver model support for pca953x
Peng Fan
3
-0
/
+375
2016-04-19
drivers/gpio/pm8916_gpio.c: Make pid be uint32_t
Tom Rini
1
-1
/
+1
2016-04-13
Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze
Tom Rini
3
-96
/
+253
2016-04-13
GPIO: pca953x: Remove compilation warnings on arm64
Michal Simek
1
-2
/
+2
2016-04-13
zynqmp: Kconfig: Enable ZYNQ_GPIO for ZynqMP
Siva Durga Prasad Paladugu
1
-1
/
+1
2016-04-13
gpio: zynqmp: Add GPIO driver support for ZynqMP
Siva Durga Prasad Paladugu
1
-53
/
+147
2016-04-13
gpio: zynq: Move the definitions to driver file
Siva Durga Prasad Paladugu
1
-0
/
+61
2016-04-13
gpio: zynq: Remove non driver model code
Siva Durga Prasad Paladugu
1
-157
/
+1
2016-04-13
gpio: Kconfig: Enable Zynq GPIO driver using kconfig
Siva Durga Prasad Paladugu
1
-0
/
+7
2016-04-13
gpio: zynq: Convert Zynq GPIO to driver model
Siva Durga Prasad Paladugu
1
-0
/
+151
2016-04-12
gpio: mvebu_gpio: Add missing out value set to gpio_direction_output()
Stefan Roese
1
-0
/
+4
2016-04-02
gpio: Add support for Qualcomm PM8916 gpios
Mateusz Kulikowski
3
-0
/
+313
2016-04-02
gpio: Add support for Qualcomm gpio controller
Mateusz Kulikowski
3
-0
/
+148
2016-04-01
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
1
-11
/
+14
2016-03-31
gpio: uniphier: use devm_get_addr() to get base address
Masahiro Yamada
1
-5
/
+3
2016-03-31
sunxi: axp: Generalize register macros for VBUS drive GPIO
Chen-Yu Tsai
1
-11
/
+14
2016-03-25
Merge git://www.denx.de/git/u-boot-marvell
Tom Rini
3
-0
/
+127
2016-03-24
gpio: Add DM GPIO driver for Marvell MVEBU
Stefan Roese
3
-0
/
+127
2016-03-24
sunxi: Add a bunch of missing compatible strings to sunxi_gpio.c
Hans de Goede
1
-1
/
+14
2016-03-17
x86: broadwell: Add a GPIO driver
Simon Glass
3
-0
/
+208
2016-03-17
x86: Drop all the old pin configuration code
Simon Glass
1
-11
/
+0
2016-03-17
x86: gpio: Allow the pinctrl driver to set up the pin config
Simon Glass
1
-175
/
+5
2016-03-17
x86: gpio: Correct GPIO setup ordering
Simon Glass
1
-1
/
+3
2016-03-17
gpio: Use const where possible
Simon Glass
1
-5
/
+5
2016-03-17
gpio: Add a function to obtain a GPIO vector value
Simon Glass
1
-0
/
+18
2016-03-15
dm: Use uclass_first_device_err() where it is useful
Simon Glass
1
-3
/
+1
2016-02-28
gpio: uniphier: add driver for UniPhier GPIO controller
Masahiro Yamada
3
-0
/
+154
2016-02-25
stm32: add support for stm32f7 & stm32f746 discovery board
Vikas Manocha
1
-3
/
+3
2016-02-25
gpio: stm32_gpio: move base addresses to the soc file
Vikas Manocha
1
-18
/
+0
2016-02-25
gpio: stm32_gpio: move clock config from driver to board
Vikas Manocha
1
-5
/
+0
2016-02-16
tegra: gpio: Show the GPIO value for outputs
Simon Glass
1
-1
/
+4
2016-02-08
Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging
Tom Rini
1
-2
/
+2
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
1
-2
/
+2
2016-02-05
x86: ich6_gpio: Convert to use proper DM API
Bin Meng
1
-102
/
+23
2016-02-02
dm: vybrid_gpio: Drop legacy code
Bhuvanchandra DV
1
-18
/
+0
2016-02-02
drivers: gpio: add driver for Microchip PIC32 GPIO controller.
Purna Chandra Mandal
3
-1
/
+182
2016-01-25
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
Masahiro Yamada
1
-0
/
+1
2016-01-22
rockchip: gpio: Implement the get_function() method
Simon Glass
1
-4
/
+36
2016-01-22
rockchip: gpio: Read the GPIO value correctly
Simon Glass
1
-1
/
+1
2016-01-21
dm: gpio: Allow the uclass to work without printf()
Simon Glass
1
-0
/
+8
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
1
-13
/
+1
2016-01-07
gpio: mxs: add name_to_gpio() function
Måns Rullgård
1
-0
/
+15
2015-12-06
Change e-mail address of Kamil Lulko
Kamil Lulko
1
-1
/
+1
[next]