aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2009-04-04at91rm9200: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+114
2009-04-04at91sam9: add watchdog supportJean-Christophe PLAGNIOL-VILLARD1-1/+3
2009-04-03Rename common ns16550 constants with UART_ prefix to prevent conflictsDetlev Zundel1-18/+21
2009-03-30s3c24x0: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+301
2009-03-30imx: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+222
2009-03-29arm720t/clps7111: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+122
2009-03-29lpc2292: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+106
2009-03-29ks8695: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+118
2009-03-29imx31: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+227
2009-03-29netarm: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+196
2009-03-29sa1100: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+161
2009-03-29s3c44b0: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+219
2009-03-21Replaced endpoint numbers with appropriate macros in usbtty.c.Vivek Kutal1-6/+6
2009-02-22arm: add uart dcc supportJean-Christophe PLAGNIOL-VILLARD2-0/+227
2009-02-21drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)Mike Frysinger3-11/+3
2009-02-19Create configuration option for restricted ns16550 functionsRon Madrid1-0/+4
2009-02-15Added usbtty_configured() check. Fixed attribute(packed) warnings.Atin Malaviya1-7/+11
2009-02-06Coldfire: Applied baudrate formula of serial_init to serial_setbrgRichard Retanubun1-2/+3
2009-01-31ixp: move serial to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+126
2009-01-24serial: Rename driver vcth to vct to support other board variantsStefan Roese2-3/+7
2009-01-16sh: serial: use readx/writex accessorsJean-Christophe PLAGNIOL-VILLARD1-23/+23
2009-01-16sh: serial: coding style cleanupJean-Christophe PLAGNIOL-VILLARD1-17/+18
2008-12-10sh: Update SuperH serial driverNobuhiro Iwamatsu1-1/+1
2008-12-10serial: Add vcth UART driverStefan Roese2-0/+122
2008-12-09usbtty/omap: update to current APIJean-Christophe PLAGNIOL-VILLARD2-14/+23
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD3-28/+28
2008-09-19sh: Fix typo in SH serial driverNobuhiro Iwamatsu1-1/+1
2008-09-09Makefile: fix bug introduced by commit 47ffd6c2Wolfgang Denk1-1/+1
2008-09-09Makefile: compile and link each module just onceWolfgang Denk1-1/+1
2008-09-09Moved conditional compile into MakefileAndreas Engel2-11/+7
2008-09-09Merged serial_pl010.c and serial_pl011.c.Andreas Engel4-178/+69
2008-09-01Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2-0/+173
2008-08-31sh: add support Renesas SH7723Nobuhiro Iwamatsu1-12/+34
2008-08-31sh: Add support Renesas SH7203 processorNobuhiro Iwamatsu1-1/+2
2008-08-31S3C64XX: remove broken HWFLOW support from the serial driverGuennadi Liakhovetski1-21/+0
2008-08-31serial: add S3C64XX serial driverGuennadi Liakhovetski2-0/+194
2008-08-13drivers/misc: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-08-13serial: move CFG_NS9750_UART to CONFIG_NS9750_UARTJean-Christophe PLAGNIOL-VILLARD2-5/+1
2008-08-13serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLEJean-Christophe PLAGNIOL-VILLARD2-5/+1
2008-08-03drivers/serial: Move conditional compilation to Makefile for CONFIG_* macrosJean-Christophe PLAGNIOL-VILLARD7-29/+6
2008-07-20serial_xuartlite.c: fix compiler warningsRicardo Ribalda Delgado1-5/+5
2008-07-15Round the serial port clock divisor value returned by calc_divisor()Hugo Villeneuve1-9/+3
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-2/+2
2008-07-13microblaze: Clean uartlite driverMichal Simek1-16/+21
2008-07-13Fix integer overflow warning in calc_divisor()Hugo Villeneuve1-2/+9
2008-07-11ColdFire: Fix UART baudrate formulaTsiChung Liew1-2/+2
2008-07-10Round the serial port clock divisor value returned by calc_divisor()Hugo Villeneuve1-1/+6
2008-06-29serial_pl010.c: add watchdog supportStuart Wood1-2/+6
2008-06-09sh: SH7763 SCIF supportNobuhiro Iwamatsu1-55/+73
2008-05-21Big white-space cleanup.Wolfgang Denk5-38/+38