aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial/serial.c
AgeCommit message (Expand)AuthorFilesLines
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-10serial: 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-16Serial: 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-21drivers/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
2008-07-10Round the serial port clock divisor value returned by calc_divisor()Hugo Villeneuve1-1/+6
2007-11-25drivers/serial : move serial drivers to drivers/serialJean-Christophe PLAGNIOL-VILLARD1-0/+326