[PATCH v2 0/5] tty/serial: at91: fix bugs when using multiple serials

2015-02-27 Thread Leilei Zhao
The series of patches fix bugs when using multiple serial ports at the same time: - The using rx ring buffer in DMA is inconsistent with its allocation. - The serial port can't send and receive data when it's opened the second time and the later if it switches to PIO when DMA channel is not

[PATCH v2 0/5] tty/serial: at91: fix bugs when using multiple serials

2015-02-27 Thread Leilei Zhao
The series of patches fix bugs when using multiple serial ports at the same time: - The using rx ring buffer in DMA is inconsistent with its allocation. - The serial port can't send and receive data when it's opened the second time and the later if it switches to PIO when DMA channel is not