All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Gromm <christian.gromm@microchip.com>
To: gregkh@linuxfoundation.org
Cc: Christian Gromm <christian.gromm@microchip.com>,
	driverdev-devel@linuxdriverproject.org
Subject: [PATCH 0/8] staging: most: fix hdm-usb issues
Date: Tue, 16 Aug 2016 16:10:26 +0200	[thread overview]
Message-ID: <1471356634-10261-1-git-send-email-christian.gromm@microchip.com> (raw)

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

             reply	other threads:[~2016-08-16 14:11 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-16 14:10 Christian Gromm [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1471356634-10261-1-git-send-email-christian.gromm@microchip.com \
    --to=christian.gromm@microchip.com \
    --cc=driverdev-devel@linuxdriverproject.org \
    --cc=gregkh@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.