From: Sakari Ailus <sakari.ailus@iki.fi>
To: LMML <linux-media@vger.kernel.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Subject: [media-ctl PATCH 0/3] Reference counting to subdev file handles and media bus code enumeration
Date: Mon, 14 Jan 2013 00:47:10 +0200 [thread overview]
Message-ID: <50F3396E.2010505@iki.fi> (raw)
Hi,
This patchset adds reference counting to subdev file handles, which
leaves it up to the user whether to keep the file handles open and thus
the devices powered.
Media bus code enumeration is added by the two latter patches of which
the second one makes the result sorted by codes.
Sakari Ailus (3):
Count users for entities
Implement v4l2_subdev_enum_mbus_code()
Sort enumerated media bus codes
src/mediactl.c | 1 -
src/mediactl.h | 1 +
src/v4l2subdev.c | 154
+++++++++++++++++++++++++++++++++++++++++++++---------
src/v4l2subdev.h | 32 ++++++++++--
4 files changed, 158 insertions(+), 30 deletions(-)
--
Kind regards,
Sakari Ailus
sakari.ailus@iki.fi
next reply other threads:[~2013-01-13 22:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-13 22:47 Sakari Ailus [this message]
2013-01-13 22:47 ` [media-ctl PATCH 1/3] Count users for entities Sakari Ailus
2013-01-13 22:47 ` [media-ctl PATCH 2/3] Implement v4l2_subdev_enum_mbus_code() Sakari Ailus
2013-01-13 22:47 ` [media-ctl PATCH 3/3] Sort enumerated media bus codes Sakari Ailus
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=50F3396E.2010505@iki.fi \
--to=sakari.ailus@iki.fi \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.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.