Re: [PATCH v8 0/3] tty: Introduce software RS485 direction control support

2016-02-10 Thread Peter Hurley
On 02/10/2016 08:24 AM, Matwey V. Kornilov wrote: > 2016-02-10 19:05 GMT+03:00 Peter Hurley : >> Hi Matwey, >> >> On 02/01/2016 10:09 AM, Matwey V. Kornilov wrote: >>> Changes from v7: >>> - rework comments to follow guidelines >>> - minor style changes >>> Changes from v6: >>> - minor style cha

Re: [PATCH v8 0/3] tty: Introduce software RS485 direction control support

2016-02-10 Thread Matwey V. Kornilov
2016-02-10 19:05 GMT+03:00 Peter Hurley : > Hi Matwey, > > On 02/01/2016 10:09 AM, Matwey V. Kornilov wrote: >> Changes from v7: >> - rework comments to follow guidelines >> - minor style changes >> Changes from v6: >> - minor style changes >> - timers are not IRQSAFE now >> Changes from v5: >>

Re: [PATCH v8 0/3] tty: Introduce software RS485 direction control support

2016-02-10 Thread Peter Hurley
Hi Matwey, On 02/01/2016 10:09 AM, Matwey V. Kornilov wrote: > Changes from v7: > - rework comments to follow guidelines > - minor style changes > Changes from v6: > - minor style changes > - timers are not IRQSAFE now > Changes from v5: > - rs485_emul variable has been renamed to em485 to fo

[PATCH v8 0/3] tty: Introduce software RS485 direction control support

2016-02-01 Thread Matwey V. Kornilov
Changes from v7: - rework comments to follow guidelines - minor style changes Changes from v6: - minor style changes - timers are not IRQSAFE now Changes from v5: - rs485_emul variable has been renamed to em485 to follow function names convention Changes from v4: - Add commit message to 1/3