index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-14
dm: Use uclass_first_device_err() where it is useful
Simon Glass
1
-3
/
+1
2016-02-29
gpio: uniphier: add driver for UniPhier GPIO controller
Masahiro Yamada
3
-0
/
+154
2016-02-24
stm32: add support for stm32f7 & stm32f746 discovery board
Vikas Manocha
1
-3
/
+3
2016-02-24
gpio: stm32_gpio: move base addresses to the soc file
Vikas Manocha
1
-18
/
+0
2016-02-24
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-01
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-21
rockchip: gpio: Implement the get_function() method
Simon Glass
1
-4
/
+36
2016-01-21
rockchip: gpio: Read the GPIO value correctly
Simon Glass
1
-1
/
+1
2016-01-20
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-05
Change e-mail address of Kamil Lulko
Kamil Lulko
1
-1
/
+1
2015-11-30
gpio: atmel: Add the PIO4 driver support
Wenyou Yang
3
-0
/
+308
2015-11-18
altera_pio: change ioremap to map_physmem
Thomas Chou
1
-2
/
+3
2015-11-12
i2c: Fix pca953x endianess issue
Dirk Eibach
1
-1
/
+3
2015-10-23
nios2 : convert altera_pio to driver model
Thomas Chou
2
-240
/
+83
2015-10-22
drivers: gpio: omap: add support for parsing additional gpio parameters
Mugunthan V N
1
-0
/
+11
2015-10-20
sunxi: power: Unify axp pmic function names
Hans de Goede
1
-10
/
+1
2015-10-03
gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()
Przemyslaw Marczak
1
-7
/
+11
2015-10-02
gpio: tegra: use named constants
Stephen Warren
1
-14
/
+19
2015-10-02
gpio: tegra: remove unused type
Stephen Warren
1
-7
/
+0
2015-10-02
ARM: tegra: don't enable GPIOs until direction is set
Stephen Warren
1
-12
/
+6
2015-10-02
ARM: tegra: fix GPIO init table programming
Stephen Warren
1
-3
/
+5
2015-09-13
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
Tom Rini
1
-1
/
+2
2015-09-11
gpio: lpc32xx: fix issues with port3 gpio
Sylvain Lemieux
1
-6
/
+35
2015-09-03
Merge git://git.denx.de/u-boot-rockchip
Tom Rini
3
-0
/
+133
2015-09-02
rockchip: gpio: Add rockchip GPIO driver
Simon Glass
3
-0
/
+133
2015-09-02
imx: mxc_gpio: add support for imx7d SoC
Adrian Alonso
1
-3
/
+5
2015-08-31
dm: Use dev_get_addr() where possible
Simon Glass
3
-6
/
+3
2015-08-31
gpio: sh-pfc: fix gpio input read
Vladimir Barinov
1
-1
/
+2
2015-08-26
x86: gpio: Tidy up gpio_ich6_get_base() and callers
Simon Glass
1
-3
/
+3
2015-08-26
x86: gpio: Correct calls to _ich6_gpio_set_direction()
Simon Glass
1
-2
/
+2
2015-08-23
gpio: Add DW APB GPIO driver
Marek Vasut
3
-0
/
+175
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2
-2
/
+2
2015-08-14
sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster
Hans de Goede
1
-4
/
+18
2015-08-12
gpio: omap: Drop 'method' parameter
Tom Rini
1
-48
/
+59
2015-08-12
dm: gpio: hi6220: Add a hi6220 GPIO driver model driver.
Peter Griffin
2
-0
/
+97
2015-08-12
drivers: hierarchize drivers Kconfig menu
Masahiro Yamada
1
-0
/
+8
2015-08-05
dm: gpio: Check a GPIO is valid before using it
Simon Glass
1
-1
/
+5
2015-08-05
x86: Add some missing global_data declarations in files that use gd
Simon Glass
1
-0
/
+2
2015-08-02
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
1
-0
/
+4
2015-08-02
mxc: gpio add i.MX6UL support
Peng Fan
1
-0
/
+4
2015-07-21
dm: gpio: Add dm_gpio_request() to manually request a GPIO
Simon Glass
1
-1
/
+1
2015-07-21
dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name
Simon Glass
1
-8
/
+26
[next]