From: Ricardo Ribalda Delgado Date: Tue, 5 Aug 2014 09:45:59 +0000 (+0200) Subject: serial/8250: Add support for RS485 IOCTLs X-Git-Tag: fixes-for-v3.18-merge-window~14^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e676253b19b2d269cccf67fdb1592120a0cd0676;p=pandora-kernel.git serial/8250: Add support for RS485 IOCTLs This patch allow the users of the 8250 infrastructure to define a handler for RS485 configration. If no handler is defined the 8250 driver will work as usual. Signed-off-by: Ricardo Ribalda Delgado Acked-by: Alan Cox -- v2:Change suggested by Alan "One Thousand Gnomes": - Move rs485 structure further down on the uart_8250_port structure drivers/tty/serial/8250/8250_core.c | 39 +++++++++++++++++++++++++++++++++++++ include/linux/serial_8250.h | 3 +++ 2 files changed, 42 insertions(+) Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed