Re: [PATCH 0/8] serial: 8250: Add 485 emulation to 8250_dw.

2018-06-04 Thread Giulio Benetti
Il 04/06/2018 13:44, Andy Shevchenko ha scritto: On Mon, 2018-06-04 at 12:42 +0200, Giulio Benetti wrote: I don't see in Cc list author of rs485 code, who might be interested in this. So, added him here. Thanks Andy for adding in Cc an reviewing. Dumb question: how did you find him? I'm

Re: [PATCH 0/8] serial: 8250: Add 485 emulation to 8250_dw.

2018-06-04 Thread Andy Shevchenko
On Mon, 2018-06-04 at 12:42 +0200, Giulio Benetti wrote: > > > I don't see in Cc list author of rs485 code, who might be > > > interested in > > > this. > > > > > > So, added him here. > > Thanks Andy for adding in Cc an reviewing. > Dumb question: how did you find him? I'm just following maili

Re: [PATCH 0/8] serial: 8250: Add 485 emulation to 8250_dw.

2018-06-04 Thread Giulio Benetti
Hi everybody, Il 04/06/2018 12:34, Matwey V. Kornilov ha scritto: 2018-06-04 13:12 GMT+03:00 Andy Shevchenko : On Fri, 2018-06-01 at 14:40 +0200, Giulio Benetti wrote: Need to handle rs485 with 8250_dw port. Use existing em485 emulation layer for 8250 taking care to fix some bug and taking ca

Re: [PATCH 0/8] serial: 8250: Add 485 emulation to 8250_dw.

2018-06-04 Thread Matwey V. Kornilov
2018-06-04 13:12 GMT+03:00 Andy Shevchenko : > On Fri, 2018-06-01 at 14:40 +0200, Giulio Benetti wrote: >> Need to handle rs485 with 8250_dw port. >> >> Use existing em485 emulation layer for 8250 taking care to fix some >> bug >> and taking care especially of RTS_AFTER_SEND case. >> > > I don't se

Re: [PATCH 0/8] serial: 8250: Add 485 emulation to 8250_dw.

2018-06-04 Thread Andy Shevchenko
On Fri, 2018-06-01 at 14:40 +0200, Giulio Benetti wrote: > Need to handle rs485 with 8250_dw port. > > Use existing em485 emulation layer for 8250 taking care to fix some > bug > and taking care especially of RTS_AFTER_SEND case. > I don't see in Cc list author of rs485 code, who might be intere

[PATCH 0/8] serial: 8250: Add 485 emulation to 8250_dw.

2018-06-01 Thread Giulio Benetti
Need to handle rs485 with 8250_dw port. Use existing em485 emulation layer for 8250 taking care to fix some bug and taking care especially of RTS_AFTER_SEND case. Giulio Benetti (8): serial: 8250_dw: add em485 support serial: 8250_dw: allow enable rs485 at boot time serial: 8250: Copy em485