From: Heiner Kallweit <hkallweit1@gmail.com>
To: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: linux-media@vger.kernel.org
Subject: [PATCH 0/3] media: rc: nuvoton: fix locking regression
Date: Mon, 1 Feb 2016 21:48:13 +0100 [thread overview]
Message-ID: <56AFC48C.90203@gmail.com> (raw)
Commit 3def9ad6d306 "use request_muxed_region for accessing EFM registers"
caused a regression by using request_muxed_region (that may sleep) from
contexts holding a spinlock.
Heiner Kallweit (3):
media: rc: nuvoton: fix locking issue with nvt_enable_cir
media: rc: nuvoton: fix locking issue when calling nvt_enable_wake
media: rc: nuvoton: fix locking issue when calling nvt_disable_cir
drivers/media/rc/nuvoton-cir.c | 59 +++++++++++++++++++++---------------------
1 file changed, 29 insertions(+), 30 deletions(-)
--
2.7.0
reply other threads:[~2016-02-01 20:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=56AFC48C.90203@gmail.com \
--to=hkallweit1@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@osg.samsung.com \
/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.