Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
cf294b02d66d1d56a257b967f0bbfe97acffa39b
/
drivers
/
serial
39ed4db
drivers: serial: serial_omap: add comaptibles for all ti platforms
by Mugunthan V N
· 9 years ago
595e6f2
drivers: serial: serial_omap: populate default clock frequency when not found in dt
by Mugunthan V N
· 9 years ago
1f7338a
debug_uart: Add an option to announce the debug UART
by Simon Glass
· 9 years ago
c52be12
debug_uart: Support board-specific UART initialisation
by Simon Glass
· 9 years ago
60517d7
debug_uart: Adjust the declaration of debug_uart_init()
by Simon Glass
· 9 years ago
a80f5b8
serial: rockchip: make ROCKCHIP_SERIAL depend on ARCH_ROCKCHIP
by Masahiro Yamada
· 9 years ago
3b1bb09
arm: Remove unused ST-Ericsson u8500 arch
by Stefan Roese
· 9 years ago
700db47
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
by Tom Rini
· 9 years ago
e2cb6c5
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 9 years ago
9880c4b
rockchip: Add serial support
by Simon Glass
· 9 years ago
a831867
serial: drop redundant depends on
by Masahiro Yamada
· 9 years ago
0971778
dm: Use dev_get_addr() where possible
by Simon Glass
· 9 years ago
3ed0b62
serial: serial-sh: SCIFA interface for R-Car Gen2 SoCs
by Vladimir Barinov
· 9 years ago
25318dc
serial: uniphier: drop platform data support
by Masahiro Yamada
· 9 years ago
7cfcbee
serial: pxa: clean-up include file order
by Marcel Ziswiler
· 9 years ago
366b24f
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
e33af1c
dra7xx: Add dra72_evm_defconfig using CONFIG_DM
by Tom Rini
· 9 years ago
cc85b7b
drivers: hierarchize drivers Kconfig menu
by Masahiro Yamada
· 9 years ago
04f8094
dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port
by Hans de Goede
· 9 years ago
8ed4bc1
exynos: Enable the debug UART in SPL
by Simon Glass
· 9 years ago
74afb29
exynos: Add debug UART support for Samsung S5P serial
by Simon Glass
· 9 years ago
405fd14
exynos: serial: Refactor init code for debug UART
by Simon Glass
· 9 years ago
5a991bd
efi: Add a serial driver
by Simon Glass
· 9 years ago
1c32bdb
x86: Move CONFIG_X86_SERIAL to Kconfig
by Simon Glass
· 9 years ago
6664077
dm: serial: Correct logic in serial_find_console_or_panic()
by Simon Glass
· 9 years ago
9246516
ns16550: Improve debug UART so it can work with 32-bit access
by Simon Glass
· 9 years ago
6d4b78b
arm: dcc: Add uart dcc support for armv8
by Siva Durga Prasad Paladugu
· 10 years ago
8579a51
sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig
by Simon Glass
· 10 years ago
c62fb99
dm: serial: Don't support CONFIG_CONS_INDEX with device tree
by Simon Glass
· 10 years ago
0b31ec7
dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver model
by Simon Glass
· 10 years ago
563ee4c
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
by Masahiro Yamada
· 10 years ago
663a23f
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
by Masahiro Yamada
· 10 years ago
e5d831d
Revert "Revert "stm32f4: fix serial output""
by Tom Rini
· 10 years ago
debb9dd
Revert "stm32f4: fix serial output"
by Tom Rini
· 10 years ago
92e349e
serial: fdt: add device tree support for pl01x
by Vikas Manocha
· 10 years ago
48482ce
stm32f4: add serial print port
by kunhuahuang
· 10 years ago
7c13ad8
stm32f4: fix serial output
by kunhuahuang
· 10 years ago
5895b7c
Merge branch 'u-boot/master' into 'u-boot-arm/master'
by Albert ARIBAUD
· 10 years ago
4a7c11d
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 10 years ago
1a4d32e
serial: zynq: Add support for slow emulation platform
by Michal Simek
· 10 years ago
90ea115
serial: ns16550: Remove hard-coded baud_divisor setting
by Axel Lin
· 10 years ago
3636534
Merge branch 'master' of git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
509dbf9
dm: Add a panic_str() function to reduce code size
by Simon Glass
· 10 years ago
c538328
serial: ns16550: Remove unnecessary init on UART setup
by Simon Glass
· 10 years ago
b31fb12
dm: ns16550: Support non-byte register spacing with driver model
by Simon Glass
· 10 years ago
5411129
serial: ns16550: Add an option to specify the debug UART register shift
by Simon Glass
· 10 years ago
af9873c
stm32f4: Add serial driver
by rev13@wp.pl
· 10 years ago
70864f6
serial: pl01x: fix PL010 regression
by Linus Walleij
· 10 years ago
65b905b
common: Make sure arch-specific map_sysmem() is defined
by Joe Hershberger
· 10 years ago
de0977b
dm: core: Add dev_get_uclass_priv() to access uclass private data
by Simon Glass
· 10 years ago
79bb2f6
fix ARM DCC support for ARMv7 based cores (e.g. CortexA)
by Alexander Merkle
· 10 years ago
e458cc1
serial-arc: switch to DM
by Alexey Brodkin
· 10 years ago
1497e32
serial/serial_arc: set registers address during compilation
by Alexey Brodkin
· 10 years ago
eee687a
dm: serial: remove bogus include <ns16550.h>
by Masahiro Yamada
· 10 years ago
d5f83a4
ARM: UniPhier: adjust device trees for business transfer
by Masahiro Yamada
· 10 years ago
b5c372d
serial: ns16550: Fix build error due to a typo
by Axel Lin
· 10 years ago
a77d66e
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· 10 years ago
616d199
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 10 years ago
fef7fcd
serial: UniPhier: move LCR register setting to probe function
by Masahiro Yamada
· 10 years ago
e7c3a89
serial: UniPhier: use 32 bit register access
by Masahiro Yamada
· 10 years ago
51d3b40
serial: sh: fix internal clock source on SCIF
by Vladimir Barinov
· 10 years ago
1786175
serial: sh: Remove invalid UTF-8 character
by Nobuhiro Iwamatsu
· 10 years ago
1768bc0
ARM: remove cm4008 and cm41xx board support
by Masahiro Yamada
· 10 years ago
27afb52
serial: ns16550: Support debug UART
by Simon Glass
· 10 years ago
6aba4fd
serial: ns16550: Add access functions that don't need platdata
by Simon Glass
· 10 years ago
bac6fd8
serial: Support an early UART for debugging
by Simon Glass
· 10 years ago
0ec473b
dm: Add support for all targets which requires MANUAL_RELOC
by Michal Simek
· 10 years ago
6d02035
dm: sh: serial: Add support driver model
by Nobuhiro Iwamatsu
· 10 years ago
d8b771d
dm: Expand and complete Kconfig in drivers/
by Simon Glass
· 10 years ago
c11be8f
powerpc: Add serial driver for driver model
by Simon Glass
· 10 years ago
0ccb097
dm: core: Add a flag to control sequence numbering
by Simon Glass
· 10 years ago
8f1e812
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 10 years ago
0c33c0f
serial: Extend structure comments with register offset
by Michal Simek
· 10 years ago
05b3b5c
serial: zynq: Use global baudrate instead of hardcoded one
by Michal Simek
· 10 years ago
b2cfbd6
x86: Use ePAPR defined properties for x86-uart
by Bin Meng
· 10 years ago
0203c1c
serial: ns16550: Support ns16550 compatible pci uart devices
by Bin Meng
· 10 years ago
7bb2c3c
x86: Rename coreboot-serial to x86-serial
by Bin Meng
· 10 years ago
900de91
dm: serial_pl01x: Add missing private data size
by Simon Glass
· 10 years ago
a3bd860
Merge branch 'master' of git://git.denx.de/u-boot-ti
by Tom Rini
· 10 years ago
be14f15
serial: pl01x: avoid pl01x type check two times
by Vikas Manocha
· 10 years ago
ee038e2
serial: pl01x: disable as per type of pl01x
by Vikas Manocha
· 10 years ago
fe96bbd
serial: pl01x: move all line control at same place
by Vikas Manocha
· 10 years ago
206f245
serial: pl01x: fix pl011 baud rate configuration
by Vikas Manocha
· 10 years ago
aac2396
serial: pl01x: pass pl01x_type to set baudrate
by Vikas Manocha
· 10 years ago
6b05d0a
ns16550.c: Fix for ns16550 driver hanging on OMAP4
by Gregoire Gentil
· 10 years ago
870345b
Merge git://git.denx.de/u-boot-fdt
by Tom Rini
· 10 years ago
f8cd9b0
serial: UniPhier: support OF configuration
by Masahiro Yamada
· 10 years ago
8d72f28
fdt: remove fdtdec_get_alias_node() function
by Masahiro Yamada
· 10 years ago
7e08a1f
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
b660ae7
Merge git://git.denx.de/u-boot-x86
by Tom Rini
· 10 years ago
db20464
linux/kernel.h: sync min, max, min3, max3 macros with Linux
by Masahiro Yamada
· 10 years ago
19d3700
dm: tegra: Add platform data for the SPL uart
by Simon Glass
· 10 years ago
c058d8b
dm: Allow stdio registration to be dropped
by Simon Glass
· 10 years ago
593f50b
dm: serial: Support changing the baud rate
by Simon Glass
· 10 years ago
7cbab24
dm: at91: Add driver model support for the serial driver
by Simon Glass
· 10 years ago
1e5c2a8
dm: at91: Refactor serial driver slightly for driver model
by Simon Glass
· 10 years ago
a4c2e13
dm: serial: Move current serial port pointer to global_data
by Simon Glass
· 10 years ago
9773e70
Merge branch 'master' of git://git.denx.de/u-boot-sh
by Tom Rini
· 10 years ago
4770e41
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
by Masahiro Yamada
· 10 years ago
9caae5e
serial: UniPhier: borrow macros from linux/serial_reg.h
by Masahiro Yamada
· 10 years ago
Next »