Linux Media Controller development
 help / color / mirror / Atom feed
From: Andrey Smirnov <andrew.smirnov@gmail.com>
To: mchehab@redhat.com
Cc: andrew.smirnov@gmail.com, hverkuil@xs4all.nl,
	sameo@linux.intel.com, linux-media@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: [PATCH v8 8/9] v4l2: Add private controls base for SI476X
Date: Tue, 26 Mar 2013 19:47:25 -0700	[thread overview]
Message-ID: <1364352446-28572-9-git-send-email-andrew.smirnov@gmail.com> (raw)
In-Reply-To: <1364352446-28572-1-git-send-email-andrew.smirnov@gmail.com>

Add a base to be used for allocation of all the SI476X specific
controls in the corresponding driver.

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
---
 include/uapi/linux/v4l2-controls.h |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/uapi/linux/v4l2-controls.h b/include/uapi/linux/v4l2-controls.h
index 3e985be..22e5170 100644
--- a/include/uapi/linux/v4l2-controls.h
+++ b/include/uapi/linux/v4l2-controls.h
@@ -147,6 +147,10 @@ enum v4l2_colorfx {
  * of controls. We reserve 16 controls for this driver. */
 #define V4L2_CID_USER_MEYE_BASE			(V4L2_CID_USER_BASE + 0x1000)
 
+/* The base for the si476x driver controls. See include/media/si476x.h for the list
+ * of controls. Total of 16 controls is reserved for that driver */
+#define V4L2_CID_USER_SI476X_BASE		(V4L2_CID_USER_BASE + 0x1010)
+
 /* MPEG-class control IDs */
 
 #define V4L2_CID_MPEG_BASE 			(V4L2_CTRL_CLASS_MPEG | 0x900)
-- 
1.7.10.4


  parent reply	other threads:[~2013-03-27  2:47 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-27  2:47 [PATCH v8 0/9] Driver for Si476x series of chips Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 1/9] mfd: Add commands abstraction layer for SI476X MFD Andrey Smirnov
2013-04-08 10:16   ` Samuel Ortiz
     [not found]     ` <CAHQ1cqE4aokZA98VfCWwRtkaNPm6dMnegibVz4BHfYW_VrAUBA@mail.gmail.com>
2013-04-08 20:09       ` Samuel Ortiz
     [not found]         ` <CAHQ1cqGytarQ9bkOiq-MdpRbKiHBTRPJy90Cbg=Sr4J7MWNj+g@mail.gmail.com>
2013-04-09  7:17           ` Samuel Ortiz
2013-03-27  2:47 ` [PATCH v8 2/9] mfd: Add the main bulk of core driver for SI476x code Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 3/9] mfd: Add chip properties handling code for SI476X MFD Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 4/9] mfd: Add header files and Kbuild plumbing for SI476x MFD core Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 5/9] v4l2: Fix the type of V4L2_CID_TUNE_PREEMPHASIS in the documentation Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 6/9] v4l2: Add standard controls for FM receivers Andrey Smirnov
2013-03-27  2:47 ` [PATCH v8 7/9] v4l2: Add documentation for the FM RX controls Andrey Smirnov
2013-03-27  2:47 ` Andrey Smirnov [this message]
2013-03-27  2:47 ` [PATCH v8 9/9] v4l2: Add a V4L2 driver for SI476X MFD Andrey Smirnov

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=1364352446-28572-9-git-send-email-andrew.smirnov@gmail.com \
    --to=andrew.smirnov@gmail.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@redhat.com \
    --cc=sameo@linux.intel.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