summaryrefslogtreecommitdiff
path: root/drivers/serial/vct.c
Commit message (Collapse)AuthorAgeLines
* mips/vcth: Use generic 16550 uart driverDetlev Zundel2009-04-28-125/+0
| | | | | | | | | | As the common code also handles baudrate switching, which the board specific vct.c driver did not support, this is one of the rare occassions where deleting code actually adds a feature :) Signed-off-by: Detlev Zundel <dzu@denx.de> Acked-by: Stefan Roese <sr@denx.de> Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
* serial: Rename driver vcth to vct to support other board variantsStefan Roese2009-01-24-0/+125
Moved driver vcth.c to vct.c to better reflect the VCT board series. This driver is now used by the VCT platforms: vct_premium vct_platinum vct_platinumsvc Signed-off-by: Stefan Roese <sr@denx.de>