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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-27
Merge tag 'xilinx-for-v2022.10' of https://source.denx.de/u-boot/custodians/u...
Tom Rini
1
-0
/
+4
2022-06-24
serial: Setup serial base and freq for zynq/zynqmp
Michal Simek
1
-0
/
+4
2022-06-23
serial: sandbox: Fix buffer underflow in puts
Andrew Scull
1
-1
/
+1
2022-06-06
serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)
Pali Rohár
21
-41
/
+41
2022-06-06
serial: smh: Fake tstc
Sean Anderson
1
-1
/
+14
2022-06-06
arm: pxa: Remove CONFIG_CPU_PXA25X
Tom Rini
1
-1
/
+0
2022-05-24
serial: Remove obsolete CONS_INDEX_n Kconfig options
Samuel Holland
1
-26
/
+0
2022-05-17
serial: ns16550: Add support for SPL_DEBUG_UART_BASE
Pali Rohár
1
-2
/
+2
2022-05-17
serial: Add new config option TPL_DEBUG_UART_BASE
Pali Rohár
1
-0
/
+7
2022-05-16
serial: Add new config option SPL_DEBUG_UART_BASE
Pali Rohár
1
-0
/
+7
2022-05-05
serial: smh: Check return value of strndup
Sean Anderson
1
-0
/
+3
2022-05-05
serial: npcm: Add support for Nuvoton NPCM SoCs
Jim Liu
3
-0
/
+167
2022-05-02
vpl: Add Kconfig options for VPL
Simon Glass
1
-0
/
+20
2022-04-18
rockchip: serial: Kconfig: allow ROCKCHIP_SERIAL enabled in TPL
Johan Jonker
2
-4
/
+2
2022-04-18
rockchip: serial: Kconfig: add select SYS_NS16550 to config ROCKCHIP_SERIAL
Johan Jonker
1
-0
/
+1
2022-04-18
rockchip: serial: rename U_BOOT_DRIVER name to rockchip_uart
Johan Jonker
1
-8
/
+9
2022-04-18
rockchip: serial: move driver alias to serial_rockchip.c
Johan Jonker
2
-2
/
+2
2022-04-18
rockchip: serial: restyle the serial_rockchip.c driver
Johan Jonker
1
-22
/
+15
2022-04-14
serial: smh: Implement puts for DM
Sean Anderson
2
-0
/
+32
2022-04-14
test: serial: Add test for putc/puts
Sean Anderson
1
-4
/
+29
2022-04-14
serial: sandbox: Implement puts
Sean Anderson
2
-1
/
+21
2022-04-14
serial: Fix _serial_puts using \n\r instead of \r\n
Sean Anderson
1
-10
/
+22
2022-04-08
Convert CONFIG_SH_SCIF_CLK_FREQ to Kconfig
Tom Rini
1
-0
/
+5
2022-04-08
Convert CONFIG_CONS_SCIF0 et al to Kconfig
Tom Rini
1
-0
/
+21
2022-04-05
Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...
Tom Rini
1
-2
/
+8
2022-04-01
serial: dm: Add support for puts
Sean Anderson
2
-2
/
+37
2022-04-01
serial: smh: Initialize serial only if semihosting is enabled
Sean Anderson
1
-1
/
+10
2022-04-01
serial: Add semihosting driver
Sean Anderson
4
-0
/
+172
2022-04-01
Convert CONFIG_LPUART et al to Kconfig
Tom Rini
1
-0
/
+4
2022-03-29
serial: zynq: Change fifo behavior in debug mode
Michal Simek
1
-2
/
+8
2022-03-08
drivers: serial: Make sure we really return a serial device
Mark Kettenis
1
-1
/
+2
2022-02-10
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
Tom Rini
3
-0
/
+187
2022-02-10
serial: Add RISC-V HTIF console driver
Anup Patel
3
-0
/
+187
2022-02-09
serial-uclass: fix build warning
Heiko Schocher
1
-1
/
+1
2022-02-09
serial: remove nulldev_serial_input
Heiko Schocher
1
-5
/
+0
2022-01-25
sandbox: sandbox_serial_pending depends on DM_VIDEO
Heinrich Schuchardt
1
-1
/
+1
2022-01-20
Merge tag 'doc-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
2
-2
/
+2
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2
-2
/
+2
2022-01-19
Merge tag 'xilinx-for-v2022.04-rc1' of https://source.denx.de/u-boot/custodia...
Tom Rini
1
-0
/
+1
2022-01-13
fdt: Drop SPL_BUILD macro
Simon Glass
1
-1
/
+2
2022-01-12
serial: zynq: Add missing xlnx,zynqmp-uart compatible
Michal Simek
1
-0
/
+1
2021-12-31
efi: serial: Support arrow keys
Simon Glass
1
-2
/
+9
2021-12-27
serial: arm_dcc: Use CONFIG_ARM64 not CONFIG_CPU_ARMV8
Tom Rini
1
-1
/
+1
2021-12-27
Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig
Tom Rini
1
-5
/
+2
2021-12-20
Merge tag 'v2022.01-rc4' into next
Tom Rini
1
-1
/
+12
2021-12-19
arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers
Pali Rohár
1
-0
/
+1
2021-11-30
serial: a37xx: Reset whole UART when changing parent clock from TBG to XTAL
Pali Rohár
1
-1
/
+12
2021-11-09
serial: lpuart: add new compatible fsl, ls1028a-lpuart
Michael Walle
1
-0
/
+2
2021-10-31
serial: samsung: add support for skip debug init in s5p
Dzmitry Sankouski
1
-0
/
+3
2021-10-31
serial: qcom: add support for GENI serial driver
Dzmitry Sankouski
3
-0
/
+632
[next]