From: Daniel Scheller <d.scheller.oss@gmail.com>
To: linux-media@vger.kernel.org, mchehab@kernel.org,
mchehab@s-opensource.com
Cc: jasmin@anw.at
Subject: [PATCH 0/5] last-minute misc ddbridge related changed
Date: Wed, 23 Aug 2017 18:09:57 +0200 [thread overview]
Message-ID: <20170823161002.25459-1-d.scheller.oss@gmail.com> (raw)
From: Daniel Scheller <d.scheller@gmx.net>
This small series improves on a few things related to the recently merged
ddbridge driver update:
stv0910:
* add an explanation for the mutex_lock needs in gate_ctrl() and release
the lock in case of I2C ctrl errors
* announce 100Ksyms/s as minimum symbol rate
ddbridge:
* fix the teardown and deregistration order wrt the i2c_client usage
* fix most warnings reported by sparse (sparse still reports four
spinlock/context warnings, that code will be kept as-is - there
won't be locking problems since the checked pointers won't suddenly
vanish)
staging/cxd2099:
* disable buffer mode by default and make that controllable by a module
parameter (suggested, requested and tested by Jasmin, modparm switch
done by me)
Please pull these patches in for the 4.14 merge window, together with the
two ([1], [2]) remaining ones on patchwork - thank you very much!
[1] https://patchwork.linuxtv.org/patch/43350/
[2] https://patchwork.linuxtv.org/patch/43202/
Daniel Scheller (5):
[media] dvb-frontends/stv0910: release lock on gate_ctrl() failure
[media] ddbridge: fix teardown/deregistration order in
ddb_input_detach()
[media] ddbridge: fix sparse warnings
[media] staging/cxd2099: Add module parameter for buffer mode
[media] dvb-frontends/stv0910: change minsymrate to 100Ksyms/s
drivers/media/dvb-frontends/stv0910.c | 27 +++++++++++++++++-----
drivers/media/pci/ddbridge/ddbridge-core.c | 37 +++++++++++++++---------------
drivers/media/pci/ddbridge/ddbridge-io.h | 12 +++++-----
drivers/staging/media/cxd2099/cxd2099.c | 21 +++++++++--------
4 files changed, 57 insertions(+), 40 deletions(-)
--
2.13.0
next reply other threads:[~2017-08-23 16:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-23 16:09 Daniel Scheller [this message]
2017-08-23 16:09 ` [PATCH 1/5] [media] dvb-frontends/stv0910: release lock on gate_ctrl() failure Daniel Scheller
2017-08-23 16:09 ` [PATCH 2/5] [media] ddbridge: fix teardown/deregistration order in ddb_input_detach() Daniel Scheller
2017-08-23 16:10 ` [PATCH 3/5] [media] ddbridge: fix sparse warnings Daniel Scheller
2017-08-23 16:10 ` [PATCH 4/5] [media] staging/cxd2099: Add module parameter for buffer mode Daniel Scheller
2017-08-23 16:10 ` [PATCH 5/5] [media] dvb-frontends/stv0910: change minsymrate to 100Ksyms/s Daniel Scheller
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=20170823161002.25459-1-d.scheller.oss@gmail.com \
--to=d.scheller.oss@gmail.com \
--cc=jasmin@anw.at \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=mchehab@s-opensource.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).