This is a resend of previously posted patches (except for the unused private
data patch, which is new) and a rebase of my ftdi_chars_in_buffer patches on
top of the one that was added to usb-next since then (the last three).

These patches are against usb-next of today.


Johan Hovold (10):
  USB: cp210x: fix whitespace issues
  USB: ftdi_sio: remove unnecessary memset
  USB: ftdi_sio: remove unused private port-data
  USB: ftdi_sio: fix tiocmget indentation
  USB: ftdi_sio: fix tiocmget and tiocmset return values
  USB: ftdi_sio: refactor modem-control status retrieval
  USB: serial: export usb_serial_generic_chars_in_buffer
  USB: ftdi_sio: use generic chars_in_buffer
  USB: ftdi_sio: optimise chars_in_buffer
  USB: ftdi_sio: use ftdi_get_modem_status in chars_in_buffer

 drivers/usb/serial/cp210x.c   |  31 ++++++------
 drivers/usb/serial/ftdi_sio.c | 111 +++++++++++++++++++++---------------------
 drivers/usb/serial/generic.c  |   1 +
 3 files changed, 70 insertions(+), 73 deletions(-)

-- 
1.7.12.4

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to