All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] usb: gadget: configfs: add some trace event
@ 2021-09-06 11:17 Linyu Yuan
  2021-09-06 11:17 ` [PATCH v3 1/3] usb: gadget: configfs: avoid list move operation of usb_function Linyu Yuan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Linyu Yuan @ 2021-09-06 11:17 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

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 | 114 +++++++++++++++++++++++++++++++++---------
 1 file changed, 89 insertions(+), 25 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-09-06 11:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 11:17 [PATCH v3 0/3] usb: gadget: configfs: add some trace event Linyu Yuan
2021-09-06 11:17 ` [PATCH v3 1/3] usb: gadget: configfs: avoid list move operation of usb_function Linyu Yuan
2021-09-06 11:17 ` [PATCH v3 2/3] usb: gadget: configfs: add gadget_info for config group Linyu Yuan
2021-09-06 11:17 ` [PATCH v3 3/3] 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.