Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
3158eebd21f8c55b4d5a82161e0de805ae8f6f9c
/
drivers
/
serial
84e9dcc
serial: stm32x7: Convert CONFIG_STM32X7_SERIAL to Kconfig
by Patrice Chotard
· 7 years ago
f1896c4
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
by Andy Yan
· 7 years ago
27265ce
serial: stm32x7: add clk_get_rate() support
by Patrice Chotard
· 7 years ago
122b2d4
serial: stm32x7: migrate serial struct to driver
by Patrice Chotard
· 7 years ago
6822cf3
serial: ns16550: Add RX interrupt buffer support
by Stefan Roese
· 7 years ago
72281c5
powerpc: Remove 8260 remainders
by Christophe Leroy
· 7 years ago
61366b7
serial: mxc: Add debug uart support
by Jagan Teki
· 7 years ago
52c14ca
serial: mxc: Code cleanup
by Jagan Teki
· 7 years ago
45d9751
serial: mxc: Move common baud gen into _mxc_serial_setbrg
by Jagan Teki
· 7 years ago
97548d5
serial: mxc: Move common init into _mxc_serial_init
by Jagan Teki
· 7 years ago
57d3e98
serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrg
by Jagan Teki
· 7 years ago
62af03e
serial: mxc: Use RFDIV in dm-code
by Jagan Teki
· 7 years ago
ffa8bcd
serial: mxc: Add common mxc_uart reg space
by Jagan Teki
· 7 years ago
8d3a256
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 7 years ago
f93472a
dm: serial: Add livetree support
by Simon Glass
· 7 years ago
d096085
dm: serial: Separate out the core serial-device finding code
by Simon Glass
· 7 years ago
db9f8f6
dm: serial: ns16550: Convert to livetree
by Simon Glass
· 7 years ago
3d40479
rockchip: ns16550: dm: convert fdt_get to dev_read
by Philipp Tomsich
· 7 years ago
dd7ff47
powerpc, 8xx: move Serial driver to drivers/serial/
by Christophe Leroy
· 7 years ago
49ddcf3
serial: make serial_stub_* to static functions
by Masahiro Yamada
· 7 years ago
0424990
serial, kconfig: fix menutext
by Heiko Schocher
· 7 years ago
b9f7d88
powerpc, 5xx: remove some "5xx" remains
by Heiko Schocher
· 7 years ago
9057df8
powerpc, 82xx: remove some missed mpc82xx remains
by Heiko Schocher
· 7 years ago
064b55c
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
by Heiko Schocher
· 7 years ago
1afcf9c
serial: stm32x7: simplify baud rate register calculation
by Patrice Chotard
· 7 years ago
1113ad4
serial: stm32x7: align compatible with kernel one
by Patrice Chotard
· 7 years ago
6c0c3ce
serial: stm32f7: disable overrun
by Vikas Manocha
· 7 years ago
f5b5719
dm: core: Update lists_bind_fdt() to use ofnode
by Simon Glass
· 7 years ago
da409cc
dm: core: Replace of_offset with accessor (part 2)
by Simon Glass
· 7 years ago
4af0d7e
dm: Fix up inclusion of common.h
by Simon Glass
· 7 years ago
a821c4a
dm: Rename dev_addr..() functions
by Simon Glass
· 7 years ago
9d92245
dm: Use dm.h header when driver mode is used
by Simon Glass
· 7 years ago
24f8548
dm: serial: bcm6345: fix baud rate clock calculation
by Álvaro Fernández Rojas
· 7 years ago
6b7185f
dm: serial: bcm6345: fix uart stop bits
by Álvaro Fernández Rojas
· 7 years ago
b7cebcb
serial: sh: Add r8a7796 support
by Hiroyuki Yokoyama
· 7 years ago
e98856f
serial: serial-uclass: Use force parameter in stdio_deregister_dev()
by Stefan Roese
· 8 years ago
89024dd
TI: Drop 'CONFIG_OMAP'
by Tom Rini
· 7 years ago
a52cf08
serial: omap: Support debug UART
by Lokesh Vutla
· 8 years ago
3058104
serial: add serial driver for BCM6345
by Álvaro Fernández Rojas
· 8 years ago
f8b7fff
serial: atmel_usart: Add clk support
by Wenyou Yang
· 8 years ago
5f29e79
serial: atmel_usart: Fix early debug not work in SPL
by Wenyou Yang
· 8 years ago
6f008a2
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· 8 years ago
e8f86a0
sunxi: fix the default value of CONS_INDEX on non-A23/A33 SUN8I
by Icenowy Zheng
· 8 years ago
7095f86
sunxi: Convert CONS_INDEX to Kconfig
by Mylène Josserand
· 8 years ago
73be5b3
usbtty: avoid potential NULL pointer dereference
by xypron.glpk@gmx.de
· 8 years ago
b7b24a7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 8 years ago
6f8c351
serial: ns16550: Link in the DM driver when when using platdata
by Alexandru Gagniuc
· 8 years ago
b2aa889
Fix a bug with PL010s running at 19200 baud
by Alyssa Rosenzweig
· 8 years ago
c5f8dd4
serial: Add serial driver for Intel MID
by Andy Shevchenko
· 8 years ago
891f7ae
dm: serial: Allow driver-model serial to be disabled for TPL
by Simon Glass
· 8 years ago
ea3310e
Blackfin: Remove
by Tom Rini
· 8 years ago
02ccab1
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
f40574e
Kconfig: Migrate CONFIG_BAUDRATE
by Philipp Tomsich
· 8 years ago
3a5d636
dm: imx: serial: add i.MX6UL support
by Sébastien Szymanski
· 8 years ago
f951575
Merge git://git.denx.de/u-boot-rockchip
by Tom Rini
· 8 years ago
fd03b83
stm32f7: serial: use clock driver to enable clock
by Vikas Manocha
· 8 years ago
42bf5e7
serial: stm32f7: add device tree support
by Vikas Manocha
· 8 years ago
7edf5c4
serial: lpuart: add i.MX7ULP support
by Peng Fan
· 8 years ago
c40d612
serial: lpuart: restructure lpuart driver
by Peng Fan
· 8 years ago
cd76916
rockchip: serial: Adapt rockchip of-platdata driver for rk3188
by Heiko Stübner
· 8 years ago
b504ff9
Merge tag 'xilinx-for-v2017.05' of git://www.denx.de/git/u-boot-microblaze
by Tom Rini
· 8 years ago
214a17e
STiH410: Add STi serial driver
by Patrice Chotard
· 8 years ago
781745b
zynq: Move zynq to clock framework
by Stefan Herbrechtsmeier
· 8 years ago
e160f7d
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
17fa032
serial, ns16550: bugfix: ns16550 fifo not enabled
by Heiko Schocher
· 8 years ago
7f73ca4
Kconfig: CONFIG_OF_PLATDATA doesn't really exist
by Tom Rini
· 8 years ago
0b060ee
serial: 16550: Add Ingenic JZ4780 support
by Marek Vasut
· 8 years ago
79fd928
serial: 16550: Add port type as driver data
by Marek Vasut
· 8 years ago
65f8380
serial: 16550: Add getfcr accessor
by Marek Vasut
· 8 years ago
98d62e6
arm: imx: add i.MX53 Beckhoff CX9020 Embedded PC
by Patrick Bruenn
· 8 years ago
ebb2c53
serial: Drop the s3c24x0 serial driver
by Simon Glass
· 8 years ago
cb97ad4
serial: bcm283x_mu: support disabling after initialization
by Fabian Vogt
· 8 years ago
165316e
serial: pl01x: expose skip_init platdata option in DT
by Fabian Vogt
· 8 years ago
9f755f5
serial: bcm283x_mu: add device tree support
by Fabian Vogt
· 8 years ago
ed77ccd
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
cbfa67a
serial: pxa: integrate optional driver model handling
by Marcel Ziswiler
· 8 years ago
d804a5e
serial: pxa: use kconfig for serial configuration
by Marcel Ziswiler
· 8 years ago
9b46213
lpuart: add a get_lpuart_clk function
by Shaohui Xie
· 8 years ago
1df182d
Merge branch 'master' of git://git.denx.de/u-boot-atmel
by Tom Rini
· 8 years ago
998cf3c
serial: atmel_usart: Support enable an early debug UART
by Wenyou Yang
· 8 years ago
6ec739a
serial: Kconfig: Add ATMEL_USART option
by Wenyou Yang
· 8 years ago
4f89292
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
8829e66
serial: Kconfig: Add MXC_UART entry
by Jagan Teki
· 8 years ago
869588d
Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig
by Simon Glass
· 8 years ago
f5fd45f
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
021abf6
Revert "ns16650: Make sure we have CONFIG_CLK set before using infrastructure"
by Masahiro Yamada
· 8 years ago
a99546a
dm: imx: serial: support device tree
by Stefan Agner
· 8 years ago
ab895d6
serial: ns16550: Handle -ENOENT when requesting clock
by Alexandre Courbot
· 8 years ago
6985d49
serial: Add serial_mvebu_a3700 for Armada 3700 SoC
by Stefan Roese
· 8 years ago
1221ce4
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· 8 years ago
82f5279
ns16650: Make sure we have CONFIG_CLK set before using infrastructure
by Tom Rini
· 8 years ago
50fce1d
serial: ns16550: Support clocks via phandle
by Paul Burton
· 8 years ago
601147b
serial: bcm283x_mu: Detect disabled serial device
by Alexander Graf
· 8 years ago
85dc2fe
ARM: uniphier: change UNIPHIER_SERIAL to default y option
by Masahiro Yamada
· 8 years ago
c98b171
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
by Tom Rini
· 8 years ago
6f107e4
arm: rmobile: Add BLANCHE board support
by masakazu.mochizuki.wd@hitachi.com
· 9 years ago
d6ee8ce
serial: sh: Add support R8A7795
by Hiroyuki Yokoyama
· 9 years ago
4711e7f
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 8 years ago
4e3d840
ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()
by Masahiro Yamada
· 8 years ago
59da82e
serial: zynq: Read information about clock from DT
by Michal Simek
· 8 years ago
Next »