Re: [PATCH v2] serdev: add method to set parity
From: Marcel Holtmann <hidden>
Date: 2018-01-23 08:16:59
Also in:
linux-bluetooth, linux-renesas-soc
From: Marcel Holtmann <hidden>
Date: 2018-01-23 08:16:59
Also in:
linux-bluetooth, linux-renesas-soc
Hi Ulrich,
Adds serdev_device_set_parity() and an implementation for ttyport. The interface uses an enum with the values SERIAL_PARITY_NONE, SERIAL_PARITY_EVEN and SERIAL_PARITY_ODD. Signed-off-by: Ulrich Hecht <redacted> Reviewed-by: Sebastian Reichel <sebastian.reichel-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org> --- Hi! This revision addresses Johan's comments (see below for details) and adds Sebastian's Reviewed-by tag. Thank you for your reviews! CU Uli Changes since v1: - added Reviewed-by tag - expanded commit message - shuffled stuff around to keep line-setting bits together - clear CMSPAR - (hopefully) detect errors correctly by checking tty->termios after call to tty_set_termios(). drivers/tty/serdev/core.c | 12 ++++++++++++ drivers/tty/serdev/serdev-ttyport.c | 24 ++++++++++++++++++++++++ include/linux/serdev.h | 10 ++++++++++ 3 files changed, 46 insertions(+)
patch has been applied to bluetooth-next tree. Regards Marcel