Re: [PATCH] tty: 8250_of: Use software emulated RS485 direction control

2019-09-13 Thread Andy Shevchenko
On Fri, Sep 13, 2019 at 04:51:30PM +0200, Heiko Schocher wrote: > Am 13.09.2019 um 12:24 schrieb Andy Shevchenko: > > On Fri, Sep 13, 2019 at 07:01:05AM +0200, Heiko Schocher wrote: > > > Patch is based on: > > > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > > > commit:

Re: [PATCH] tty: 8250_of: Use software emulated RS485 direction control

2019-09-13 Thread Heiko Schocher
Hello Andy, Am 13.09.2019 um 12:24 schrieb Andy Shevchenko: On Fri, Sep 13, 2019 at 07:01:05AM +0200, Heiko Schocher wrote: Use software emulated RS485 direction control to provide RS485 API Currently it is not possible to use rs485 as pointer to rs485_config struct in struct uart_port is NULL

Re: [PATCH] tty: 8250_of: Use software emulated RS485 direction control

2019-09-13 Thread Andy Shevchenko
On Fri, Sep 13, 2019 at 07:01:05AM +0200, Heiko Schocher wrote: > Use software emulated RS485 direction control to provide RS485 API > > Currently it is not possible to use rs485 as pointer to > rs485_config struct in struct uart_port is NULL in case we > configure the port through device tree. T

[PATCH] tty: 8250_of: Use software emulated RS485 direction control

2019-09-12 Thread Heiko Schocher
Use software emulated RS485 direction control to provide RS485 API Currently it is not possible to use rs485 as pointer to rs485_config struct in struct uart_port is NULL in case we configure the port through device tree. Signed-off-by: Heiko Schocher --- Patch is based on: git://git.kernel.org