All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] staging: most: fix hdm-usb issues
@ 2016-08-16 14:10 Christian Gromm
  2016-08-16 14:10 ` [PATCH 1/8] staging: most: hdm-usb: fix race between enqueue and most_stop_enqueue Christian Gromm
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Christian Gromm @ 2016-08-16 14:10 UTC (permalink / raw)
  To: gregkh; +Cc: Christian Gromm, driverdev-devel

This patch set is needed to fix issues of the hdm-usb module.

Christian Gromm (8):
  staging: most: hdm-usb: fix race between enqueue and most_stop_enqueue
  staging: most: hdm-usb: assign spinlock to local variable
  staging: most: hdm-usb: synchronize release of struct buf_anchor
  staging: most: hdm-usb: remove completion object
  staging: most: hdm-usb: remove redundant parenthesis
  staging: most: hdm-usb: init variables at declaration time
  staging: most: hdm-usb: remove unnecessary status assignment
  staging: most: hdm-usb: add support for new USB gadget

 drivers/staging/most/hdm-usb/hdm_usb.c | 177 +++++++++++++++------------------
 drivers/staging/most/mostcore/core.c   |  53 +++++++---
 2 files changed, 116 insertions(+), 114 deletions(-)

-- 
1.9.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

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

end of thread, other threads:[~2016-08-19  8:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-16 14:10 [PATCH 0/8] staging: most: fix hdm-usb issues Christian Gromm
2016-08-16 14:10 ` [PATCH 1/8] staging: most: hdm-usb: fix race between enqueue and most_stop_enqueue Christian Gromm
2016-08-16 14:10 ` [PATCH 2/8] staging: most: hdm-usb: assign spinlock to local variable Christian Gromm
2016-08-16 14:10 ` [PATCH 3/8] staging: most: hdm-usb: synchronize release of struct buf_anchor Christian Gromm
2016-08-16 14:10 ` [PATCH 4/8] staging: most: hdm-usb: remove completion object Christian Gromm
2016-08-16 14:10 ` [PATCH 5/8] staging: most: hdm-usb: remove redundant parenthesis Christian Gromm
2016-08-16 14:10 ` [PATCH 6/8] staging: most: hdm-usb: init variables at declaration time Christian Gromm
2016-08-16 14:10 ` [PATCH 7/8] staging: most: hdm-usb: remove unnecessary status assignment Christian Gromm
2016-08-16 14:10 ` [PATCH 8/8] staging: most: hdm-usb: add support for new USB gadget Christian Gromm
2016-08-18 15:18 ` [PATCH 0/8] staging: most: fix hdm-usb issues Greg KH
2016-08-19  7:55   ` Christian Gromm
2016-08-19  8:14     ` Greg KH

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.