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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A1B42E7D0AF for ; Thu, 21 Sep 2023 21:20:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232740AbjIUVUz (ORCPT ); Thu, 21 Sep 2023 17:20:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32968 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233008AbjIUVPK (ORCPT ); Thu, 21 Sep 2023 17:15:10 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B7D06199F; Thu, 21 Sep 2023 10:03:44 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3065C32785; Thu, 21 Sep 2023 09:56:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695290169; bh=09kWOviwU8Qq3Q1AtI4Ix7ziFVr5rGUXhakqZ9Ah6PM=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=JBWtRMSyPNz5c0Zv8v1w/VHBmMBGVqJcRd7zqj6eY/G/iLAkI7LpzVmcg+9tqQyZB tqVrwF0EL6F5s+Zs1P1srcW1DBN71G/JIKvHJFBsBQjl2N1sRYK48FQHTc4YoZEid0 h6Kw22hnn2KhepUKjGSkTYsbry8o1AM5oCPD+EzNWxvMYwyA406xFgzgrQXmtDVwfY IAAOsbDvLfe/dmJM9Ih8gHZxtkC2NN2R/3MRUAaAfLIzanPtYj/FjIy7Pe8kAZDEF6 Qv8Qt3+CqyrnlzSkfHtM8+7ZAMZR3OO1knsFzimmISsQwXgFy3l+rv3YWL9+Rn2kGJ QBvnoUHuS46Sg== Message-ID: Date: Thu, 21 Sep 2023 11:56:01 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH v2 1/2] arm64: dts: imx8-ss-img: Assign slot for imx jpeg encoder/decoder Content-Language: en-US To: Ming Qian , mirela.rabulea@oss.nxp.com, robh+dt@kernel.org, shawnguo@kernel.org Cc: mchehab@kernel.org, hverkuil-cisco@xs4all.nl, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, xiahong.bao@nxp.com, eagle.zhou@nxp.com, tao.jiang_2@nxp.com, linux-imx@nxp.com, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20230921063620.22962-1-ming.qian@nxp.com> From: Krzysztof Kozlowski In-Reply-To: <20230921063620.22962-1-ming.qian@nxp.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21/09/2023 08:36, Ming Qian wrote: > assign a single slot, > configure interrupt and power domain only for 1 slot, > not for the all 4 slots. Please wrap commit message according to Linux coding style / submission process (neither too early nor over the limit): https://elixir.bootlin.com/linux/v6.4-rc1/source/Documentation/process/submitting-patches.rst#L597 Meke these proper sentences, so starting with capital letter and ending with full stop. Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. Best regards, Krzysztof