linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Mop-up left-behind fixes for W=1 warnings in USB
@ 2020-07-15  9:32 Lee Jones
  2020-07-15  9:32 ` [PATCH v2 1/8] usb: dwc2: gadget: Make use of GINTMSK2 Lee Jones
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Lee Jones @ 2020-07-15  9:32 UTC (permalink / raw)
  To: gregkh; +Cc: linux-arm-kernel, linux-kernel, linux-usb, Lee Jones

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-07-21 11:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15  9:32 [PATCH v2 0/8] Mop-up left-behind fixes for W=1 warnings in USB Lee Jones
2020-07-15  9:32 ` [PATCH v2 1/8] usb: dwc2: gadget: Make use of GINTMSK2 Lee Jones
2020-07-15 12:23   ` Minas Harutyunyan
2020-07-21  9:43     ` Felipe Balbi
2020-07-21 10:09       ` Minas Harutyunyan
2020-07-21 11:32         ` Felipe Balbi
2020-07-21 11:52           ` Lee Jones
2020-07-21 11:55             ` Felipe Balbi
2020-07-15  9:32 ` [PATCH v2 2/8] usb: dwc2: gadget: Avoid pointless read of EP control register Lee Jones
2020-07-15  9:32 ` [PATCH v2 3/8] usb: mtu3: mtu3_trace: Function headers are not suitable for kerneldoc Lee Jones
2020-07-15  9:32 ` [PATCH v2 4/8] usb: mtu3: mtu3_trace: Supply missing mtu3_debug.h include file Lee Jones
2020-07-15  9:32 ` [PATCH v2 5/8] usb: class: cdc-wdm: Provide description for usb_cdc_wdm_register()'s manage_power arg Lee Jones
2020-07-15  9:32 ` [PATCH v2 6/8] usb: c67x00: c67x00-hcd: Demote obvious misuse of kerneldoc to standard comment blocks Lee Jones
2020-07-15  9:32 ` [PATCH v2 7/8] usb: misc: sisusbvga: sisusb_init: Remove genunine unused static const arrays Lee Jones
2020-07-15  9:32 ` [PATCH v2 8/8] usb: misc: sisusbvga: Move static const tables out to different include file Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).