mbox series

[0/2,v2] utilize the new control message send and receive API

Message ID 20200925160200.4364-1-petkan@nucleusys.com (mailing list archive)
Headers show
Series utilize the new control message send and receive API | expand

Message

Petko Manolov Sept. 25, 2020, 4:01 p.m. UTC
From: Petko Manolov <petko.manolov@konsulko.com>

As discussed at the linux-usb this patch series is moving from old style
usb_control_msg() to the new API.  For obvious reasons we don't want to open
code usb_control_msg_send() and usb_control_msg_recv() functions.

Petko Manolov (2):
  Convert Pegasus' control messages to the new
    usb_control_msg_send/recv() scheme.
  Convert RTL8150's control messages to the new
    usb_control_msg_send/recv() scheme.

 drivers/net/usb/pegasus.c | 56 +++++++--------------------------------
 drivers/net/usb/rtl8150.c | 32 +++++-----------------
 2 files changed, 15 insertions(+), 73 deletions(-)