All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] usb: gadget: configfs: add some trace event
@ 2021-09-03  2:44 Linyu Yuan
  2021-09-03  2:44 ` [PATCH v2 1/5] usb: gadget: configfs: expose some struct from configfs.c Linyu Yuan
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Linyu Yuan @ 2021-09-03  2:44 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>

Linyu Yuan (5):
  usb: gadget: configfs: expose some struct from configfs.c
  usb: gadget: configfs: change OS attributes operation
  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/Makefile         |   1 +
 drivers/usb/gadget/configfs.c       | 160 ++++++++++++-----------------------
 drivers/usb/gadget/configfs.h       |  71 ++++++++++++++++
 drivers/usb/gadget/configfs_trace.c |  43 ++++++++++
 drivers/usb/gadget/configfs_trace.h | 164 ++++++++++++++++++++++++++++++++++++
 5 files changed, 333 insertions(+), 106 deletions(-)
 create mode 100644 drivers/usb/gadget/configfs_trace.c
 create mode 100644 drivers/usb/gadget/configfs_trace.h

-- 
2.7.4


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

end of thread, other threads:[~2021-09-03  2:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-03  2:44 [PATCH v2 0/5] usb: gadget: configfs: add some trace event Linyu Yuan
2021-09-03  2:44 ` [PATCH v2 1/5] usb: gadget: configfs: expose some struct from configfs.c Linyu Yuan
2021-09-03  2:44 ` [PATCH v2 2/5] usb: gadget: configfs: change OS attributes operation Linyu Yuan
2021-09-03  2:44 ` [PATCH v2 3/5] usb: gadget: configfs: avoid list move operation of usb_function Linyu Yuan
2021-09-03  2:44 ` [PATCH v2 4/5] usb: gadget: configfs: add gadget_info for config group Linyu Yuan
2021-09-03  2:44 ` [PATCH v2 5/5] usb: gadget: configfs: add some trace event Linyu Yuan

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.