On Mon, Jun 17, 2019 at 04:59:51PM +0200, Stefan Roese wrote: > This patch adds wrapper functions to convert MSR <-> TIOCM and also > MCR <-> TIOCM. These functions are used now in serial8250_do_set_mctrl() > and serial8250_do_get_mctrl(). > > Signed-off-by: Stefan Roese <s...@denx.de> > Suggested-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> > Reviewed-by: Andy Shevchenko <andriy.shevche...@linux.intel.com> > Reviewed-by: Mika Westerberg <mika.westerb...@linux.intel.com> > Cc: Mika Westerberg <mika.westerb...@linux.intel.com> > Cc: Andy Shevchenko <andriy.shevche...@linux.intel.com> > Cc: Yegor Yefremov <yegorsli...@googlemail.com> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: Giulio Benetti <giulio.bene...@micronovasrl.com> > --- > v7: > - No change > > v6: > - New patch > > drivers/tty/serial/8250/8250.h | 54 +++++++++++++++++++++++++++++ > drivers/tty/serial/8250/8250_port.c | 25 ++----------- > 2 files changed, 57 insertions(+), 22 deletions(-)
This patch does not apply to my tty-next tree. Please rebase the series and resend. thanks, greg k-h