From patchwork Tue Dec 13 21:15:34 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 9473265 X-Patchwork-Delegate: geert@linux-m68k.org 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 8FC08607EE for ; Tue, 13 Dec 2016 21:15:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8B769284DE for ; Tue, 13 Dec 2016 21:15:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7FEC428600; Tue, 13 Dec 2016 21:15:41 +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=-6.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,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 011E3284DE for ; Tue, 13 Dec 2016 21:15:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754046AbcLMVPk (ORCPT ); Tue, 13 Dec 2016 16:15:40 -0500 Received: from mail-lf0-f51.google.com ([209.85.215.51]:36824 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754021AbcLMVPj (ORCPT ); Tue, 13 Dec 2016 16:15:39 -0500 Received: by mail-lf0-f51.google.com with SMTP id t196so36643860lff.3 for ; Tue, 13 Dec 2016 13:15:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cogentembedded-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:organization:user-agent :mime-version:content-transfer-encoding; bh=oupm5RZauLQAb7INY3B9B3RuJppGiJqqyw9sq9VyBfU=; b=Ut+kZ3rR3UNVT18YBGzrENM/Omoql1V6WoenyHVGeXLc2O/pWPa7imriDlFE97UY4t uT+AQLjOhNOD+NzSYlpbckmMkHErKY8g2a8RpGK5vHoPDiQEPp8j1ExhfC0C+BRd8vI/ ps7cEPsSX/mFBQMUToRNJayDuTcVkRI2RFwmKBS1RIUaG8peZ01Yl/p4izy4RKYv7nts Qhcog96W7TunJ6fbdH8f9rw03Ieut98DCntReWJS8gWeMHLG90/Jf3JM8B7o20v00CpX fLp4GYHI2LvdlcQxWtaJwIx8UYBtMw5p2hbKxguksOzgFHYCbMuyR6PVzjmnuEvCK9Wv S0gQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:organization :user-agent:mime-version:content-transfer-encoding; bh=oupm5RZauLQAb7INY3B9B3RuJppGiJqqyw9sq9VyBfU=; b=GwxlcuXqD46onFnQDn4QeVsSV2WBMWr7X21UxmGTjpmlSNeIml9cirx8BtfJ5yoaGs w5spXBBeIz0c6E1SS4j4CYJ2pVa69jKXLIG+Ud2gPIbtk0yIVix55w76K3blMmjNkGtI 8CI4oLW9d4wmTZFISYdimeSYDh9b3JqoHjrGZMhnHzqkH8g+5zzrvUcZ5qf5LHoNVLQX cam6FZnXeISi9ZFUOG264q56uOqJ+7eIWo8t7Q3UOkFjeXDyvHAar1m2D+Ipj6BgwC8S g46espcASfP5/9YLvJcTOHfL6yNwKx9QYWvC8B97rrnwt8PNViHF3oSTJkN/whvmxczP SqkA== X-Gm-Message-State: AKaTC03iReZT5CehaRJNSfnDsQGCIFZz8P28dGeM/q4Z0LY1DBHTep0124+IJvTSFi8WIQ== X-Received: by 10.25.56.7 with SMTP id f7mr28480186lfa.17.1481663736636; Tue, 13 Dec 2016 13:15:36 -0800 (PST) Received: from wasted.cogentembedded.com ([31.173.85.8]) by smtp.gmail.com with ESMTPSA id h129sm1516918lfe.31.2016.12.13.13.15.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Dec 2016 13:15:36 -0800 (PST) From: Sergei Shtylyov To: laurent.pinchart@ideasonboard.com, mchehab@kernel.org, linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org Subject: [PATCH] vsp1: remove UAPI support for R-Car gen2 VSPDs Date: Wed, 14 Dec 2016 00:15:34 +0300 Message-ID: <3095242.0tNrk30rsv@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.10 (Linux/4.8.12-100.fc23.x86_64; KDE/4.14.20; x86_64; ; ) MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP We are going to use the R-Car gen2 VSPDs as the DU compositors, so will have to disable the UAPI support for them... Signed-off-by: Sergei Shtylyov --- This patch is against the 'media_tree.git' repo's 'master' branch. drivers/media/platform/vsp1/vsp1_drv.c | 1 - 1 file changed, 1 deletion(-) Index: media_tree/drivers/media/platform/vsp1/vsp1_drv.c =================================================================== --- media_tree.orig/drivers/media/platform/vsp1/vsp1_drv.c +++ media_tree/drivers/media/platform/vsp1/vsp1_drv.c @@ -588,7 +588,6 @@ static const struct vsp1_device_info vsp .uds_count = 1, .wpf_count = 1, .num_bru_inputs = 4, - .uapi = true, }, { .version = VI6_IP_VERSION_MODEL_VSPS_M2, .model = "VSP1-S",