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
2021-07-23
i2c: pcf8575: Add support for 8 bit I2C IO expanders (like pca8574)
Lukasz Majewski
1
-21
/
+19
2021-07-23
i2c: pcf8575: Remove not used members of pcf8575_chip structure
Lukasz Majewski
1
-3
/
+0
2021-07-14
gpio: Add driver for Nomadik GPIO
Stephan Gerhold
3
-0
/
+134
2021-07-14
gpio: Drop long unused DB8500 GPIO driver
Stephan Gerhold
2
-222
/
+0
2021-07-07
arm: Remove spear600 boards and the rest of SPEAr support
Tom Rini
2
-90
/
+0
2021-07-01
Merge tag 'xilinx-for-v2021.10' of https://source.denx.de/u-boot/custodians/u...
Tom Rini
1
-1
/
+1
2021-06-24
gpio: renesas: Handle R8A779A0 V3U INEN register
Marek Vasut
1
-0
/
+14
2021-06-23
gpio: pca953x: Add missing i2c dependency
Michal Simek
1
-1
/
+1
2021-05-21
gpio: renesas: Pass struct udevice to rcar_gpio_set_direction()
Marek Vasut
1
-7
/
+6
2021-05-04
dm: gpio: Fix gpio_get_list_count failing with livetree
Sean Anderson
1
-3
/
+3
2021-04-19
gpio: atmel_pio4: add support for sama7g5 pio4 version with 5 banks
Eugen Hristev
1
-0
/
+22
2021-04-12
gpio: Drop dm_gpio_set_dir()
Simon Glass
1
-11
/
+0
2021-03-27
x86: Probe device if needed in intel_gpio_xlate()
Simon Glass
1
-1
/
+13
2021-03-15
Merge tag 'v2021.04-rc4' into next
Tom Rini
1
-3
/
+4
2021-03-05
gpio: mpc8xxx: Support controller register physical address beyond 32-bit
Bin Meng
1
-3
/
+4
2021-03-03
gpio: Add a way to read 3-way strapping pins
Simon Glass
2
-4
/
+90
2021-03-03
gpio: Define the log category in the uclass
Simon Glass
1
-0
/
+2
2021-03-03
gpio: sandbox: Track whether a GPIO is driven
Simon Glass
1
-6
/
+15
2021-03-03
gpio: x86: Drop the deprecated methods in intel_gpio
Simon Glass
1
-34
/
+38
2021-03-03
gpio: Use an 'ops' variable everywhere
Simon Glass
1
-11
/
+14
2021-03-03
gpio: Replace direction_input() and direction_output()
Simon Glass
1
-9
/
+6
2021-03-03
dm: gpio: Add a way to update flags
Simon Glass
2
-18
/
+60
2021-03-03
gpio: sandbox: Make sandbox_gpio_set_flags() set all flags
Simon Glass
1
-9
/
+12
2021-03-03
gpio: sandbox: Fully separate pin value from output value
Simon Glass
1
-4
/
+20
2021-03-03
gpio: sandbox: Use a separate flag for the value
Simon Glass
1
-23
/
+24
2021-03-03
gpio: sandbox: Rename GPIO dir_flags to flags
Simon Glass
1
-26
/
+34
2021-03-03
gpio: Rename dm_gpio_get_dir_flags() to dm_gpio_get_flags()
Simon Glass
1
-1
/
+1
2021-03-03
dm: gpio: Rename get_dir_flags() method to get_flags()
Simon Glass
3
-23
/
+23
2021-03-03
dm: gpio: Rename set_dir_flags() method to update_flags()
Simon Glass
3
-14
/
+14
2021-03-03
gpio: Disable functions not used with of-platdata
Simon Glass
1
-0
/
+2
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
17
-0
/
+17
2021-02-08
gpio: mpc8xxx_gpio: Fix for litte endian
Biwen Li
1
-39
/
+8
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
17
-0
/
+17
2021-01-27
gpio: Add support for DM GPIO for Kirkwood
Harm Berntsen
1
-1
/
+1
2021-01-25
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
Tom Rini
1
-0
/
+2
2021-01-25
sunxi: gpio: introduce compatible for H616
Jernej Skrabec
1
-0
/
+2
2021-01-24
gpio: add GPIO controller driver for MediaTek MT7620 SoC
Weijie Gao
3
-0
/
+155
2021-01-13
gpio: stm32-gpio: migrate trace to dev and log macro
Patrick Delaunay
1
-1
/
+3
2021-01-12
gpio: tca642x: fix input subcommand for gpio banks > 0
Tomas Novotny
1
-14
/
+35
2021-01-05
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
3
-3
/
+3
2021-01-05
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
1
-1
/
+1
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
2
-3
/
+3
2021-01-05
dm: core: Access device ofnode through functions
Simon Glass
2
-3
/
+3
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
1
-1
/
+1
2021-01-05
x86: apl: Reduce size for TPL
Simon Glass
1
-1
/
+3
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
13
-21
/
+25
2020-12-18
gpio: Update for new sequence numbers
Simon Glass
5
-5
/
+5
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
26
-146
/
+146
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
22
-44
/
+44
[next]