Re: [PATCHv2 07/11] serdev: add helpers for cts and rts handling

2017-03-22 Thread Rob Herring
On Tue, Mar 21, 2017 at 5:32 PM, Sebastian Reichel wrote: > Add serdev helper functions for handling of cts and rts > lines using the serdev's tiocm functions. > > Signed-off-by: Sebastian Reichel > --- > include/linux/serdev.h | 31 +++ > 1 file changed, 31 insertion

[PATCHv2 07/11] serdev: add helpers for cts and rts handling

2017-03-21 Thread Sebastian Reichel
Add serdev helper functions for handling of cts and rts lines using the serdev's tiocm functions. Signed-off-by: Sebastian Reichel --- include/linux/serdev.h | 31 +++ 1 file changed, 31 insertions(+) diff --git a/include/linux/serdev.h b/include/linux/serdev.h index