On Thu, Nov 06, 2014 at 10:46:13PM +0100, Ricardo Ribalda Delgado wrote: > The following drivers: 8250_core, atmel_serial, max310x, mcf, omap-serial > and sci16is7xx implement code to handle RS485 ioctls. > > In order to avoid code duplication, we implement a simple ioctl handler > on the serial_core layer. > > This handler can be used by all the other drivers instead of duplicating > code. > > Until this is the only RS485 ioctl handler, it will try first the > rs485_config callback and if it is not present it will call the driver > specific ioctl. > > Reviewed-by: Alan Cox <alan@xxxxxxxxxxxxxxx> > Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Cc: Jiri Slaby <jslaby@xxxxxxx> > Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@xxxxxxxxx> > --- > > v3: Fix invalid length on copy_from_user I've replaced this and the 08 patch you sent in my tree, so all should be good now, thanks. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html