Re: [PATCH RFC v2 2/3] tty: serial_core: Add hooks for uart slave drivers

2015-06-29 Thread Dr. H. Nikolaus Schaller
Hi, thanks again. Am 28.06.2015 um 23:51 schrieb Sergei Zviagintsev : > Hi, > > Some minor comments below. > > On Sun, Jun 28, 2015 at 09:46:25PM +0200, Marek Belisko wrote: >> From: "H. Nikolaus Schaller" >> >> 1. allow drivers to get notified in mctrl changes >> 2. allow drivers to get

Re: [PATCH RFC v2 2/3] tty: serial_core: Add hooks for uart slave drivers

2015-06-29 Thread Dr. H. Nikolaus Schaller
Hi, thanks again. Am 28.06.2015 um 23:51 schrieb Sergei Zviagintsev ser...@s15v.net: Hi, Some minor comments below. On Sun, Jun 28, 2015 at 09:46:25PM +0200, Marek Belisko wrote: From: H. Nikolaus Schaller h...@goldelico.com 1. allow drivers to get notified in mctrl changes 2. allow

Re: [PATCH RFC v2 2/3] tty: serial_core: Add hooks for uart slave drivers

2015-06-28 Thread Sergei Zviagintsev
Hi, Some minor comments below. On Sun, Jun 28, 2015 at 09:46:25PM +0200, Marek Belisko wrote: > From: "H. Nikolaus Schaller" > > 1. allow drivers to get notified in mctrl changes > 2. allow drivers to get notified on rx data (indicating to the driver that >the connected chip is active) >

[PATCH RFC v2 2/3] tty: serial_core: Add hooks for uart slave drivers

2015-06-28 Thread Marek Belisko
From: "H. Nikolaus Schaller" 1. allow drivers to get notified in mctrl changes 2. allow drivers to get notified on rx data (indicating to the driver that the connected chip is active) Signed-off-by: H. Nikolaus Schaller Signed-off-by: Marek Belisko --- drivers/tty/serial/serial_core.c |

Re: [PATCH RFC v2 2/3] tty: serial_core: Add hooks for uart slave drivers

2015-06-28 Thread Sergei Zviagintsev
Hi, Some minor comments below. On Sun, Jun 28, 2015 at 09:46:25PM +0200, Marek Belisko wrote: From: H. Nikolaus Schaller h...@goldelico.com 1. allow drivers to get notified in mctrl changes 2. allow drivers to get notified on rx data (indicating to the driver that the connected chip is

[PATCH RFC v2 2/3] tty: serial_core: Add hooks for uart slave drivers

2015-06-28 Thread Marek Belisko
From: H. Nikolaus Schaller h...@goldelico.com 1. allow drivers to get notified in mctrl changes 2. allow drivers to get notified on rx data (indicating to the driver that the connected chip is active) Signed-off-by: H. Nikolaus Schaller h...@goldelico.com Signed-off-by: Marek Belisko