Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 8250/fintek: Use rs485 handler from serial_core | Ricardo Ribalda Delgado | 2014-11-06 | 1 | -3/+5 |
| | | | | | | | | | | In order to remove the handler for rs485 ioctls on serial_8250, all the drivers must use the implementation on serial_core. Reviewed-by: Alan Cox <alan@linux.intel.com> Cc: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | ||||
* | serial: Add support for Fintek F81216A LPC to 4 UART | Ricardo Ribalda Delgado | 2014-09-08 | 1 | -0/+249 |
This patch lets you set the RS485 cappabilites of the device through TIOCSRS485 and TIOCGRS485 as defined on Documentation/serial/serial-rs485.txt In order to probe the device, the PNP id and the device id is used. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |