summaryrefslogtreecommitdiff
path: root/drivers/serial/serial.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-25ARM: remove cm4008 and cm41xx board supportMasahiro Yamada1-2/+0
2014-11-04serial: add prototypes for init functionsJeroen Hofstee1-70/+70
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini1-2/+0
2014-10-25serial: make local functions staticJeroen Hofstee1-4/+4
2014-10-24serial: remove uniphier_serial_initialize() callMasahiro Yamada1-2/+0
2014-10-05serial: add UniPhier serial driverMasahiro Yamada1-0/+2
2014-09-10serial: Set up the 'priv' pointer when creating a serial deviceSimon Glass1-0/+1
2014-07-23Add a flag indicating when the serial console is readySimon Glass1-0/+1
2014-07-23stdio: Pass device pointer to stdio methodsSimon Glass1-6/+48
2014-05-12bd_info: remove bi_barudrate member from struct bd_infoMasahiro Yamada1-7/+3
2014-05-06serial: zynq: Fix typo in suffix function nameMichal Simek1-2/+2
2014-02-19Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master'Albert ARIBAUD1-2/+0
2014-02-07serial/serial_arc - add driver for ARC UARTAlexey Brodkin1-0/+2
2014-02-06ARM: serial: Remove the IXP UART driverMarek Vasut1-2/+0
2013-09-19drivers: serial_s3c44b0: delete an unused driverMasahiro Yamada1-2/+0
2013-09-05Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+2
2013-08-21ARM: mxs: Added application UART driverAndreas Wass1-0/+2
2013-08-13serial: arm_dcc: Register with serial coreJagannadha Sutradharudu Teki1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-26serial: Use ARRAY_SIZE instead of reinventing itAxel Lin1-3/+2
2013-05-15Power: remove support for Freescale MPC8220Wolfgang Denk1-2/+0
2013-04-12arm: Remove support for unused s3c64xxBenoît Thébaudeau1-2/+0
2013-02-28ARM: ns9750dev: remove remainders of dead boardWolfgang Denk1-2/+0
2012-12-13env: Add a baudrate env handlerJoe Hershberger1-0/+70
2012-10-27arm: Remove support for NETARMMarek Vasut1-2/+0
2012-10-27arm: Remove support for s3c4510Marek Vasut1-2/+0
2012-10-27arm: Remove support for lpc2292Marek Vasut1-2/+0
2012-10-17kerneldoc: Annotate drivers/serial/serial.cMarek Vasut1-0/+165
2012-10-17serial: Reorder get_current()Marek Vasut1-9/+12
2012-10-17serial: Reorder serial_assign()Marek Vasut1-5/+6
2012-10-17serial: Implement default_serial_puts()Marek Vasut1-0/+7
2012-10-15serial: Enhance the manual relocationMarek Vasut1-6/+14
2012-10-15serial: Move common/serial.c to drivers/serial/Marek Vasut1-0/+354
2012-10-15serial: ns16550: Rename serial.c to serial_ns16550.cMarek Vasut1-359/+0
2012-10-15serial: ns16550: Move serial registration from serial_initialize()Marek Vasut1-0/+16
2012-10-15serial: Properly spell out the structure member names of serial_driverMarek Vasut1-9/+10
2012-08-11serial: CONSOLE macro is not usedMichal Simek1-3/+0
2011-10-27serial: reduce include platform file for marvell chipLei Wen1-9/+0
2011-07-26serial: drop useless ctlr fieldMike Frysinger1-6/+5
2011-07-26serial: push default_serial_console to driversMike Frysinger1-0/+17
2011-02-21serial: add pantheon soc supportLei Wen1-0/+2
2010-12-17Serial: Add UART support for Marvell ARMADA 100 SoCs.Prafulla Wadaskar1-2/+3
2010-06-17Add Orion5x support to 16550 device driverAlbert Aribaud1-0/+3
2010-04-24serial: struct serial_device: add uninit() entry for driversAnatolij Gustschin1-0/+1
2009-07-06arm: Kirkwood: Basic SOCs supportPrafulla Wadaskar1-0/+3
2009-02-22drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)Mike Frysinger1-4/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-21/+21
2008-08-13drivers/misc: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-07-15Round the serial port clock divisor value returned by calc_divisor()Hugo Villeneuve1-9/+3
2008-07-13Fix integer overflow warning in calc_divisor()Hugo Villeneuve1-2/+9