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
/
common
/
console.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-02
console: Print out complete stdio device list
Bin Meng
1
-9
/
+21
2023-08-02
console: Refactor stdio_print_current_devices() a little bit
Bin Meng
1
-15
/
+15
2023-08-02
console: Make stdio_print_current_devices() static
Bin Meng
1
-1
/
+1
2023-03-14
console: Use only 0x00 as line separator for console recording
Marek Vasut
1
-1
/
+1
2023-01-12
console: Add option to keep it silent until env is loaded
Harald Seiler
1
-0
/
+5
2022-12-02
console: file should always be non-negative
Heinrich Schuchardt
1
-5
/
+5
2022-09-24
serial: Implement serial_flush() function for console flush() fallback
Pali Rohár
1
-0
/
+3
2022-09-24
console: Implement flush() function
Pali Rohár
1
-0
/
+61
2022-09-19
Merge branch 'master' into next
Tom Rini
1
-1
/
+9
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
1
-1
/
+1
2022-08-31
common/console.c: prevent pre-console buffer contents from being added to itself
Rasmus Villemoes
1
-1
/
+9
2022-08-10
common: Drop display_options.h from common header
Simon Glass
1
-0
/
+1
2022-05-11
common/console.c: use CONFIG_VAL() with PRE_CON_BUF_* variables
Rasmus Villemoes
1
-6
/
+6
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-1
/
+1
2021-12-26
console: Avoid serial output before the console is running
Simon Glass
1
-2
/
+4
2021-11-28
common: Allow a smaller console-recording pre-reloc
Simon Glass
1
-1
/
+3
2021-07-23
test: add first autoboot unit tests
Steffen Jaeckel
1
-0
/
+5
2021-06-08
console: Report an error when output buffer is exhausted
Simon Glass
1
-4
/
+14
2021-02-16
IOMUX: Split out for_each_console_dev() helper macro
Andy Shevchenko
1
-10
/
+5
2021-02-16
IOMUX: Split out iomux_match_device() helper
Andy Shevchenko
1
-4
/
+3
2021-02-16
console: Set file and devices at one go
Andy Shevchenko
1
-10
/
+12
2021-02-16
console: Set console device counter in console_devices_set()
Andy Shevchenko
1
-0
/
+1
2021-02-16
console: Switch to use stdio_file_to_flags()
Andy Shevchenko
1
-11
/
+3
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-16
console: cosmetics: remove #if 0
Patrick Delaunay
1
-10
/
+0
2021-01-15
console: rename search_device() to console_search_dev()
Andy Shevchenko
1
-9
/
+9
2021-01-15
console: Keep ->start() and ->stop() balanced
Andy Shevchenko
1
-0
/
+37
2021-01-15
console: Introduce console_start() and console_stop()
Andy Shevchenko
1
-7
/
+23
2021-01-15
console: add console_has_tstc helper function for CONSOLE_MUX
Patrick Delaunay
1
-12
/
+25
2021-01-15
console: remove #ifdef CONFIG_CONSOLE_RECORD
Patrick Delaunay
1
-22
/
+73
2021-01-15
console: add function console_devices_set
Patrick Delaunay
1
-7
/
+13
2021-01-15
console: remove #ifdef CONFIG when it is possible
Patrick Delaunay
1
-94
/
+64
2021-01-15
console: allow to record console output before ready
Patrick Delaunay
1
-8
/
+8
2021-01-15
console: remove duplicated test on gd value
Patrick Delaunay
1
-8
/
+8
2020-10-22
common: rename getc() to getchar()
Heinrich Schuchardt
1
-6
/
+6
2020-08-07
console: Always define the console-recording functions
Simon Glass
1
-1
/
+3
2020-07-09
console: Add a way to output to serial only
Simon Glass
1
-6
/
+22
2020-07-06
video: restore CONFIG_VIDCONSOLE_AS_LCD as boolean
Patrick Delaunay
1
-3
/
+3
2020-06-18
video: extend stdout video console work-around for 'vga'
Anatolij Gustschin
1
-3
/
+4
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-02-13
common/console.c: discard volatile
Heinrich Schuchardt
1
-10
/
+13
2020-02-05
console: Add a function to read a line of the output / eof
Simon Glass
1
-0
/
+11
2019-11-06
common/console.c: Fix unused warning with console_doenv()
Tom Rini
1
-0
/
+4
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
1
-1
/
+1
2019-08-11
env: Move env_set() to env.h
Simon Glass
1
-0
/
+1
2019-08-07
console: execute flush on uart when silent is removed
Patrick Delaunay
1
-9
/
+36
2019-08-07
console: update silent tag after env load
Patrick Delaunay
1
-0
/
+4
2018-11-26
sandbox: Allow puts() output before global_data is set up
Simon Glass
1
-0
/
+7
2018-09-10
console: unify fgetc function when console MUX is deactivated
Patrick Delaunay
1
-4
/
+5
2018-07-26
sandbox: Don't disable ctrlc() on sandbox if in raw mode
Joe Hershberger
1
-2
/
+0
[next]