All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] usb: gadget: configfs: add some trace event
@ 2021-09-07  1:09 Linyu Yuan
  2021-09-07  1:09 ` [PATCH v5 1/3] usb: gadget: configfs: avoid list move operation of usb_function Linyu Yuan
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Linyu Yuan @ 2021-09-07  1:09 UTC (permalink / raw)
  To: Felipe Balbi, Greg Kroah-Hartman; +Cc: linux-usb, Linyu Yuan

this series make some minor change to gadget configfs
which allow common trace from configfs layer.

follow suggestion from Felipe Balbi in link below,
https://lore.kernel.org/linux-usb/1629777281-30188-1-git-send-email-quic_linyyuan@quicinc.com/

v2: fix two issue Reported-by: kernel test robot <lkp@intel.com>
v3: do not move private structure to configfs.h
v4: add missing new file configfs_trace.h
v5: lost some change of v2, add it again

Linyu Yuan (3):
  usb: gadget: configfs: avoid list move operation of usb_function
  usb: gadget: configfs: add gadget_info for config group
  usb: gadget: configfs: add some trace event

 drivers/usb/gadget/configfs.c       | 117 +++++++++++++++++++------
 drivers/usb/gadget/configfs_trace.h | 167 ++++++++++++++++++++++++++++++++++++
 2 files changed, 256 insertions(+), 28 deletions(-)
 create mode 100644 drivers/usb/gadget/configfs_trace.h

-- 
2.7.4


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

end of thread, other threads:[~2021-10-16 15:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07  1:09 [PATCH v5 0/3] usb: gadget: configfs: add some trace event Linyu Yuan
2021-09-07  1:09 ` [PATCH v5 1/3] usb: gadget: configfs: avoid list move operation of usb_function Linyu Yuan
2021-10-05 11:10   ` Greg Kroah-Hartman
2021-10-09  2:26     ` Linyu Yuan (QUIC)
2021-10-10 13:04       ` Greg Kroah-Hartman
2021-10-12  3:54         ` Linyu Yuan (QUIC)
2021-10-12  7:30           ` Greg Kroah-Hartman
2021-10-13  2:54             ` Linyu Yuan (QUIC)
2021-10-09  5:28     ` Linyu Yuan (QUIC)
2021-09-07  1:09 ` [PATCH v5 2/3] usb: gadget: configfs: add gadget_info for config group Linyu Yuan
2021-10-05 11:11   ` Greg Kroah-Hartman
2021-10-09  5:32     ` Linyu Yuan (QUIC)
2021-09-07  1:09 ` [PATCH v5 3/3] usb: gadget: configfs: add some trace event Linyu Yuan
2021-10-05 11:16   ` Greg Kroah-Hartman
2021-10-08  1:09     ` Jack Pham
2021-10-08  5:38       ` Greg Kroah-Hartman
2021-10-08  5:50         ` Trilok Soni
2021-10-16 15:29     ` Linyu Yuan (QUIC)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.