Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
cd70d7d68c556c721c6bfa261a56c90d728fa00b
/
drivers
/
serial
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
ae0a494
Merge git://www.denx.de/git/u-boot-sunxi
by Tom Rini
· 10 years ago
6664898
dm: sunxi: Add support for serial using driver model
by Simon Glass
· 10 years ago
4a551ca
Merge git://git.denx.de/u-boot-sh
by Tom Rini
· 10 years ago
6512cc1
serial: add prototypes for init functions
by Jeroen Hofstee
· 10 years ago
4d86edb
serial: sh: r8a7794: Add support external clock
by Nobuhiro Iwamatsu
· 10 years ago
c452066
serial: sh: Add support R8A7793
by Nobuhiro Iwamatsu
· 10 years ago
0bf0c6d
serial: UniPhier: add static to locally used functions
by Masahiro Yamada
· 10 years ago
d11fbd5
serial: UniPhier: add .pending handler
by Masahiro Yamada
· 10 years ago
06f08e2
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 10 years ago
169eda6
serial: make local functions static
by Jeroen Hofstee
· 10 years ago
ac6fff2
serial: remove uniphier_serial_initialize() call
by Masahiro Yamada
· 10 years ago
4261c64
serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig
by Masahiro Yamada
· 10 years ago
50c1254
dm: serial: use Driver Model for UniPhier serial driver
by Masahiro Yamada
· 10 years ago
57ad8ee
dm: add entries to Kconfig
by Masahiro Yamada
· 10 years ago
93da2fc
dm: serial: consolidate common code more
by Masahiro Yamada
· 10 years ago
0e79eff
dm: serial: remove unnecessary casting
by Masahiro Yamada
· 10 years ago
84df41a
dm: serial: fix console putc
by Masahiro Yamada
· 10 years ago
4d5b991
serial: add static directive to local functions
by Masahiro Yamada
· 10 years ago
22c97de
dm: move platform data headers to include/dm/platform_data
by Masahiro Yamada
· 10 years ago
60cebe5
dm: x86: Convert coreboot serial to use driver model
by Simon Glass
· 10 years ago
96e230b
dm: serial: ns16550: Add a cast to the I/O operations
by Simon Glass
· 10 years ago
db252e3
dm: omap: serial: Add driver model support
by Simon Glass
· 10 years ago
bc5aa99
dm: serial: Support CONFIG_CONS_INDEX if available
by Simon Glass
· 10 years ago
3bf04f3
dm: ns16550: Correct the probe logic for platform data
by Simon Glass
· 10 years ago
2546394
dm: ns16550: Use an address instead of a pointer for the uart base
by Simon Glass
· 10 years ago
ddb958c
dm: serial: ns16550: Correct logic for checking for character
by Simon Glass
· 10 years ago
5c60b2a
dm: serial: Reset the watchdog while waiting in getc()
by Simon Glass
· 10 years ago
Next »