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
2015-01-14
sunxi: gpio: Add support for gpio pins on the AXP209 pmic
Hans de Goede
1
-0
/
+30
2015-01-14
mmc: sunxi: Fix misuse of gpio_direction_input()
Axel Lin
1
-1
/
+1
2014-12-18
x86: ich6-gpio: Add Intel Tunnel Creek GPIO support
Bin Meng
1
-8
/
+12
2014-12-13
x86: ich6-gpio: Move setup_pch_gpios() to board support codes
Bin Meng
1
-51
/
+2
2014-12-13
gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()
Axel Lin
1
-0
/
+2
2014-11-24
Merge git://git.denx.de/u-boot-dm
Tom Rini
1
-54
/
+187
2014-11-21
dm: at91: Add driver model support for atmel GPIO driver
Simon Glass
1
-54
/
+187
2014-11-21
x86: ivybridge: Add support for early GPIO init
Simon Glass
1
-10
/
+69
2014-11-21
dm: gpio: Add a function to read an ID from a list of GPIOs
Simon Glass
1
-0
/
+19
2014-11-05
dm: sunxi: Modify the GPIO driver to support driver model
Simon Glass
1
-0
/
+170
2014-10-26
Merge git://git.denx.de/u-boot-dm
Tom Rini
9
-690
/
+497
2014-10-25
gpio: make local functions static
Jeroen Hofstee
1
-2
/
+2
2014-10-23
dm: add entries to Kconfig
Masahiro Yamada
1
-0
/
+6
2014-10-23
dm: x86: Convert Intel ICH6 GPIO driver to use driver model
Simon Glass
1
-130
/
+120
2014-10-23
dm: gpio: imx: Drop request()/free() in the driver
Simon Glass
1
-116
/
+0
2014-10-23
dm: gpio: exynos: Drop request()/free() in the driver
Simon Glass
1
-101
/
+0
2014-10-23
dm: gpio: rpi_b: Drop request()/free() in the driver
Simon Glass
1
-89
/
+0
2014-10-23
dm: gpio: omap3: Drop request()/free() in the driver
Simon Glass
1
-115
/
+1
2014-10-23
dm: gpio: tegra: Drop request()/free() in the driver
Simon Glass
1
-113
/
+0
2014-10-23
dm: gpio: Add gpio_requestf() helper for printf() strings
Simon Glass
1
-0
/
+21
2014-10-23
dm: gpio: sandbox: Drop request()/free() in the driver
Simon Glass
1
-82
/
+0
2014-10-23
dm: gpio: sandbox: Implement the remove() method
Simon Glass
1
-0
/
+8
2014-10-23
dm: gpio: sandbox: Implement the get_function() method
Simon Glass
1
-1
/
+8
2014-10-23
dm: Move the function for getting GPIO status into the uclass
Simon Glass
1
-0
/
+39
2014-10-23
dm: gpio: Add gpio_get_function() and friends
Simon Glass
1
-0
/
+47
2014-10-23
dm: gpio: Implement GPIO reservation in the uclass
Simon Glass
1
-14
/
+78
2014-10-23
dm: omap: gpio: Support driver model
Simon Glass
1
-0
/
+221
2014-10-23
dm: omap: gpio: Put _get_gpio_value() logic into its own function
Simon Glass
1
-36
/
+42
2014-10-23
dm: gpio: Support numbered GPIOs
Simon Glass
1
-12
/
+25
2014-10-23
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Tom Rini
1
-0
/
+3
2014-10-23
arm: marvell: Move arch/kirkwood.h to arch/soc.h
Stefan Roese
1
-1
/
+1
2014-10-22
dm: rpi: Convert GPIO driver to driver model
Simon Glass
1
-23
/
+157
2014-10-22
dm: imx: gpio: Support driver model in MXC gpio driver
Simon Glass
1
-1
/
+303
2014-10-22
dm: exynos: gpio: Convert to driver model
Simon Glass
1
-136
/
+288
2014-10-22
dm: exynos: Tidy up GPIO defines
Simon Glass
1
-10
/
+11
2014-10-22
dm: exynos: Tidy up GPIO headers
Simon Glass
1
-2
/
+1
2014-10-22
tegra: gpio: fix null label regression
Marcel Ziswiler
1
-0
/
+3
2014-09-24
kconfig: add blank Kconfig files
Masahiro Yamada
1
-0
/
+0
2014-09-10
tegra: Convert tegra GPIO driver to use driver model
Simon Glass
1
-55
/
+272
2014-07-28
Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
Albert ARIBAUD
2
-0
/
+103
2014-07-23
dm: gpio: Don't use the driver model uclass for SPL
Simon Glass
1
-0
/
+2
2014-07-18
sunxi: add gpio driver
Ian Campbell
2
-0
/
+103
2014-07-04
gpio: spear_gpio: Fix gpio_set_value() implementation
Axel Lin
1
-1
/
+4
2014-06-20
dm: Use case-insensitive comparison for GPIO banks
Simon Glass
1
-1
/
+1
2014-06-20
dm: Rename struct device_id to udevice_id
Simon Glass
1
-1
/
+1
2014-05-30
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
1
-1
/
+2
2014-05-27
dm: rename device struct to udevice
Heiko Schocher
2
-31
/
+31
2014-05-27
gpio: at91: add sanity check for the NULL pointer
Wu, Josh
1
-1
/
+2
2014-05-15
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
Albert ARIBAUD
1
-0
/
+20
2014-05-13
ARM: tegra: add GPIO initialization table function
Stephen Warren
1
-0
/
+20
[next]