linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Brad Love <brad@nextdimension.cc>
To: linux-media@vger.kernel.org, jasmin@anw.at, hverkuil@xs4all.nl
Cc: Brad Love <brad@nextdimension.cc>
Subject: [PATCH] kernel version limitation fixup
Date: Sat, 12 May 2018 10:31:34 -0500	[thread overview]
Message-ID: <1526139094-14932-1-git-send-email-brad@nextdimension.cc> (raw)

Fixes: 95ee4c285022 ("Disable additional drivers requiring gpio/consumer.h")

Duplicate entries in 3.13.0 removed, they exist in 3.17.0 and
cause build failure any earlier.

The four remaining drivers from the commit were moved to
3.17.0 after determining they too require GPIOD_OUT_LOW/HIGH.

Reported-by: Jasmin Jessich <jasmin@anw.at>
Signed-off-by: Brad Love <brad@nextdimension.cc>
---
 v4l/versions.txt | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/v4l/versions.txt b/v4l/versions.txt
index ecd2ea4..167d0d3 100644
--- a/v4l/versions.txt
+++ b/v4l/versions.txt
@@ -93,6 +93,10 @@ VIDEO_OV9650
 VIDEO_OV2685
 VIDEO_TW9910
 SOC_CAMERA_TW9910
+VIDEO_MT9T112
+SOC_CAMERA_MT9T112
+VIDEO_OV772X
+SOC_CAMERA_OV772X
 # needs component_match_add
 VIDEO_VIMC
 
@@ -111,15 +115,6 @@ VIDEO_VIM2M
 [3.13.0]
 # needs gpio/consumer.h
 RADIO_SI4713
-VIDEO_OV2685
-VIDEO_OV5695
-VIDEO_OV9650
-VIDEO_MT9T112
-SOC_CAMERA_MT9T112
-VIDEO_OV772X
-SOC_CAMERA_OV772X
-VIDEO_TW9910
-SOC_CAMERA_TW9910
 
 [3.12.0]
 # BIN_ATTR_RW was changed
-- 
2.7.4

                 reply	other threads:[~2018-05-12 15:31 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=1526139094-14932-1-git-send-email-brad@nextdimension.cc \
    --to=brad@nextdimension.cc \
    --cc=hverkuil@xs4all.nl \
    --cc=jasmin@anw.at \
    --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 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).