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 6B3B4C4332F for ; Tue, 27 Dec 2022 23:33:55 +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=C398YiQagj7tU5F1iLmn4DustoBeg6WNt35ViGv54k4=; b=wTfdasOmISTlSz HRo+GF3FiRelBx1kEVavRt6OjlmW+1QJY/MbR9twDkPmwQaBIfrSBjMHjmkK/dTTZIm4R90GoK6Zq k0kgOoRa4QafEH//0moBe10g87dg+xQcfnWcjLz1mXi4blk9xHb4kIUn4jZ9sewnFwHhIOOXMYEcW Heo3v537N/rYwDlzTckdfYv31tLONoCnoeYu/GpIO0/x7/evMUvWlLOhqy27SFiCONGI312lRC/BM j5xVsGEYT+ATzkhSJdHh7XB6oDWld8hXbOqRsmeEUyEzI1nQLiLCEnU6q3UDlNfC4u9Y+UqANoCTU Y557cPjn90S/AdpRcRow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pAJQr-00HHlw-2w; Tue, 27 Dec 2022 23:32:29 +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 1pAJ6k-00H8U9-Cw for linux-arm-kernel@lists.infradead.org; Tue, 27 Dec 2022 23:11:44 +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 C4EE025B; Wed, 28 Dec 2022 00:11:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1672182697; bh=W4lCtHFDNgYax6r6vXWhHxqtq8omy41G4AHuFxUmdwo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kQvwuMExpDC2Q9Oj2eKwqJ32GyCX29mQOw9cyc1e3MSqyjcBeZ0Nm9MImfw8MCFk8 Ny2vPtynzyU7+AzxGX4b2461HNu2b6gGX8L9nnEVQizmbpdVW4yJKmLbXSR/cTgDoP HG6XPdWKgz3CIkh/91JOcBSYAs2PD1D3CsFOCFH0= Date: Wed, 28 Dec 2022 01:11:33 +0200 From: Laurent Pinchart To: Krzysztof Kozlowski Cc: Marek Vasut , 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> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <9df96ec1-031f-6d99-05c6-412b5143632e@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221227_151142_678069_F57CB2DA X-CRM114-Status: GOOD ( 14.12 ) 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 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 ? -- Regards, Laurent Pinchart _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel