Message ID | 20201025174600.27896-1-johan@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | USB: serial: keyspan_pda: fix up write implementation | expand |
On 2020-10-25 18:45:46 [+0100], Johan Hovold wrote: > This series fixes a number of long-standing issues with the keyspan_pda > driver and reworks its write implementation so that it can be used with > any line discipline or for a system console. > > The last few patches cleans up the xircom device support and some style > issues. Thank you Johan. This series fixes quite some issues including the in_interrupt() part. I added the buffer part because it hurt to see an allocation for one byte. There is no loss without it :) Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> > Johan Sebastian
On Mon, Oct 26, 2020 at 01:13:18PM +0100, Sebastian Andrzej Siewior wrote: > On 2020-10-25 18:45:46 [+0100], Johan Hovold wrote: > > This series fixes a number of long-standing issues with the keyspan_pda > > driver and reworks its write implementation so that it can be used with > > any line discipline or for a system console. > > > > The last few patches cleans up the xircom device support and some style > > issues. > > Thank you Johan. This series fixes quite some issues including the > in_interrupt() part. I added the buffer part because it hurt to see an > allocation for one byte. There is no loss without it :) > > Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Sounds good. And thanks for taking a look at the series. Johan
On Sun, Oct 25, 2020 at 06:45:46PM +0100, Johan Hovold wrote: > This series fixes a number of long-standing issues with the keyspan_pda > driver and reworks its write implementation so that it can be used with > any line discipline or for a system console. > > The last few patches cleans up the xircom device support and some style > issues. Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
On Wed, Oct 28, 2020 at 10:38:48AM +0100, Greg Kroah-Hartman wrote: > On Sun, Oct 25, 2020 at 06:45:46PM +0100, Johan Hovold wrote: > > This series fixes a number of long-standing issues with the keyspan_pda > > driver and reworks its write implementation so that it can be used with > > any line discipline or for a system console. > > > > The last few patches cleans up the xircom device support and some style > > issues. > > Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Thanks for reviewing. Now applied for -next. Johan