Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
df4262f7923cd08e0b3cb924afc17f8941c3da32
/
drivers
/
serial
/
serial_ns16550.c
dec7ea0
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· 6 months ago
abb9a04
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· 6 months ago
c0ae4a5
serial: Remove <common.h> and add needed includes
by Tom Rini
· 7 months ago
df6a215
global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_*
by Tom Rini
· 2 years ago
10ac24f
powerpc: Rename CONFIG_NS16550_MIN_FUNCTIONS
by Tom Rini
· 2 years ago
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· 4 years, 1 month ago
2b92398
serial: Rename ns16550 functions to lower case
by Simon Glass
· 4 years ago
119e7ef
serial: Update NS16550_t and struct NS16550
by Simon Glass
· 4 years ago
85d6531
common: Move clock functions into a new file
by Simon Glass
· 5 years ago
1f26500
common: Drop floppy disk support
by Simon Glass
· 5 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
6d064ee
serial: Remove serial_putc_raw_dev
by Tom Rini
· 9 years ago
4d5b991
serial: add static directive to local functions
by Masahiro Yamada
· 10 years ago
e98e01e
dm: serial: Move baud rate calculation to ns16550.c
by Simon Glass
· 10 years ago
641e3ce
omap: clean-up dead configs
by Masahiro Yamada
· 10 years ago
ef2c62f
serial: ns16550: use a const variable instead of macro
by Masahiro Yamada
· 10 years ago
75ab6cb
serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor
by Masahiro Yamada
· 10 years ago
dabca15
serial: ns16550: drop CONFIG_OMAP1610 from the special case
by Masahiro Yamada
· 10 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
96a2548
arm: Remove OMAP2420H4 and all omap24xx support
by Tom Rini
· 11 years ago
6c3c4e2
serial/ns16550: don't generate functions for undefined ports
by Scott Wood
· 12 years ago
2fecf6d
serial/ns16550: don't build serial_ns16550 with MIN_FUNCTIONS
by Scott Wood
· 12 years ago
e007094
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 12 years ago
561cda9
drivers/serial/serial_ns16550.c: sparse fixes
by Kim Phillips
· 12 years ago
86832ec
serial: ns16550: Enable COM5 and COM6
by Andrew Bradford
· 12 years ago
b24d006
drivers/serial/serial_ns16550.c: sparse fixes
by Kim Phillips
· 12 years ago
f35317c
serial: Remove CONFIG_SERIAL_MULTI from serial drivers
by Marek Vasut
· 12 years ago
b1591a1
serial: ns16550: Rename serial.c to serial_ns16550.c
by Marek Vasut
· 12 years ago
[Renamed from drivers/serial/serial.c]
3f08506
serial: ns16550: Move serial registration from serial_initialize()
by Marek Vasut
· 12 years ago
5bcdf24
serial: Properly spell out the structure member names of serial_driver
by Marek Vasut
· 12 years ago
b43fd34
serial: CONSOLE macro is not used
by Michal Simek
· 12 years ago
d26517d
serial: reduce include platform file for marvell chip
by Lei Wen
· 13 years ago
1ef72f6
serial: drop useless ctlr field
by Mike Frysinger
· 14 years ago
f96c042
serial: push default_serial_console to drivers
by Mike Frysinger
· 14 years ago
82a6051
serial: add pantheon soc support
by Lei Wen
· 14 years ago
19fd86f
Serial: Add UART support for Marvell ARMADA 100 SoCs.
by Prafulla Wadaskar
· 14 years ago
8175c67
Add Orion5x support to 16550 device driver
by Albert Aribaud
· 14 years ago
99d25f9
serial: struct serial_device: add uninit() entry for drivers
by Anatolij Gustschin
· 15 years ago
a09bbe5
arm: Kirkwood: Basic SOCs support
by Prafulla Wadaskar
· 15 years ago
d0e9786
drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
by Mike Frysinger
· 16 years ago
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
a44b9aa
drivers/misc: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
af37d8e
Round the serial port clock divisor value returned by calc_divisor()
by Hugo Villeneuve
· 16 years ago
5bf03f5
Fix integer overflow warning in calc_divisor()
by Hugo Villeneuve
· 16 years ago
9193fbe
Round the serial port clock divisor value returned by calc_divisor()
by Hugo Villeneuve
· 16 years ago
126e782
drivers/serial : move serial drivers to drivers/serial
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
[Renamed from drivers/serial.c]
4df0da5
Coding style cleanup
by Wolfgang Denk
· 18 years ago
44df561
Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled
by Wolfgang Denk
· 18 years ago
6405a15
GCC-4.x fixes: clean up global data pointer initialization for all boards.
by Wolfgang Denk
· 19 years ago
e0c812a
* Patch by Yusdi Santoso, 22 Oct 2004:
by wdenk
· 20 years ago
f806271
* Patches by Richard Woodruff, 01 Oct 2004:
by wdenk
· 20 years ago
7eaacc5
* Patch by George G. Davis, 19 Aug 2003: fix TI Innovator/OMAP1510 pin configs
by wdenk
· 21 years ago
2bb1105
* Patch by Martin Krause, 17 Jul 2003:
by wdenk
· 21 years ago
f6f96f7
Patches by Kshitij, 04 Jul 2003
by wdenk
· 21 years ago
8aeb24e
* Patch by Devin Crumb, 02 Apr 2003:
by wdenk
· 21 years ago
78f6622
Initial revision
by wdenk
· 22 years ago