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-uclass.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-16
drivers: serial: probe all uart devices
Vabhav Sharma
1
-0
/
+9
2021-01-05
dm: core: Access device flags through functions
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-1
/
+1
2020-10-22
common: rename getc() to getchar()
Heinrich Schuchardt
1
-1
/
+1
2020-08-06
drivers: serial: Make serial_initialize return int
Ovidiu Panait
1
-2
/
+2
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-04-16
serial: Set baudrate on boot
Sean Anderson
1
-0
/
+1
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2019-12-02
dm: serial: Handle "stdout-path" with ":options" correctly
Bin Meng
1
-17
/
+19
2019-08-11
env: Rename environment.h to env_internal.h
Simon Glass
1
-1
/
+1
2019-01-14
dm: serial: Adjust serial_getinfo() to use proper API
Simon Glass
1
-6
/
+3
2019-01-14
dm: serial: Adjust serial_setconfig() to use proper API
Simon Glass
1
-6
/
+3
2019-01-14
dm: serial: Adjust serial_getconfig() to use proper API
Simon Glass
1
-6
/
+3
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
/
+16
2018-11-14
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
1
-1
/
+1
2018-11-09
dm: Fix typo - missed semicolon
Andy Shevchenko
1
-1
/
+1
2018-10-09
serial: Allow serial to be absent in TPL
Simon Glass
1
-0
/
+4
2018-09-10
dm: serial: Replace setparity by setconfig
Patrice Chotard
1
-0
/
+16
2018-09-10
serial: protect access to serial rx buffer
Patrick Delaunay
1
-0
/
+3
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-01-29
serial: Make full device search optional
Alexander Graf
1
-0
/
+13
2018-01-28
serial: Use next serial device if probing fails
Alexander Graf
1
-6
/
+19
2017-08-24
serial: serial-uclass: Add generic serial RX buffer support
Stefan Roese
1
-2
/
+46
2017-07-31
dm: console: Check for serial devices properly
Simon Glass
1
-1
/
+1
2017-07-27
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
1
-2
/
+2
2017-07-11
dm: serial: Add livetree support
Simon Glass
1
-3
/
+15
2017-07-11
dm: serial: Separate out the core serial-device finding code
Simon Glass
1
-40
/
+44
2017-07-06
serial: make serial_stub_* to static functions
Masahiro Yamada
1
-4
/
+7
2017-06-01
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
1
-1
/
+2
2017-05-17
serial: serial-uclass: Use force parameter in stdio_deregister_dev()
Stefan Roese
1
-1
/
+1
2016-10-23
Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig
Simon Glass
1
-1
/
+1
2016-07-14
dm: serial: Add support for of-platdata
Simon Glass
1
-1
/
+7
2016-03-17
x86: Allow use of serial soon after relocation
Simon Glass
1
-1
/
+1
2016-03-14
dm: serial-uclass: Move a carriage return before a line feed
Alison Wang
1
-2
/
+3
2016-01-12
dm: serial: Allow the UART driver to be dropped from the image
Simon Glass
1
-1
/
+3
2015-12-10
dm: serial: Minor coding style cleanup of some comments
Stefan Roese
1
-10
/
+10
2015-11-04
dm: serial: Deal with stdout-path with an alias
Simon Glass
1
-5
/
+25
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
1
-2
/
+2
2015-08-10
dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port
Hans de Goede
1
-3
/
+17
2015-08-05
dm: serial: Correct logic in serial_find_console_or_panic()
Simon Glass
1
-1
/
+1
2015-06-10
sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig
Simon Glass
1
-2
/
+3
2015-06-10
dm: serial: Don't support CONFIG_CONS_INDEX with device tree
Simon Glass
1
-32
/
+37
2015-04-23
dm: Add a panic_str() function to reduce code size
Simon Glass
1
-1
/
+1
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
1
-2
/
+2
2015-03-25
dm: serial: remove bogus include <ns16550.h>
Masahiro Yamada
1
-2
/
+0
2015-02-12
dm: Add support for all targets which requires MANUAL_RELOC
Michal Simek
1
-0
/
+16
2015-01-29
dm: core: Add a flag to control sequence numbering
Simon Glass
1
-0
/
+1
2014-11-27
fdt: remove fdtdec_get_alias_node() function
Masahiro Yamada
1
-1
/
+1
[next]