Re: [PATCH V2] serial/uart: Add tunable RX interrupt trigger I/F of FIFO buffers

2014-02-17 Thread Yoshihiro YUNOMAE
Hi Alan, Thank you for your reply. (2014/02/18 0:12), One Thousand Gnomes wrote: According to HW specification of serial UART devices, RX interrupt trigger can be changed, but the trigger is hard-coded. For example, RX interrupt trigger in 16550A can be set to 1, 4, 8, or 14 bytes for HW, but

Re: [PATCH V2] serial/uart: Add tunable RX interrupt trigger I/F of FIFO buffers

2014-02-17 Thread One Thousand Gnomes
> According to HW specification of serial UART devices, RX interrupt trigger > can be changed, but the trigger is hard-coded. For example, RX interrupt > trigger > in 16550A can be set to 1, 4, 8, or 14 bytes for HW, but current driver sets > the trigger to only 8bytes. > > This patch makes a

Re: [PATCH V2] serial/uart: Add tunable RX interrupt trigger I/F of FIFO buffers

2014-02-17 Thread One Thousand Gnomes
According to HW specification of serial UART devices, RX interrupt trigger can be changed, but the trigger is hard-coded. For example, RX interrupt trigger in 16550A can be set to 1, 4, 8, or 14 bytes for HW, but current driver sets the trigger to only 8bytes. This patch makes a 16550A

Re: [PATCH V2] serial/uart: Add tunable RX interrupt trigger I/F of FIFO buffers

2014-02-17 Thread Yoshihiro YUNOMAE
Hi Alan, Thank you for your reply. (2014/02/18 0:12), One Thousand Gnomes wrote: According to HW specification of serial UART devices, RX interrupt trigger can be changed, but the trigger is hard-coded. For example, RX interrupt trigger in 16550A can be set to 1, 4, 8, or 14 bytes for HW, but