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
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
2015-11-04
arm: zynq: Move serial driver to driver model
Simon Glass
1
-98
/
+65
2015-11-04
arm: zynq: serial: Drop non-device-tree serial driver portions
Simon Glass
1
-15
/
+0
2015-11-04
arm: zynq: Support the debug UART
Simon Glass
2
-16
/
+68
2015-11-04
dm: serial: Deal with stdout-path with an alias
Simon Glass
1
-5
/
+25
2015-10-23
dm: keystone: serial: Add driver model support
Lokesh Vutla
2
-0
/
+49
2015-10-23
serial: remove altera serial initializations
Thomas Chou
1
-4
/
+0
2015-10-23
nios2: convert altera_uart to driver model
Thomas Chou
2
-91
/
+121
2015-10-23
nios2: convert altera_jtag_uart to driver model
Thomas Chou
2
-60
/
+137
2015-10-22
drivers: serial: serial_omap: add comaptibles for all ti platforms
Mugunthan V N
1
-0
/
+4
2015-10-22
drivers: serial: serial_omap: populate default clock frequency when not found...
Mugunthan V N
1
-1
/
+3
2015-10-21
debug_uart: Add an option to announce the debug UART
Simon Glass
1
-0
/
+10
2015-10-21
debug_uart: Support board-specific UART initialisation
Simon Glass
1
-0
/
+11
2015-10-21
debug_uart: Adjust the declaration of debug_uart_init()
Simon Glass
3
-3
/
+3
2015-10-03
serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIP
Masahiro Yamada
1
-1
/
+1
2015-09-15
arm: Remove unused ST-Ericsson u8500 arch
Stefan Roese
1
-22
/
+0
[next]