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
*
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Tom Rini
2019-05-13
1
-4
/
+1
|
\
|
*
serial: altera_uart: convert to livetree
Simon Goldschmidt
2019-05-10
1
-4
/
+1
*
|
sh: sh3: Remove CPU support
Marek Vasut
2019-05-10
1
-67
/
+8
*
|
sh: sh2: Remove CPU support
Marek Vasut
2019-05-10
1
-8
/
+1
*
|
serial: sh: Drop assorted SH3, SH4, SH5 macros
Marek Vasut
2019-05-10
2
-115
/
+8
*
|
serial: sh: Drop RTS7751R2D support
Marek Vasut
2019-05-10
1
-5
/
+0
*
|
serial: sh: Drop SH2007 support
Marek Vasut
2019-05-10
1
-8
/
+2
*
|
serial: sh: Drop H8 support
Marek Vasut
2019-05-10
1
-84
/
+0
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
2019-05-08
1
-1
/
+1
|
\
|
*
serial: sifive: Change include order
Jagan Teki
2019-05-09
1
-1
/
+1
*
|
serial: sh: Add RZ/A1 support
Marek Vasut
2019-05-07
2
-1
/
+5
*
|
sh: 7785: Remove CPU support
Marek Vasut
2019-05-07
2
-6
/
+1
*
|
sh: 7724: Remove CPU support
Marek Vasut
2019-05-07
1
-12
/
+3
*
|
rockchip: use 'arch-rockchip' as header file path
Kever Yang
2019-05-01
1
-1
/
+1
|
/
*
serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIAL
Stefan Roese
2019-04-09
2
-0
/
+21
*
imx: serial_mxc: use CONFIG_IS_ENABLED instead of ifdef
Adam Ford
2019-03-13
1
-2
/
+2
*
drivers: serial_sifive: Skip baudrate config if no input clock
Atish Patra
2019-02-27
1
-16
/
+16
*
drivers: serial_sifive: Fix baud rate calculation
Atish Patra
2019-02-27
1
-2
/
+26
*
imx: serial_mxc: disable ri and dcd irq in dte mode
Max Krummenacher
2019-02-15
1
-4
/
+9
*
drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driver
Vabhav Sharma
2019-02-09
1
-2
/
+0
*
serial_arc: Allocate buffer for private data
Alexey Brodkin
2019-01-25
1
-0
/
+1
*
Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dm
Tom Rini
2019-01-15
1
-18
/
+9
|
\
|
*
dm: serial: Adjust serial_getinfo() to use proper API
Simon Glass
2019-01-14
1
-6
/
+3
|
*
dm: serial: Adjust serial_setconfig() to use proper API
Simon Glass
2019-01-14
1
-6
/
+3
|
*
dm: serial: Adjust serial_getconfig() to use proper API
Simon Glass
2019-01-14
1
-6
/
+3
*
|
serial: ns16550: fix debug uart putc called before init
Simon Goldschmidt
2019-01-15
2
-2
/
+30
*
|
drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UART
Simon Goldschmidt
2019-01-15
1
-0
/
+1
|
/
*
drivers: serial: Add SiFive UART driver
Anup Patel
2018-12-18
3
-0
/
+229
*
serial: serial_stm32: Add reset support
Patrice Chotard
2018-12-15
1
-0
/
+9
*
spl: fix build failure with !CONFIG_SPL_PCI_SUPPORT
Sekhar Nori
2018-12-12
1
-1
/
+1
*
serial: omap: Add code for early debugging
Felix Brack
2018-12-07
1
-1
/
+41
*
serial: bcm6858: remove driver and switch to bcm6345
Álvaro Fernández Rojas
2018-12-07
3
-308
/
+1
*
serial: bcm6345: switch to raw I/O functions
Álvaro Fernández Rojas
2018-12-07
1
-50
/
+49
*
serial: ns16550: Provide ->getinfo() implementation
Andy Shevchenko
2018-12-05
1
-1
/
+21
*
serial: ns16550: Read reg-io-width from device tree
Andy Shevchenko
2018-12-05
1
-0
/
+1
*
dm: serial: Introduce ->getinfo() callback
Andy Shevchenko
2018-12-05
2
-0
/
+42
*
dm: serial: Add ->getconfig() callback
Andy Shevchenko
2018-12-05
2
-0
/
+29
*
Revert "serial: ns16550: fix debug uart putc called before init"
Simon Goldschmidt
2018-12-03
1
-16
/
+2
*
drivers: serial: get rid of non DM mpc8xx driver
Christophe Leroy
2018-12-03
2
-85
/
+14
*
drivers: serial: migrate mpc8xx to DM
Christophe Leroy
2018-12-03
1
-3
/
+74
*
serial: MediaTek: add high-speed uart driver for MediaTek SoCs
Ryder Lee
2018-11-28
3
-0
/
+289
*
serial: ns16550: add setconfig support
Simon Goldschmidt
2018-11-16
1
-2
/
+41
*
serial: bcm6858: add serial support
Philippe Reynes
2018-11-16
3
-0
/
+307
*
serial: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
26
-17
/
+18
*
serial: ns16550: fix debug uart putc called before init
Simon Goldschmidt
2018-11-14
1
-2
/
+16
*
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-11-14
1
-1
/
+1
*
dm: Fix typo - missed semicolon
Andy Shevchenko
2018-11-09
1
-1
/
+1
*
Merge tag 'u-boot-imx-20181025' of git://git.denx.de/u-boot-imx
Tom Rini
2018-10-25
2
-29
/
+115
|
\
|
*
serial: mxc: Add match string for i.mx6 quad/dual lite serial
Bernhard Messerklinger
2018-10-22
1
-0
/
+1
|
*
serial: lpuart: support uclass clk api
Peng Fan
2018-10-22
1
-19
/
+76
[next]