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
old/tizen_20241126
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
/
serial
/
serial_s5p.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-31
serial: samsung: add support for skip debug init in s5p
Dzmitry Sankouski
1
-0
/
+3
2021-10-31
serial: s5p: Add Apple M1 support
Mark Kettenis
1
-22
/
+82
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
1
-6
/
+6
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
1
-8
/
+8
2020-12-13
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
Simon Glass
1
-2
/
+2
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
1
-7
/
+7
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-1
/
+1
2020-07-25
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
1
-1
/
+1
2020-07-24
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
Tom Rini
1
-1
/
+1
2020-07-20
treewide: convert devfdt_get_addr() to dev_read_addr()
Masahiro Yamada
1
-1
/
+1
2018-11-14
serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
1
-1
/
+0
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
1
-1
/
+1
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
1
-1
/
+1
2016-06-19
clk: convert API to match reset/mailbox style
Stephen Warren
1
-3
/
+3
2016-05-25
serial: s5p: use clock api to get clock rate
Thomas Abraham
1
-1
/
+14
2016-05-25
serial: s5p: get the port id number from the alias of the device node
Thomas Abraham
1
-2
/
+2
2015-10-21
debug_uart: Adjust the declaration of debug_uart_init()
Simon Glass
1
-1
/
+1
2015-08-31
dm: Use dev_get_addr() where possible
Simon Glass
1
-1
/
+1
2015-08-05
exynos: Enable the debug UART in SPL
Simon Glass
1
-0
/
+2
2015-08-05
exynos: Add debug UART support for Samsung S5P serial
Simon Glass
1
-0
/
+25
2015-08-05
exynos: serial: Refactor init code for debug UART
Simon Glass
1
-12
/
+24
2014-10-22
dm: exynos: Move serial to driver model
Simon Glass
1
-183
/
+72
2014-02-05
serial: s5p: set automatically clears after resetting Rx FIFO
Inha Song
1
-2
/
+2
2013-11-08
serial: s5p: Staticize local functions
Axel Lin
1
-12
/
+12
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-14
/
+1
2013-06-24
S5P: Serial: Add fdt support to driver
Rajeshwari Shinde
1
-0
/
+78
2013-05-21
Exynos: uart: s5p: enabling the uart tx/rx fifo
Akshay Saraswat
1
-4
/
+9
2012-10-15
serial: s5p: Move serial registration from serial_initialize()
Marek Vasut
1
-0
/
+8
2012-10-15
serial: Properly spell out the structure member names of serial_driver
Marek Vasut
1
-9
/
+10
2011-07-26
serial: drop useless ctlr field
Mike Frysinger
1
-6
/
+5
2011-07-26
serial: push default_serial_console to drivers
Mike Frysinger
1
-0
/
+16
2011-02-02
S5P: serial: Use the inline function instead of static value
Minkyu Kang
1
-1
/
+1
2010-12-21
Move DECLARE_GLOBAL_DATA_PTR to file scope
John Rigby
1
-1
/
+2
2010-10-19
ARMV7: S5P: serial: support the s5pc210
Minkyu Kang
1
-1
/
+5
2010-08-30
ARMV7: S5P: separate the peripheral clocks
Minkyu Kang
1
-2
/
+2
2010-08-17
S5P: Use accessor functions instead of SoC specific defines to access the bas...
Minkyu Kang
1
-5
/
+1
2010-07-09
SAMSUNG: serial: remove compiler warnings
Minkyu Kang
1
-2
/
+2
2010-04-30
SAMSUNG: serial: modify name from s5pc1xx to s5p
Minkyu Kang
1
-0
/
+206