[PATCH v2 0/8] Mop-up left-behind fixes for W=1 warnings in USB

Lee Jones lee.jones at linaro.org
Wed Jul 15 05:32:01 EDT 2020


This is the last of them.

Some have been re-written, others fixed-up.

See the in-patch changelog for the details.

Lee Jones (8):
  usb: dwc2: gadget: Make use of GINTMSK2
  usb: dwc2: gadget: Avoid pointless read of EP control register
  usb: mtu3: mtu3_trace: Function headers are not suitable for kerneldoc
  usb: mtu3: mtu3_trace: Supply missing mtu3_debug.h include file
  usb: class: cdc-wdm: Provide description for usb_cdc_wdm_register()'s
    manage_power arg
  usb: c67x00: c67x00-hcd: Demote obvious misuse of kerneldoc to
    standard comment blocks
  usb: misc: sisusbvga: sisusb_init: Remove genunine unused static const
    arrays
  usb: misc: sisusbvga: Move static const tables out to different
    include file

 drivers/usb/c67x00/c67x00-hcd.c            |   6 +-
 drivers/usb/class/cdc-wdm.c                |   3 +-
 drivers/usb/dwc2/gadget.c                  |   3 +-
 drivers/usb/misc/sisusbvga/sisusb_init.c   |   1 +
 drivers/usb/misc/sisusbvga/sisusb_init.h   | 662 --------------------
 drivers/usb/misc/sisusbvga/sisusb_tables.h | 688 +++++++++++++++++++++
 drivers/usb/mtu3/mtu3_trace.c              |   3 +-
 7 files changed, 697 insertions(+), 669 deletions(-)
 create mode 100644 drivers/usb/misc/sisusbvga/sisusb_tables.h

-- 
2.25.1




More information about the linux-arm-kernel mailing list