From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ej1-f53.google.com (mail-ej1-f53.google.com [209.85.218.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C0079369 for ; Sat, 12 Mar 2022 11:24:16 +0000 (UTC) Received: by mail-ej1-f53.google.com with SMTP id hw13so23373354ejc.9 for ; Sat, 12 Mar 2022 03:24:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=DHn3Z9DbBWxS+qG/5fkUXSjzX/ysPi9E9ORNMdllnKk=; b=kkSC3OQyWDvmBtjsWkiaaTlMWw1apV6WOkznHVdrQC2g6A73uvcOdiVddCZ4WmhRgK tapQfoTQPM9SIJ7egCe+HowcSIwGJ6DFpayAuyhNh0dEw5TDt9v33kwgnGeFe56inKk7 I7iJTAiHtsgaqELfkcZ188s5P7nTQLXlr2O5uiAF1vxWylgRXGkOyhy9pWRqA2vracOr 3RQSL7vAvqm/KWccPbK0+pZ/ns1I6ayw65u+qZJs7psNb7cNFcR7MmC1VmBvsngI1Zfk E2WNgMW9CTJwDiqfseJkNroNuD4FXjb66w5e1CYXGe/N/jP5QyPJQUXEBOTiEtFRTPdD qjqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=DHn3Z9DbBWxS+qG/5fkUXSjzX/ysPi9E9ORNMdllnKk=; b=Mb0aPPt3SvDfhoGH4WBVG4FeummypPVRLALpYwkqsnU7x05XQrNW+I2yy4td4FXZYc HUNaUzMyVYsV7RDbT7780WJpsfPeYCgHpcHJp4Oz319wTKE8E8qpPsV6EDlAiUC5KmKD lUlKb3P0AXeXhsKxpn3pvgCe5dtXYu4Sk0bCgvlip8vijIFNj4Gozg9PnOeR+bU/olZK ksRqw6/niwuCpxBdbjpbQUaaVYfy+PPxS1jdEBVJ8E75L4+CBiV8aEIX+5u9dbfhvQW4 sfEJ4nteWwrG1QLVquWky7Z2vtyfSjwR+aKbwgeM6Vmt4UeYDF1jHuNxwxQfldVLwuoa IZ+A== X-Gm-Message-State: AOAM532rrDt2zY9hOqhKLQ34vC4IxIx7J29AeyM5psVeH7tHJpGgigWt ecBKel/FIgcNngP3uhHWp3A= X-Google-Smtp-Source: ABdhPJxkK1jYw+LV7yIu6/7xBnf2kmuhZKV25FlCDoQ4gasSi3FXz/oUizywpSyVzlGMCWvjaH3cFQ== X-Received: by 2002:a17:907:a42a:b0:6db:c8f4:b732 with SMTP id sg42-20020a170907a42a00b006dbc8f4b732mr247947ejc.284.1647084254955; Sat, 12 Mar 2022 03:24:14 -0800 (PST) Received: from kista.localnet (cpe-86-58-32-107.static.triera.net. [86.58.32.107]) by smtp.gmail.com with ESMTPSA id x17-20020a05640226d100b00418509be2b3sm1577983edd.10.2022.03.12.03.24.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Mar 2022 03:24:14 -0800 (PST) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Mauro Carvalho Chehab Cc: Mauro Carvalho Chehab , Niklas =?ISO-8859-1?Q?S=F6derlund?= , Chen-Yu Tsai , Dmitry Osipenko , Hans Verkuil , Laurent Pinchart , Maxime Ripard , Ming Qian , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH v2 28/38] media: platform: sun8i-di: move config to its own file Date: Sat, 12 Mar 2022 12:24:13 +0100 Message-ID: <5546853.DvuYhMxLoT@kista> In-Reply-To: References: Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Dne petek, 11. marec 2022 ob 15:07:41 CET je Mauro Carvalho Chehab napisal(a): > In order to better organize the platform/Kconfig, place > sun8i-di-specific config stuff on a separate Kconfig file. > > Signed-off-by: Mauro Carvalho Chehab > Signed-off-by: Mauro Carvalho Chehab > --- Acked-by: Jernej Skrabec Best regards, Jernej > > To avoid mailbombing on a large number of people, only mailing lists were C/ C on the cover. > See [PATCH v2 00/38] at: https://lore.kernel.org/all/cover. 1647006877.git.mchehab@kernel.org/ > > drivers/media/platform/Kconfig | 15 +-------------- > drivers/media/platform/sunxi/sun8i-di/Kconfig | 14 ++++++++++++++ > 2 files changed, 15 insertions(+), 14 deletions(-) > create mode 100644 drivers/media/platform/sunxi/sun8i-di/Kconfig > > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig > index 460ad793b89b..37103f24979f 100644 > --- a/drivers/media/platform/Kconfig > +++ b/drivers/media/platform/Kconfig > @@ -70,6 +70,7 @@ source "drivers/media/platform/s3c-camif/Kconfig" > source "drivers/media/platform/s5p-g2d/Kconfig" > source "drivers/media/platform/sti/hva/Kconfig" > source "drivers/media/platform/stm32/Kconfig" > +source "drivers/media/platform/sunxi/sun8i-di/Kconfig" > > config VIDEO_MUX > tristate "Video Multiplexer" > @@ -240,20 +241,6 @@ config VIDEO_TI_VPE_DEBUG > help > Enable debug messages on VPE driver. > > -config VIDEO_SUN8I_DEINTERLACE > - tristate "Allwinner Deinterlace driver" > - depends on V4L_MEM2MEM_DRIVERS > - depends on VIDEO_DEV && VIDEO_V4L2 > - depends on ARCH_SUNXI || COMPILE_TEST > - depends on COMMON_CLK && OF > - depends on PM > - select VIDEOBUF2_DMA_CONTIG > - select V4L2_MEM2MEM_DEV > - help > - Support for the Allwinner deinterlace unit with scaling > - capability found on some SoCs, like H3. > - To compile this driver as a module choose m here. > - > config VIDEO_SUN8I_ROTATE > tristate "Allwinner DE2 rotation driver" > depends on V4L_MEM2MEM_DRIVERS > diff --git a/drivers/media/platform/sunxi/sun8i-di/Kconfig b/drivers/media/ platform/sunxi/sun8i-di/Kconfig > new file mode 100644 > index 000000000000..8d762e664d45 > --- /dev/null > +++ b/drivers/media/platform/sunxi/sun8i-di/Kconfig > @@ -0,0 +1,14 @@ > +# SPDX-License-Identifier: GPL-2.0-only > +config VIDEO_SUN8I_DEINTERLACE > + tristate "Allwinner Deinterlace driver" > + depends on V4L_MEM2MEM_DRIVERS > + depends on VIDEO_DEV && VIDEO_V4L2 > + depends on ARCH_SUNXI || COMPILE_TEST > + depends on COMMON_CLK && OF > + depends on PM > + select VIDEOBUF2_DMA_CONTIG > + select V4L2_MEM2MEM_DEV > + help > + Support for the Allwinner deinterlace unit with scaling > + capability found on some SoCs, like H3. > + To compile this driver as a module choose m here. > -- > 2.35.1 > > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3A3CBC433F5 for ; Sat, 12 Mar 2022 11:25:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Sel6brmvBVHg1Ytd+/U6LxE97NYfMbYBHVIZtxA8d20=; b=Ymy+0Z28lX/AYQ VIPXotEqwRqtVfb2S9GmIhVIhJ9gWLNo4Mp8MG5pUQy95X0nkRT+Kp/VIjOLT9BxyYyIqrYZMaUXW 5TY6dZyWk95VkXgjrK6MA3jPYRTI5hiWT4pQWZXWAmfcUWrKtZHEH6zSBndZ+OcenNkLGJc6ketqR NYS/C+L3WGcQ6Ry0kmSyTEx4moU+sqJs0m4gJKcEWQ0pfahK+Z8a2UyH5nxv+IXBIP41XV9Uq8CXB YTnaEJ9+7e6XhxgBHTMfZe3XaCAtAJIGJdcHluCQNS1w9zIKfXd2rcKbqjQThpA54nv9aCV8Z2kkq mV09XY5Xuw3mNwoE7A4A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nSzr9-001A6n-Tl; Sat, 12 Mar 2022 11:24:20 +0000 Received: from mail-ej1-x62e.google.com ([2a00:1450:4864:20::62e]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nSzr6-001A6C-I7 for linux-arm-kernel@lists.infradead.org; Sat, 12 Mar 2022 11:24:18 +0000 Received: by mail-ej1-x62e.google.com with SMTP id p15so24215279ejc.7 for ; Sat, 12 Mar 2022 03:24:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=DHn3Z9DbBWxS+qG/5fkUXSjzX/ysPi9E9ORNMdllnKk=; b=kkSC3OQyWDvmBtjsWkiaaTlMWw1apV6WOkznHVdrQC2g6A73uvcOdiVddCZ4WmhRgK tapQfoTQPM9SIJ7egCe+HowcSIwGJ6DFpayAuyhNh0dEw5TDt9v33kwgnGeFe56inKk7 I7iJTAiHtsgaqELfkcZ188s5P7nTQLXlr2O5uiAF1vxWylgRXGkOyhy9pWRqA2vracOr 3RQSL7vAvqm/KWccPbK0+pZ/ns1I6ayw65u+qZJs7psNb7cNFcR7MmC1VmBvsngI1Zfk E2WNgMW9CTJwDiqfseJkNroNuD4FXjb66w5e1CYXGe/N/jP5QyPJQUXEBOTiEtFRTPdD qjqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=DHn3Z9DbBWxS+qG/5fkUXSjzX/ysPi9E9ORNMdllnKk=; b=ONzieYTBOc+C+SGQzKgg6/i63ZkpcVXJ2X1jRBba+Jy65w6al9WdZtwGCtV2iRYWn6 /bWvnVpDkFBAW6g1GUyAm2ZMzNpDpQnWCve0OipsTwxBXjmzBH0sigNdQrslH79RXQ/A VCxJIA62E4b7EPZLNc+vMYYlh678EXD/8SB2GMKrzkslF+wYlrRJZOxc56YeDvH8plm+ nYFE/dTO/7/QJOyrIQ4jzYzNotjjrUtZz2SmiQbHQbIDs94ifq8nzF+bxt/oREq3hoSP XBE/yDVapVHi2tYDnItBRs+2MUH8SepuOc/NfK/HRpIy+HCJNV88Fx4Syy31zLSSr3Jj Pw/Q== X-Gm-Message-State: AOAM5323QuT3ovW2mKPbmvdMGFwwWw19yVFxcdIGbB9dzv2W/BnUn2tZ ob+QlLoBcELbZ/ei/OLdInw= X-Google-Smtp-Source: ABdhPJxkK1jYw+LV7yIu6/7xBnf2kmuhZKV25FlCDoQ4gasSi3FXz/oUizywpSyVzlGMCWvjaH3cFQ== X-Received: by 2002:a17:907:a42a:b0:6db:c8f4:b732 with SMTP id sg42-20020a170907a42a00b006dbc8f4b732mr247947ejc.284.1647084254955; Sat, 12 Mar 2022 03:24:14 -0800 (PST) Received: from kista.localnet (cpe-86-58-32-107.static.triera.net. [86.58.32.107]) by smtp.gmail.com with ESMTPSA id x17-20020a05640226d100b00418509be2b3sm1577983edd.10.2022.03.12.03.24.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 12 Mar 2022 03:24:14 -0800 (PST) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Mauro Carvalho Chehab Cc: Mauro Carvalho Chehab , Niklas =?ISO-8859-1?Q?S=F6derlund?= , Chen-Yu Tsai , Dmitry Osipenko , Hans Verkuil , Laurent Pinchart , Maxime Ripard , Ming Qian , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH v2 28/38] media: platform: sun8i-di: move config to its own file Date: Sat, 12 Mar 2022 12:24:13 +0100 Message-ID: <5546853.DvuYhMxLoT@kista> In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220312_032416_630354_FB020624 X-CRM114-Status: GOOD ( 20.25 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Dne petek, 11. marec 2022 ob 15:07:41 CET je Mauro Carvalho Chehab napisal(a): > In order to better organize the platform/Kconfig, place > sun8i-di-specific config stuff on a separate Kconfig file. > > Signed-off-by: Mauro Carvalho Chehab > Signed-off-by: Mauro Carvalho Chehab > --- Acked-by: Jernej Skrabec Best regards, Jernej > > To avoid mailbombing on a large number of people, only mailing lists were C/ C on the cover. > See [PATCH v2 00/38] at: https://lore.kernel.org/all/cover. 1647006877.git.mchehab@kernel.org/ > > drivers/media/platform/Kconfig | 15 +-------------- > drivers/media/platform/sunxi/sun8i-di/Kconfig | 14 ++++++++++++++ > 2 files changed, 15 insertions(+), 14 deletions(-) > create mode 100644 drivers/media/platform/sunxi/sun8i-di/Kconfig > > diff --git a/drivers/media/platform/Kconfig b/drivers/media/platform/Kconfig > index 460ad793b89b..37103f24979f 100644 > --- a/drivers/media/platform/Kconfig > +++ b/drivers/media/platform/Kconfig > @@ -70,6 +70,7 @@ source "drivers/media/platform/s3c-camif/Kconfig" > source "drivers/media/platform/s5p-g2d/Kconfig" > source "drivers/media/platform/sti/hva/Kconfig" > source "drivers/media/platform/stm32/Kconfig" > +source "drivers/media/platform/sunxi/sun8i-di/Kconfig" > > config VIDEO_MUX > tristate "Video Multiplexer" > @@ -240,20 +241,6 @@ config VIDEO_TI_VPE_DEBUG > help > Enable debug messages on VPE driver. > > -config VIDEO_SUN8I_DEINTERLACE > - tristate "Allwinner Deinterlace driver" > - depends on V4L_MEM2MEM_DRIVERS > - depends on VIDEO_DEV && VIDEO_V4L2 > - depends on ARCH_SUNXI || COMPILE_TEST > - depends on COMMON_CLK && OF > - depends on PM > - select VIDEOBUF2_DMA_CONTIG > - select V4L2_MEM2MEM_DEV > - help > - Support for the Allwinner deinterlace unit with scaling > - capability found on some SoCs, like H3. > - To compile this driver as a module choose m here. > - > config VIDEO_SUN8I_ROTATE > tristate "Allwinner DE2 rotation driver" > depends on V4L_MEM2MEM_DRIVERS > diff --git a/drivers/media/platform/sunxi/sun8i-di/Kconfig b/drivers/media/ platform/sunxi/sun8i-di/Kconfig > new file mode 100644 > index 000000000000..8d762e664d45 > --- /dev/null > +++ b/drivers/media/platform/sunxi/sun8i-di/Kconfig > @@ -0,0 +1,14 @@ > +# SPDX-License-Identifier: GPL-2.0-only > +config VIDEO_SUN8I_DEINTERLACE > + tristate "Allwinner Deinterlace driver" > + depends on V4L_MEM2MEM_DRIVERS > + depends on VIDEO_DEV && VIDEO_V4L2 > + depends on ARCH_SUNXI || COMPILE_TEST > + depends on COMMON_CLK && OF > + depends on PM > + select VIDEOBUF2_DMA_CONTIG > + select V4L2_MEM2MEM_DEV > + help > + Support for the Allwinner deinterlace unit with scaling > + capability found on some SoCs, like H3. > + To compile this driver as a module choose m here. > -- > 2.35.1 > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel