index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
serial
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: video: sandbox: Convert sandbox to use driver model for video
Simon Glass
2016-01-20
1
-3
/
+2
*
serial: lpuart: Add driver model serial support
Bin Meng
2016-01-20
1
-0
/
+167
*
serial: lpuart: Prepare the driver for DM conversion
Bin Meng
2016-01-20
1
-22
/
+66
*
serial: lpuart: Call local version of setbrg and putc directly
Bin Meng
2016-01-20
1
-4
/
+4
*
serial: lpuart: Fix several cosmetic issues
Bin Meng
2016-01-20
1
-20
/
+15
*
serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig
Bin Meng
2016-01-20
1
-0
/
+6
*
arm: serial: Add Kconfig entries to facilitate usage of the pl01x driver for ...
Sergey Temerkhanov
2016-01-19
1
-0
/
+22
*
arm: serial: Add debug UART capability to the pl01x driver
Sergey Temerkhanov
2016-01-19
1
-0
/
+28
*
Add more SPDX-License-Identifier tags
Tom Rini
2016-01-19
1
-12
/
+1
*
serial: lpc32xx hsuart: port driver to driver model
Vladimir Zapolskiy
2016-01-13
1
-39
/
+64
*
dm: ns16550: Allow the driver to be omitted if requested
Simon Glass
2016-01-12
1
-0
/
+2
*
dm: serial: Allow the UART driver to be dropped from the image
Simon Glass
2016-01-12
2
-1
/
+23
*
dm: serial: Convert ns16550 driver to use driver model PCI API
Simon Glass
2016-01-12
1
-3
/
+2
*
serial: zynq: Use static inline for _debug_uart_init()
Michal Simek
2016-01-08
1
-1
/
+1
*
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2016-01-03
1
-1
/
+8
|
\
|
*
serial_mxc: Fix setup of UARTx_UFCR register
Maximilian Schwerin
2016-01-03
1
-1
/
+8
*
|
stm32: Convert serial driver to DM
Kamil Lulko
2015-12-12
1
-107
/
+96
*
|
dm: serial: Minor coding style cleanup of some comments
Stefan Roese
2015-12-10
1
-10
/
+10
*
|
serial: zynq: Remove duplicated header
Michal Simek
2015-12-07
1
-3
/
+0
*
|
serial: zynq: Fix incorrect reference to s5p driver
Michal Simek
2015-12-07
2
-2
/
+2
*
|
dm: serial: ns16550: Add pre-reloc flag to the driver
Simon Glass
2015-12-05
1
-0
/
+1
*
|
ns16550: change reg-shift property default to zero
Thomas Chou
2015-12-05
1
-1
/
+1
*
|
Fix typo: firstly -> first.
Vagrant Cascadian
2015-12-05
1
-1
/
+1
*
|
rockchip: serial driver support rk3036
huang lin
2015-12-01
1
-0
/
+1
*
|
ns16550: move CONFIG_SYS_NS16550 to Kconfig
Thomas Chou
2015-11-21
1
-0
/
+10
*
|
ns16550: zap CONFIG_NS16550_SERIAL
Thomas Chou
2015-11-21
2
-16
/
+0
*
|
ns16550: unify serial_omap
Thomas Chou
2015-11-21
2
-55
/
+0
*
|
ns16550: unify serial_tegra
Thomas Chou
2015-11-21
2
-55
/
+0
*
|
ns16550: unify serial_dw
Thomas Chou
2015-11-21
2
-40
/
+0
*
|
ns16550: unify serial_keystone
Thomas Chou
2015-11-21
2
-49
/
+0
*
|
ns16550: unify serial_rockchip
Thomas Chou
2015-11-21
3
-54
/
+1
*
|
ns16550: unify serial_ppc
Thomas Chou
2015-11-21
3
-42
/
+1
*
|
ns16550: unify serial_x86
Thomas Chou
2015-11-20
3
-55
/
+1
*
|
ns16550: add generic binding to unify the drivers
Thomas Chou
2015-11-20
2
-0
/
+55
*
|
ns16550: change map_sysmem to map_physmem
Thomas Chou
2015-11-20
1
-3
/
+2
*
|
debug_uart: restore ns16550 as default
Thomas Chou
2015-11-20
1
-0
/
+1
|
/
*
altera_uart: change ioremap to map_physmem
Thomas Chou
2015-11-18
1
-2
/
+3
*
altera_jtag_uart: change ioremap to map_physmem
Thomas Chou
2015-11-18
1
-2
/
+3
*
sparc: leon3: Add debug_uart support to LEON3 serial driver.
Francois Retief
2015-11-13
1
-0
/
+8
*
altera_uart: Adjust the declaration of debug_uart_init()
Thomas Chou
2015-11-06
1
-1
/
+1
*
altera_jtag_uart: Adjust the declaration of debug_uart_init()
Thomas Chou
2015-11-06
1
-1
/
+1
*
serial: altera_uart: minor clean up
Thomas Chou
2015-11-06
1
-11
/
+10
*
serial: altera_uart: use BIT macro
Thomas Chou
2015-11-06
1
-3
/
+3
*
serial: altera_jtag_uart: minor clean up
Thomas Chou
2015-11-06
1
-14
/
+13
*
serial: altera_jtag_uart: use BIT macro
Thomas Chou
2015-11-06
1
-3
/
+3
*
arm: zynq: Move serial driver to driver model
Simon Glass
2015-11-04
1
-98
/
+65
*
arm: zynq: serial: Drop non-device-tree serial driver portions
Simon Glass
2015-11-04
1
-15
/
+0
*
arm: zynq: Support the debug UART
Simon Glass
2015-11-04
2
-16
/
+68
*
dm: serial: Deal with stdout-path with an alias
Simon Glass
2015-11-04
1
-5
/
+25
*
dm: keystone: serial: Add driver model support
Lokesh Vutla
2015-10-23
2
-0
/
+49
[next]