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
2016-01-27
serial: uartlite: Add uartlite to Kconfig
Michal Simek
1
-0
/
+7
2016-01-27
serial: uartlite: Add support for debug console
Michal Simek
2
-0
/
+33
2016-01-27
serial: uartlite: Move driver to DM
Michal Simek
1
-111
/
+65
2016-01-25
ns16550: zap the rockchip serial compatible string
Thomas Chou
1
-1
/
+5
2016-01-25
serial: Remove serial_putc_raw_dev
Tom Rini
1
-11
/
+0
2016-01-20
dm: video: sandbox: Convert sandbox to use driver model for video
Simon Glass
1
-3
/
+2
2016-01-20
serial: lpuart: Add driver model serial support
Bin Meng
1
-0
/
+167
2016-01-20
serial: lpuart: Prepare the driver for DM conversion
Bin Meng
1
-22
/
+66
2016-01-20
serial: lpuart: Call local version of setbrg and putc directly
Bin Meng
1
-4
/
+4
2016-01-20
serial: lpuart: Fix several cosmetic issues
Bin Meng
1
-20
/
+15
2016-01-20
serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig
Bin Meng
1
-0
/
+6
2016-01-19
arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for ...
Sergey Temerkhanov
1
-0
/
+22
2016-01-19
arm: serial: Add debug UART capability to the pl01x driver
Sergey Temerkhanov
1
-0
/
+28
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
1
-12
/
+1
2016-01-13
serial: lpc32xx hsuart: port driver to driver model
Vladimir Zapolskiy
1
-39
/
+64
2016-01-12
dm: ns16550: Allow the driver to be omitted if requested
Simon Glass
1
-0
/
+2
2016-01-12
dm: serial: Allow the UART driver to be dropped from the image
Simon Glass
2
-1
/
+23
2016-01-12
dm: serial: Convert ns16550 driver to use driver model PCI API
Simon Glass
1
-3
/
+2
2016-01-08
serial: zynq: Use static inline for _debug_uart_init()
Michal Simek
1
-1
/
+1
2016-01-03
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
1
-1
/
+8
2016-01-03
serial_mxc: Fix setup of UARTx_UFCR register
Maximilian Schwerin
1
-1
/
+8
2015-12-12
stm32: Convert serial driver to DM
Kamil Lulko
1
-107
/
+96
2015-12-10
dm: serial: Minor coding style cleanup of some comments
Stefan Roese
1
-10
/
+10
2015-12-07
serial: zynq: Remove duplicated header
Michal Simek
1
-3
/
+0
2015-12-07
serial: zynq: Fix incorrect reference to s5p driver
Michal Simek
2
-2
/
+2
2015-12-05
dm: serial: ns16550: Add pre-reloc flag to the driver
Simon Glass
1
-0
/
+1
2015-12-05
ns16550: change reg-shift property default to zero
Thomas Chou
1
-1
/
+1
2015-12-05
Fix typo: firstly -> first.
Vagrant Cascadian
1
-1
/
+1
2015-12-01
rockchip: serial driver support rk3036
huang lin
1
-0
/
+1
2015-11-21
ns16550: move CONFIG_SYS_NS16550 to Kconfig
Thomas Chou
1
-0
/
+10
2015-11-21
ns16550: zap CONFIG_NS16550_SERIAL
Thomas Chou
2
-16
/
+0
2015-11-21
ns16550: unify serial_omap
Thomas Chou
2
-55
/
+0
2015-11-21
ns16550: unify serial_tegra
Thomas Chou
2
-55
/
+0
2015-11-21
ns16550: unify serial_dw
Thomas Chou
2
-40
/
+0
2015-11-21
ns16550: unify serial_keystone
Thomas Chou
2
-49
/
+0
2015-11-21
ns16550: unify serial_rockchip
Thomas Chou
3
-54
/
+1
2015-11-21
ns16550: unify serial_ppc
Thomas Chou
3
-42
/
+1
2015-11-20
ns16550: unify serial_x86
Thomas Chou
3
-55
/
+1
2015-11-20
ns16550: add generic binding to unify the drivers
Thomas Chou
2
-0
/
+55
2015-11-20
ns16550: change map_sysmem to map_physmem
Thomas Chou
1
-3
/
+2
2015-11-20
debug_uart: restore ns16550 as default
Thomas Chou
1
-0
/
+1
2015-11-18
altera_uart: change ioremap to map_physmem
Thomas Chou
1
-2
/
+3
2015-11-18
altera_jtag_uart: change ioremap to map_physmem
Thomas Chou
1
-2
/
+3
2015-11-13
sparc: leon3: Add debug_uart support to LEON3 serial driver.
Francois Retief
1
-0
/
+8
2015-11-06
altera_uart: Adjust the declaration of debug_uart_init()
Thomas Chou
1
-1
/
+1
2015-11-06
altera_jtag_uart: Adjust the declaration of debug_uart_init()
Thomas Chou
1
-1
/
+1
2015-11-06
serial: altera_uart: minor clean up
Thomas Chou
1
-11
/
+10
2015-11-06
serial: altera_uart: use BIT macro
Thomas Chou
1
-3
/
+3
2015-11-06
serial: altera_jtag_uart: minor clean up
Thomas Chou
1
-14
/
+13
2015-11-06
serial: altera_jtag_uart: use BIT macro
Thomas Chou
1
-3
/
+3
[next]