summaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2009-10-24s5pc1xx: SMDKC100: fix compile warningsMinkyu Kang1-1/+1
2009-10-14Clean-up of s3c24x0 drivers excluding nand driverkevin.morfitt@fearnside-systems.co.uk1-69/+91
2009-10-14s5pc1xx: support serial driverMinkyu Kang2-0/+196
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD2-6/+6
2009-07-06arm: Kirkwood: Basic SOCs supportPrafulla Wadaskar1-0/+3
2009-06-21serial_mx31: allow it to work with mx27 too and rename to serial_mxcIlya Yanok2-1/+22
2009-06-12ZOOM2 Add serial support.Tom Rix1-2/+2
2009-06-12lh7a40x: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+185
2009-06-12pxa: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+386
2009-06-12arm/dcc: add xscale supportJean-Christophe PLAGNIOL-VILLARD1-0/+16
2009-06-12arm/dcc: use static support to allow to use it at anytimeJean-Christophe PLAGNIOL-VILLARD1-114/+42
2009-05-16Fix e-mail address of Gary Jennejohn.Detlev Zundel2-2/+2
2009-04-28mips/vcth: Use generic 16550 uart driverDetlev Zundel2-127/+1
2009-04-06Support for PXA27X UDC.Remy Bohmer1-1/+3
2009-04-06drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD2-4/+4
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk1-1/+0
2009-04-04at91rm9200: move serial shutdown code to serial driversJean-Christophe PLAGNIOL-VILLARD1-0/+5
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-04Rename 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-30arm720t/clps7111: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+122
2009-03-30lpc2292: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+106
2009-03-30ks8695: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+118
2009-03-30imx31: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+227
2009-03-30netarm: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+196
2009-03-30sa1100: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+161
2009-03-30s3c44b0: 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-22drivers/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-07Coldfire: 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