From patchwork Sat May 12 15:31:34 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brad Love X-Patchwork-Id: 10395935 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id C330060236 for ; Sat, 12 May 2018 15:31:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A4E9528C22 for ; Sat, 12 May 2018 15:31:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 991F028FE9; Sat, 12 May 2018 15:31:46 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D93B028C22 for ; Sat, 12 May 2018 15:31:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751062AbeELPbo (ORCPT ); Sat, 12 May 2018 11:31:44 -0400 Received: from sub5.mail.dreamhost.com ([208.113.200.129]:45969 "EHLO homiemail-a124.g.dreamhost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751033AbeELPbn (ORCPT ); Sat, 12 May 2018 11:31:43 -0400 Received: from homiemail-a124.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a124.g.dreamhost.com (Postfix) with ESMTP id 09D3560000D05; Sat, 12 May 2018 08:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=nextdimension.cc; h=from :to:cc:subject:date:message-id; s=nextdimension.cc; bh=mQM3z8LeN AS/VLyM5B4WVSqcrPg=; b=PDFF35S/YzpzJJPfOk6sytA8AQ4qaaLTkdG/mJwld CwL7fhCB29ToMRAEFLjUAgjbZauSi04bttvv/FuUhwwZwKqLNIXH033ygvgmJi56 bCGejR86U0kJnPY4vwz8VjZERIs7auxHei8SJC6lTd46KeUjT+pZwndlkzUgcE+P /E= Received: from localhost.localdomain (66-90-189-166.dyn.grandenetworks.net [66.90.189.166]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: brad@nextdimension.ws) by homiemail-a124.g.dreamhost.com (Postfix) with ESMTPSA id AF66E60000D03; Sat, 12 May 2018 08:31:42 -0700 (PDT) From: Brad Love To: linux-media@vger.kernel.org, jasmin@anw.at, hverkuil@xs4all.nl Cc: Brad Love Subject: [PATCH] kernel version limitation fixup Date: Sat, 12 May 2018 10:31:34 -0500 Message-Id: <1526139094-14932-1-git-send-email-brad@nextdimension.cc> X-Mailer: git-send-email 2.7.4 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 Signed-off-by: Brad Love --- 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