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 0F0A3C00140 for ; Fri, 12 Aug 2022 22:11:24 +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=60/4UmKCIRLVgryOD2E89E+leYseJ/bb2U80M0+Wruw=; b=sv1dKCDi1i8ssy 6y6My1rhng0PrymuO+wB+EDoI+rozxAxgmlZlI6rKE2v7M1UHASOysYOkT44dOMGiVYImA5XyLKCD wWkq7FsTS7PAFT+1SYV5FpZKsLO2GXMAH8JeAClTyMmo6HXsLfvMqBzBIAhxIDfNDILc3HG6ds5MN QW7yWFq1mC4owEPBXNRDUUA9RmeRtGcwcEs9DA2hCCytM/3sbVW+OLQTqLQpbI67d8Mj1Fp1J4uLH KkCb52Ys/Vc1zbRFZQ8MCdrcJJ/P336iT6nWiH7gh9JS/hNyHywLqNzmA3f7bQtoDzEvyetJ1sU63 5LgzommmxY3yYWFZy1GQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oMcr2-00Ecm8-Az; Fri, 12 Aug 2022 22:10:08 +0000 Received: from relay6-d.mail.gandi.net ([217.70.183.198]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oMciK-00EBxh-Ir for linux-arm-kernel@lists.infradead.org; Fri, 12 Aug 2022 22:01:14 +0000 Received: (Authenticated sender: paul.kocialkowski@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 3343EC0005; Fri, 12 Aug 2022 22:01:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1660341665; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2l0kVlu335to0P6Xlz1FKbawVP49eAjRC7es3cV2Be8=; b=I757PyaPmICbY/Wu0V3US0+lYSbbqPG2TPMxMCjKDxHE8O2fCBxNFWvsvo8GrMXn9n9LuT fAb6qKlaxRsNlleeiEl7hfds7fgGHLHKGIDSMHnZhfi1CnNdRWofSRvEb6zpSI2iBHKJxx o2NcB1JBGeLZHdZqZ+l1lc7Jv2t1F59XCzMOO9c+xsXWV+MljaeFuwuhxUSMl2pXgQLB+8 7hLHsyy4i18+sbOZyYk4w7fIueNuHVE80WIIvU5zWrI1EX+HrVzYxFhKkzDBu2wMUv4SET pGToC9N590fU3oo6YuKRuzzpzvwuhV11ZccyfbtmcK5ZvraSs0DmaKwnmUl7QQ== From: Paul Kocialkowski To: linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Cc: Maxime Ripard , Mauro Carvalho Chehab , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Paul Kocialkowski , Hans Verkuil , Thomas Petazzoni Subject: [PATCH 2/6] media: sun8i-a83t-mipi-csi2: Add a Kconfig dependency on RESET_CONTROLLER Date: Sat, 13 Aug 2022 00:00:41 +0200 Message-Id: <20220812220045.800820-2-paul.kocialkowski@bootlin.com> X-Mailer: git-send-email 2.37.1 In-Reply-To: <20220812220045.800820-1-paul.kocialkowski@bootlin.com> References: <20220812220045.800820-1-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220812_150113_114726_6C74EAE5 X-CRM114-Status: GOOD ( 11.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 The driver relies on the reset controller API to work, so add RESET_CONTROLLER as one of its Kconfig dependencies. Signed-off-by: Paul Kocialkowski --- drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/Kconfig b/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/Kconfig index 789d58ee12ea..47a8c0fb7eb9 100644 --- a/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/Kconfig +++ b/drivers/media/platform/sunxi/sun8i-a83t-mipi-csi2/Kconfig @@ -3,7 +3,7 @@ config VIDEO_SUN8I_A83T_MIPI_CSI2 tristate "Allwinner A83T MIPI CSI-2 Controller and D-PHY Driver" depends on V4L_PLATFORM_DRIVERS && VIDEO_DEV depends on ARCH_SUNXI || COMPILE_TEST - depends on PM && COMMON_CLK + depends on PM && COMMON_CLK && RESET_CONTROLLER select MEDIA_CONTROLLER select VIDEO_V4L2_SUBDEV_API select V4L2_FWNODE -- 2.37.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel