Re: [PATCH] USB: serial: mos7840: add support for setting custom baud rate

2017-06-06 Thread Johan Hovold
On Thu, May 11, 2017 at 09:12:48PM +0300, Peter Mamonov wrote: > The patch implements TIOCSSERIAL ioctl call. The following fields of the > `struct serial_struct` are processed: > > - flags: ASYNC_SPD_MASK bits are processed. > > - baud_base: allow a user to specify arbitrary value less or equal

Re: [PATCH] USB: serial: mos7840: add support for setting custom baud rate

2017-05-22 Thread Peter Mamonov
On Mon, May 22, 2017 at 06:03:36PM +0200, Johan Hovold wrote: > On Mon, May 22, 2017 at 06:58:16PM +0300, Peter Mamonov wrote: > > Hi Johan, > > > > Could you, please, give some feedback on the patch I've send recently? > > Your patch is in my queue of patches to review for -next. I'll try to >

Re: [PATCH] USB: serial: mos7840: add support for setting custom baud rate

2017-05-22 Thread Johan Hovold
On Mon, May 22, 2017 at 06:58:16PM +0300, Peter Mamonov wrote: > Hi Johan, > > Could you, please, give some feedback on the patch I've send recently? Your patch is in my queue of patches to review for -next. I'll try to process it this week. Thanks, Johan -- To unsubscribe from this list: send

Re: [PATCH] USB: serial: mos7840: add support for setting custom baud rate

2017-05-22 Thread Peter Mamonov
Hi Johan, Could you, please, give some feedback on the patch I've send recently? Regards, Peter On Thu, May 11, 2017 at 09:12:48PM +0300, Peter Mamonov wrote: > The patch implements TIOCSSERIAL ioctl call. The following fields of the > `struct serial_struct` are processed: > > - flags:

[PATCH] USB: serial: mos7840: add support for setting custom baud rate

2017-05-11 Thread Peter Mamonov
The patch implements TIOCSSERIAL ioctl call. The following fields of the `struct serial_struct` are processed: - flags: ASYNC_SPD_MASK bits are processed. - baud_base: allow a user to specify arbitrary value less or equal the maximum port speed. Use it later in conjunction with custom_divisor