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
*
Convert CONFIG_MXC_UART to Kconfig
Tom Rini
2020-07-17
1
-1
/
+2
*
Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2020-07-11
1
-43
/
+47
|
\
|
*
serial: uniphier: enable FIFO
Masahiro Yamada
2020-07-11
1
-0
/
+7
|
*
serial: uniphier: flush transmitter before changing hardware settings
Masahiro Yamada
2020-07-11
1
-0
/
+8
|
*
serial: uniphier: use register macros instead of structure
Masahiro Yamada
2020-07-11
1
-43
/
+32
*
|
core: add support for U_BOOT_DRIVER_ALIAS
Walter Lozano
2020-07-09
1
-0
/
+4
*
|
drivers: rename drivers to match compatible string
Walter Lozano
2020-07-09
1
-4
/
+6
|
/
*
serial: Add missing Kconfig dependencies for debug consoles
Michal Simek
2020-06-04
1
-0
/
+13
*
serial: Convert ARM_DCC to Kconfig
Tom Rini
2020-06-04
1
-0
/
+6
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
14
-0
/
+14
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
5
-0
/
+5
*
common: Drop log.h from common header
Simon Glass
2020-05-18
9
-0
/
+9
*
arm: bcm283x: serial: Move ofdata reading to probe() method
Simon Glass
2020-05-12
2
-16
/
+17
*
uart: pl011: Add proper DM clock support
Andre Przywara
2020-05-07
1
-16
/
+33
*
arm: dts: sync dts for Action Semi S900
Amit Singh Tomar
2020-04-24
1
-1
/
+0
*
serial: actions: add compatible string
Amit Singh Tomar
2020-04-24
1
-0
/
+1
*
Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm
Tom Rini
2020-04-16
1
-0
/
+1
|
\
|
*
serial: Set baudrate on boot
Sean Anderson
2020-04-16
1
-0
/
+1
*
|
serial: ns16550: Provide UART base clock speed in ->getinfo()
Andy Shevchenko
2020-04-16
1
-0
/
+2
*
|
dm: serial: Add clock member to struct serial_device_info
Andy Shevchenko
2020-04-16
1
-0
/
+1
|
/
*
serial: zynq: Change uart initialization logic
Michal Simek
2020-04-06
1
-5
/
+6
*
serial: ns16550: Fix ordering of getting base address
Bin Meng
2020-04-04
1
-17
/
+22
*
serial: mcfuart: renaming to a more appropriate name
Angelo Durgehello
2020-03-13
2
-1
/
+1
*
serial: mcfuart: fix uart port index
Angelo Durgehello
2020-03-13
1
-2
/
+2
*
serial_lpuart: make clock failure less verbose
Giulio Benetti
2020-03-09
1
-1
/
+1
*
serial: ns16550: Move PCI access from ofdata_to_platdata() to probe()
Wolfgang Wallner
2020-03-05
1
-12
/
+28
*
Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2020-02-11
12
-1
/
+14
|
\
|
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
8
-0
/
+8
|
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
5
-1
/
+6
*
|
serial: serial_cortina: add UART DM driver for CAxxxx SoCs
Jason Li
2020-02-07
3
-0
/
+172
|
/
*
x86: serial: Add a coreboot serial driver
Simon Glass
2020-02-04
3
-0
/
+58
*
serial: ns16550: Support run-time configuration
Simon Glass
2020-02-04
2
-8
/
+92
*
serial: ns16550: Use old baud rate divisor for flushing if not given
Patrik Dahlström
2020-01-24
1
-0
/
+7
*
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
2
-0
/
+2
*
common: Move clock functions into a new file
Simon Glass
2020-01-17
4
-0
/
+4
*
common: Drop floppy disk support
Simon Glass
2020-01-17
1
-6
/
+1
*
Add dependencies for MALLOC_F and OF_LIBFDT
Sean Anderson
2020-01-15
1
-0
/
+3
*
serial_lpuart: add support for i.MXRT
Giulio Benetti
2020-01-14
1
-4
/
+11
*
serial_lpuart: add clock enable if CONFIG_CLK is defined
Giulio Benetti
2020-01-14
1
-0
/
+16
*
serial: sandbox: support Unicode
Heinrich Schuchardt
2019-12-10
1
-1
/
+1
*
Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
Tom Rini
2019-12-03
1
-17
/
+19
|
\
|
*
dm: serial: Handle "stdout-path" with ":options" correctly
Bin Meng
2019-12-02
1
-17
/
+19
*
|
Kconfig: make TPL_DM_SERIAL depend on TPL_DM
Thomas Hebb
2019-12-03
1
-1
/
+1
*
|
serial: usb: Correct the usbtty_...() prototypes
Simon Glass
2019-12-02
1
-0
/
+1
|
/
*
drivers: bcm283x: Set pre-location flag for OF_BOARD
Matthias Brugger
2019-11-24
2
-2
/
+2
*
serial: serial_mtk: add non-DM version for SPL
Weijie Gao
2019-10-25
2
-17
/
+187
*
serial: serial_mtk: enable FIFO and disable flow control
Weijie Gao
2019-10-25
1
-0
/
+21
*
Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2019-10-09
1
-1
/
+1
|
\
|
*
serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
Peng Fan
2019-10-08
1
-1
/
+1
*
|
dm: pci: Add a function to read a PCI BAR
Simon Glass
2019-10-08
1
-30
/
+1
[next]