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 0D015C3DA7A for ; Mon, 2 Jan 2023 23:47:17 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=UKXorZxXzGFkJgh4BGXFUMgDm+t9bsmvYx2wuMbnUjE=; b=wqfKlupPkZZ0tZ 9GQpcsmwvw6fEqvyXf7O4A7yeqv9m21+VlBxTMhLnNR522KRXmf5XhAvru9Gml7V5jeLrMgnFdbTJ csZ0iCUrMADlvOKauIooErDnwDAVR8eTtgriyplbTdjqcWw2QYtgoO7olG9nj6WVsL3HzZm5gV5n9 sVZfCrEduHD6wHBVa0eaIuEa4v3rDaxb/+JhOiBUecX58s2ILR09wfOeIKFo/bYQcfqbhgHi1EXAP rUITotFzIMOYUEs1GWDP2qgZoJysmJKhYPjXm0095ezzGWJTcpbM1QRTgO0YV2ZfD0y91S4vWu+ms gK4xcS6t3R/1/4QqSFfQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCUV1-00EzN7-18; Mon, 02 Jan 2023 23:45:48 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pCURd-00ExY6-Gw for linux-arm-kernel@lists.infradead.org; Mon, 02 Jan 2023 23:42:19 +0000 Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 91EA3108; Tue, 3 Jan 2023 00:42:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1672702925; bh=Z21KzkmXY8k4koazO8y4wWmMUqPmQhRF5HDHfTBu3FM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PyB0Apb0hwJzBP9KzdvJ6l1A6F3HnEB/9JGjGNWEY+Hm2SoML47GO0KkpGXOI6/qK T9tJ1A289mdMsgRGNxvIV3ASjqOrq2d8mluqw0wKQwL9LDyfMMHM5TLonOiy+0MCwc aAn3YFasQLAdkgLAB0uPQKAltLiJAh0OvLYmZ/rg= Date: Tue, 3 Jan 2023 01:42:01 +0200 From: Laurent Pinchart To: Marek Vasut Cc: Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Fabio Estevam , Hans Verkuil , Lucas Stach , Martin Kepplinger , Mauro Carvalho Chehab , Rob Herring , Shawn Guo , NXP Linux Team Subject: Re: [PATCH] dt-bindings: media: imx7-csi: Document i.MX8M power-domains property Message-ID: References: <20221102191910.120802-1-marex@denx.de> <9df96ec1-031f-6d99-05c6-412b5143632e@kernel.org> <315e6237-4b4a-35ac-0af5-7a507075f0ee@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <315e6237-4b4a-35ac-0af5-7a507075f0ee@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230102_154217_771533_E8181ADF X-CRM114-Status: GOOD ( 20.89 ) 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 Hi Marek, On Tue, Jan 03, 2023 at 12:38:54AM +0100, Marek Vasut wrote: > On 12/28/22 10:18, Krzysztof Kozlowski wrote: > > On 28/12/2022 00:11, Laurent Pinchart wrote: > >> On Wed, Nov 02, 2022 at 05:33:46PM -0400, Krzysztof Kozlowski wrote: > >>> On 02/11/2022 15:19, Marek Vasut wrote: > >>>> The power-domains property is mandatory on i.MX8M Quad and Mini. > >>>> Document the property and mark it as required on the aforementioned > >>>> variants of the IP, present in those SoCs. > >>>> > >>>> Signed-off-by: Marek Vasut > >>>> --- > >>>> Cc: Fabio Estevam > >>>> Cc: Hans Verkuil > >>>> Cc: Laurent Pinchart > >>>> Cc: Lucas Stach > >>>> Cc: Martin Kepplinger > >>>> Cc: Mauro Carvalho Chehab > >>>> Cc: Rob Herring > >>>> Cc: Shawn Guo > >>>> Cc: linux-arm-kernel@lists.infradead.org > >>>> Cc: NXP Linux Team > >>>> To: devicetree@vger.kernel.org > >>> > >>> You keep skipping me in all your submissions. > >> > >> Marek, could you please also CC the linux-media mailing list ? > >> get_maintainers.pl should report it. > >> > >>> Again, use get_maintainers.pl and/or update your tree to based on > >>> something recent. Patches made on 1-year-old kernel are not for upstream... > >> > >> Krzysztof, as Marek mentioned in a separate reply, this patch was based > >> on mainline, and applies cleanly. Are you waiting for a resubmission to > >> review it, or can I merge it ? > >> > > > > Hm, I thought I acked it. > > > > Acked-by: Krzysztof Kozlowski > > Laurent, shall I still resubmit this one more time ? No, I have the patch in my tree, I'll send a pull request this week. -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel