Re: [ PATCH V9 0/2] serial/uart/8250: Introduce tunable RX trigger I/F
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2014-07-18 01:20:35
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2014-07-18 01:20:35
Also in:
lkml
On Wed, Jul 16, 2014 at 01:19:31AM +0000, Yoshihiro YUNOMAE wrote:
Hi Greg, This patch set introduces tunable RX interrupt trigger I/F for 8250 serials. I used Greg's patch(*1) as 1st patch in this version, and applied 2nd patch of previous version. Would you review this patch set?
Looks good.
Note: I cleaned up Greg's patch as follows: - Delete extra line break - Use kcalloc instead of kmalloc - sizeof(struct attribute_group *) => sizeof(**uport->tty_groups)
thanks, for doing that, nice job :) greg k-h