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
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
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
2
-2
/
+2
2021-07-31
serial: a37xx: Do not call get_ref_clk() in _debug_uart_init()
Pali Rohár
1
-1
/
+3
2021-07-31
serial: a37xx: Use CONFIG_BAUDRATE for initializing early debug UART
Pali Rohár
1
-3
/
+2
2021-07-24
serial: pl011: Enable DEBUG_UART_PL011 in SPL
Chen Baozi
1
-2
/
+6
2021-07-23
serial: pl011: Resend the character if FIFO is full in debug uart
Chen Baozi
1
-1
/
+2
2021-07-23
serial: serial_msm: Delay initialization to let pins stabilize
Stephan Gerhold
1
-0
/
+4
2021-07-15
arm: mvebu: armada-3720: remove unused config option
Marek Behún
1
-0
/
+1
2021-07-08
serial: a37xx: Switch to XTAL clock when booting Linux kernel
Pali Rohár
1
-0
/
+67
2021-07-08
serial: a37xx: Use TBG as parent clock
Pali Rohár
1
-5
/
+101
2021-07-08
serial: a37xx: Fix parent clock rate value and divider calculation
Pali Rohár
1
-4
/
+10
2021-07-07
arm: Remove edb9315a board
Tom Rini
3
-11
/
+2
2021-07-07
Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
1
-0
/
+2
2021-07-06
serial: serial_msm: Ensure BAM/single character mode are disabled
Stephan Gerhold
1
-0
/
+4
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
1
-0
/
+2
2021-06-28
serial: zynq: Add support for serial parameters
Kunihiko Hayashi
1
-0
/
+68
2021-06-28
serial: Add additional depencies for PL010 and PL011 drivers
Michal Simek
1
-2
/
+2
2021-05-24
treewide: Convert macro and uses of __section(foo) to __section("foo")
Marek Behún
1
-2
/
+2
2021-04-23
serial: serial_octeon_bootcmd.c: Add PCI remote console support
Stefan Roese
3
-0
/
+194
2021-04-23
serial: serial_octeon_pcie_console.c: Add PCI remote console support
Stefan Roese
3
-0
/
+379
2021-04-10
arm: Remove apf27 board
Tom Rini
1
-1
/
+1
2021-03-27
x86: Make coreboot sysinfo available to any x86 board
Simon Glass
1
-1
/
+1
2021-03-20
serial: mtk: rewrite the setbrg function
Weijie Gao
1
-41
/
+33
2021-03-03
serial: ns16550: Handle zero <clock-frequency> value
Bin Meng
1
-0
/
+2
2021-03-03
serial: ns16550: Correct the base address type
Bin Meng
1
-1
/
+1
2021-03-03
serial: usbtty: Send urb data in correct order
Pali Rohár
1
-9
/
+3
2021-03-03
serial: usbtty: Fix puts function
Pali Rohár
1
-2
/
+2
2021-02-26
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
Tom Rini
2
-1
/
+8
2021-02-23
Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...
Tom Rini
1
-1
/
+1
2021-02-23
clk: zynq: Add dummy clock enable function
Michal Simek
1
-1
/
+1
2021-02-23
serial: s5p: Allow independent selection
Mark Kettenis
2
-1
/
+8
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
22
-0
/
+22
2021-02-15
arm: Remove mx35pdk board
Tom Rini
1
-1
/
+1
2021-02-03
serial: sifive: Cast dev_read_addr() with uintptr_t
Bin Meng
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
22
-0
/
+22
2021-01-27
serial: a3720: Implement pending method for output direction
Pali Rohár
1
-2
/
+8
2021-01-24
serial: add uart driver for MediaTek MT7620 SoC
Weijie Gao
3
-0
/
+267
2021-01-16
drivers: serial: probe all uart devices
Vabhav Sharma
2
-0
/
+25
2021-01-13
serial: stm32: define LOG_CATEGORY
Patrick Delaunay
1
-0
/
+3
2021-01-06
Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
1
-1
/
+1
2021-01-05
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
Tom Rini
19
-123
/
+110
2021-01-05
Merge tag 'v2021.01-rc5' into next
Tom Rini
1
-1
/
+1
2021-01-05
dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS
Simon Glass
1
-3
/
+3
2021-01-05
dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()
Simon Glass
1
-1
/
+1
2021-01-05
dm: core: Access device flags through functions
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
15
-54
/
+55
2021-01-05
serial: Rename ns16550 functions to lower case
Simon Glass
2
-19
/
+19
2021-01-05
serial: Update NS16550_t and struct NS16550
Simon Glass
6
-36
/
+36
2021-01-04
serial: uartlite: Fix uninitialized ret in debug uartlite
Ashok Reddy Soma
1
-1
/
+1
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
2
-2
/
+2
[next]