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
/
sandbox.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-23
serial: sandbox: Fix buffer underflow in puts
Andrew Scull
1
-1
/
+1
2022-04-14
test: serial: Add test for putc/puts
Sean Anderson
1
-4
/
+29
2022-04-14
serial: sandbox: Implement puts
Sean Anderson
1
-1
/
+20
2022-01-25
sandbox: sandbox_serial_pending depends on DM_VIDEO
Heinrich Schuchardt
1
-1
/
+1
2021-09-25
treewide: Use OF_REAL instead of !OF_PLATDATA
Simon Glass
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
1
-1
/
+1
2021-01-05
sandbox: serial: Move priv into a header file
Simon Glass
1
-15
/
+1
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
1
-3
/
+3
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
1
-6
/
+6
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
-5
/
+5
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-2
/
+2
2020-12-13
sandbox: serial: Update to use membuff
Simon Glass
1
-29
/
+19
2020-12-13
sandbox: serial: Convert to livetree
Simon Glass
1
-3
/
+1
2020-12-13
serial: sandbox: Drop unnecessary #ifdefs
Simon Glass
1
-9
/
+2
2020-10-29
sandbox: Drop ad-hoc device declarations in SPL
Simon Glass
1
-0
/
+3
2020-07-09
drivers: rename drivers to match compatible string
Walter Lozano
1
-4
/
+6
2020-04-16
dm: serial: Add clock member to struct serial_device_info
Andy Shevchenko
1
-0
/
+1
2019-12-10
serial: sandbox: support Unicode
Heinrich Schuchardt
1
-1
/
+1
2019-10-08
dm: core: Call ofdata_to_platdata() with of-platdata
Simon Glass
1
-0
/
+2
2018-12-05
dm: serial: Introduce ->getinfo() callback
Andy Shevchenko
1
-0
/
+21
2018-12-05
dm: serial: Add ->getconfig() callback
Andy Shevchenko
1
-0
/
+13
2018-10-09
sandbox: Restore blocking I/O on exit
Simon Glass
1
-1
/
+1
2018-10-09
serial: sandbox: Allow serial output without device tree
Simon Glass
1
-0
/
+5
2018-10-09
sandbox: Add a debug UART
Simon Glass
1
-0
/
+17
2018-09-10
sandbox: Add serial test
Patrice Chotard
1
-0
/
+14
2018-07-26
sandbox: Don't disable ctrlc() on sandbox if in raw mode
Joe Hershberger
1
-0
/
+4
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
1
-1
/
+1
2016-07-14
sandbox: serial: Don't sync video in SPL
Simon Glass
1
-0
/
+2
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
1
-1
/
+1
2016-01-20
dm: video: sandbox: Convert sandbox to use driver model for video
Simon Glass
1
-3
/
+2
2014-09-10
sandbox: serial: Support a coloured console
Simon Glass
1
-0
/
+83
2014-09-10
sandbox: Convert serial driver to use driver model
Simon Glass
1
-31
/
+36
2014-03-17
sandbox: Allow Ctrl-C to work in sandbox
Simon Glass
1
-1
/
+5
2014-03-17
sandbox: Add LCD driver
Simon Glass
1
-0
/
+4
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-16
/
+1
2013-02-28
sandbox: Improve sandbox serial port keyboard interface
Taylor Hutt
1
-6
/
+38
2012-10-15
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
Marek Vasut
1
-32
/
+0
2012-10-15
serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox serial driver
Marek Vasut
1
-6
/
+61
2011-11-03
sandbox: put stdin into raw mode
Mike Frysinger
1
-0
/
+1
2011-11-03
serial: sandbox: use ssize_t to match os_read
Mike Frysinger
1
-1
/
+1
2011-11-03
serial: sandbox: optimize puts
Mike Frysinger
1
-2
/
+1
2011-10-17
sandbox: Add serial uart
Simon Glass
1
-0
/
+63