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 9C043C4332F for ; Wed, 2 Nov 2022 21:34:44 +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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YAySs9MqOac0bzOC6MGWYuvU0oUxcWk49G1rmhP91/8=; b=1cDGegz+X1x0r9 XnEHhI2oD1k/eB9vhYm8au2Tgys2g7QO9v2wenoLm6z+KlqU/qFtGx03c0U8HK8red5r7STbXC9fM ZyAE9deqNFztVE5fi2hSHzs0S+k0ULuVYrLYynl0FIMrD/f0FUa837IhUSe3hKxq40snUiLelU9iL kR9p9YIOA5Ki1IY9m2MTixrdE4setkTwGGpxZmq1asvdHetqZSd7ENinChv9gHhup3JK6SLxSOS08 jLp6YxLLND4Irfa32P/bH773poi7D3qS6mdHkS68Q2cQDa1pt8Mhr5ph3xqTbnot7sKhj/ZBeKkP3 +RSkKRR0II0oeVf26MLA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqLMt-00EWsa-He; Wed, 02 Nov 2022 21:33:51 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oqLMr-00EWrO-CP for linux-arm-kernel@lists.infradead.org; Wed, 02 Nov 2022 21:33:50 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9E47661C1A; Wed, 2 Nov 2022 21:33:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7034AC433C1; Wed, 2 Nov 2022 21:33:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667424828; bh=2JyXFDHoFNx+ugsbBGiUTDWf4ah/jHZ7DzC4OWuNLcU=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=sZ7CujqijuL8WfE5IbjMbl7Cois5ZDJ8aH537/okMZeiARfGzThYmYq7hx4MngVvD tH/OFYGB/eYfAolCytsh3oSuCLieDiRQGE7ce1ykTBfqEu0wVncHC3hlQ5jM+YH94Z SV2Znb6uowFBEmt1tJ/90vEZyBprKO6VzUqSxFoErEvCYJnx3N2/5YeU5+krDYUFTx JHqoCieZVtR5YJ9NfU/OnB/E8dP1dleVHj8HRvfoHIYuHEHVbnl+P6cTkCOBXrevSf 97fTE2m4NgxuZJd5zklKm6r/xkn2OYTLeDO4N+ep7yrcoRLJf19FQ6osALELW3VZF5 OnjjVMVIzZdqA== Message-ID: <9df96ec1-031f-6d99-05c6-412b5143632e@kernel.org> Date: Wed, 2 Nov 2022 17:33:46 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.1 Subject: Re: [PATCH] dt-bindings: media: imx7-csi: Document i.MX8M power-domains property Content-Language: en-US To: Marek Vasut , linux-arm-kernel@lists.infradead.org Cc: Fabio Estevam , Hans Verkuil , Laurent Pinchart , Lucas Stach , Martin Kepplinger , Mauro Carvalho Chehab , Rob Herring , Shawn Guo , NXP Linux Team References: <20221102191910.120802-1-marex@denx.de> From: Krzysztof Kozlowski In-Reply-To: <20221102191910.120802-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221102_143349_494456_A32C4CA9 X-CRM114-Status: GOOD ( 12.22 ) 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 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. 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... Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel