+10
−0
+1
−0
drivers/serial/vt8500_serial.c
0 → 100644
+648
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This adds a driver for the serial ports found in VIA and WonderMedia Systems-on-Chip. Interrupt-driven FIFO operation is implemented. The hardware also supports pure register-based operation (which is slower) and DMA-based FIFO operation. As the FIFOs are only 16 bytes long, DMA operation is probably not worth the hassle. Signed-off-by:Alexey Charkov <alchark@gmail.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>