Commit Graph

16 Commits (c2a1d5d30687e04692b1bbe386591b5efd7ad57f)

Author SHA1 Message Date
Masahiro Yamada 3fdd0bb2b0 serial: add static directive to local functions 10 years ago
Simon Glass fa54eb1243 dm: serial: Move baud rate calculation to ns16550.c 11 years ago
Masahiro Yamada 8ac22a60e2 omap: clean-up dead configs 11 years ago
Masahiro Yamada 5b9587ae31 serial: ns16550: use a const variable instead of macro 11 years ago
Masahiro Yamada f8c7c2033d serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor 11 years ago
Masahiro Yamada 841977df21 serial: ns16550: drop CONFIG_OMAP1610 from the special case 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Tom Rini 7f5eef93af arm: Remove OMAP2420H4 and all omap24xx support 12 years ago
Scott Wood 55db9ccae3 serial/ns16550: don't generate functions for undefined ports 12 years ago
Scott Wood 48cbc3a876 serial/ns16550: don't build serial_ns16550 with MIN_FUNCTIONS 12 years ago
Kim Phillips ac63f2a2ec drivers/serial/serial_ns16550.c: sparse fixes 12 years ago
Andrew Bradford 96708a0605 serial: ns16550: Enable COM5 and COM6 12 years ago
Kim Phillips d07e7f9b3d drivers/serial/serial_ns16550.c: sparse fixes 12 years ago
Marek Vasut a382725060 serial: Remove CONFIG_SERIAL_MULTI from serial drivers 12 years ago
Marek Vasut 19b8fa0b61 serial: ns16550: Rename serial.c to serial_ns16550.c 12 years ago
Marek Vasut abc0ed8da1 serial: ns16550: Move serial registration from serial_initialize() 12 years ago
Marek Vasut 90bad891e1 serial: Properly spell out the structure member names of serial_driver 12 years ago
Michal Simek fc3608513b serial: CONSOLE macro is not used 13 years ago
Lei Wen 93554271b9 serial: reduce include platform file for marvell chip 13 years ago
Mike Frysinger 1c9a5606d8 serial: drop useless ctlr field 14 years ago
Mike Frysinger 6c768ca746 serial: push default_serial_console to drivers 14 years ago
Lei Wen b5d807f64d serial: add pantheon soc support 14 years ago
Prafulla Wadaskar a042ec33b7 Serial: Add UART support for Marvell ARMADA 100 SoCs. 14 years ago
Albert Aribaud 83142c112d Add Orion5x support to 16550 device driver 15 years ago
Anatolij Gustschin fbb0030e38 serial: struct serial_device: add uninit() entry for drivers 15 years ago
Prafulla Wadaskar 4efb77d41f arm: Kirkwood: Basic SOCs support 16 years ago
Mike Frysinger b4746d8bf9 drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...) 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 6d0f6bcf33 rename CFG_ macros to CONFIG_SYS 16 years ago
Jean-Christophe PLAGNIOL-VILLARD 55d6d2d39f drivers/misc: Move conditional compilation to Makefile 17 years ago
Hugo Villeneuve bcab74baa6 Round the serial port clock divisor value returned by calc_divisor() 17 years ago
Hugo Villeneuve ef130d3093 Fix integer overflow warning in calc_divisor() 17 years ago
Hugo Villeneuve 89134ea1f6 Round the serial port clock divisor value returned by calc_divisor() 17 years ago
Jean-Christophe PLAGNIOL-VILLARD 1378df792a drivers/serial : move serial drivers to drivers/serial 17 years ago
Wolfgang Denk 511d0c72b8 Coding style cleanup 19 years ago
Wolfgang Denk 0fd30252c8 Make the serial driver framework work with CONFIG_SERIAL_MULTI enabled 19 years ago
Wolfgang Denk d87080b721 GCC-4.x fixes: clean up global data pointer initialization for all boards. 19 years ago
wdenk 756f586a73 * Patch by Yusdi Santoso, 22 Oct 2004: 20 years ago
wdenk 8ed9604613 * Patches by Richard Woodruff, 01 Oct 2004: 20 years ago
wdenk 6f21347d49 * Patch by George G. Davis, 19 Aug 2003: 22 years ago
wdenk 2535d60277 * Patch by Martin Krause, 17 Jul 2003: 22 years ago
wdenk 2e5983d2ea Patches by Kshitij, 04 Jul 2003 22 years ago
wdenk 0332990b85 * Patch by Devin Crumb, 02 Apr 2003: 22 years ago
wdenk 78f6622a1f Initial revision 23 years ago
wdenk f8cac651b3 Initial revision 23 years ago