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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 8889BC5478C for ; Fri, 23 Feb 2024 10:24:06 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CE60810EB81; Fri, 23 Feb 2024 10:24:05 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="qgkVfhRH"; dkim-atps=neutral Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by gabe.freedesktop.org (Postfix) with ESMTPS id A1F1910EB86 for ; Fri, 23 Feb 2024 10:24:03 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 60AD1CE225D; Fri, 23 Feb 2024 10:24:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DF256C433F1; Fri, 23 Feb 2024 10:23:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708683839; bh=TUpf1TMi8/v/dajmGrZPvTcvt4+6l/4QW5aVOHL197s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qgkVfhRHjIiCfjWglQ8yIsIYnT2fq3V2ODZQh74QZrEyckVdrTGBgdz0nzXtbc4xE vhP26Si4LDTb7kJPGEhE1/hgTxVx0pYug7X+Y2bk1lYk8F3LIISlqkqayys6f7Ya2C CdYZ6YZOSxZOJdwnPW0v3ITFRvi154xg6z276UsBhe2VPeXxezDzkNKKOf7UPp6eLk oD1/C7AqzfVc5DIGoYTCF2PhVLVjLmiSUc/Ll5EIkB71UBL4nNQ07wm3uDJn1YU0lx SrhiJVGLN3I3UcxF10d9uxsvOM7K+8+iK1/xM1NKd+a9WQNTel/IbgWV3Nf9oWpR/K xBn7oqfEiwyGA== Date: Fri, 23 Feb 2024 10:23:52 +0000 From: Lee Jones To: Dharma.B@microchip.com Cc: krzysztof.kozlowski@linaro.org, sam@ravnborg.org, bbrezillon@kernel.org, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com, daniel@ffwll.ch, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, Nicolas.Ferre@microchip.com, alexandre.belloni@bootlin.com, claudiu.beznea@tuxon.dev, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, thierry.reding@gmail.com, u.kleine-koenig@pengutronix.de, linux-pwm@vger.kernel.org, Hari.PrasathGE@microchip.com, Manikandan.M@microchip.com, Conor.Dooley@microchip.com Subject: Re: (subset) [linux][PATCH v6 3/3] dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format Message-ID: <20240223102352.GL10170@google.com> References: <20240202001733.91455-1-dharma.b@microchip.com> <20240202001733.91455-4-dharma.b@microchip.com> <170738899221.920003.15342446791449663430.b4-ty@kernel.org> <20240220082026.GG10170@google.com> <9dbfbeac-3a00-4571-95c0-83e4d47737c5@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9dbfbeac-3a00-4571-95c0-83e4d47737c5@microchip.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 20 Feb 2024, Dharma.B@microchip.com wrote: > Hi Lee, > > On 20/02/24 1:50 pm, Lee Jones wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > > > On Tue, 20 Feb 2024, Dharma.B@microchip.com wrote: > > > >> Hi Krzysztof, > >> > >> On 12/02/24 3:53 pm, Krzysztof Kozlowski wrote: > >>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > >>> > >>> On 08/02/2024 11:43, Lee Jones wrote: > >>>> On Fri, 02 Feb 2024 05:47:33 +0530, Dharma Balasubiramani wrote: > >>>>> Convert the atmel,hlcdc binding to DT schema format. > >>>>> > >>>>> Align clocks and clock-names properties to clearly indicate that the LCD > >>>>> controller expects lvds_pll_clk when interfaced with the lvds display. This > >>>>> alignment with the specific hardware requirements ensures accurate device tree > >>>>> configuration for systems utilizing the HLCDC IP. > >>>>> > >>>>> [...] > >>>> > >>>> Applied, thanks! > >>>> > >>>> [3/3] dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format > >>>> commit: cb946db1335b599ece363d33966bf653ed0fa58a > >>>> > >>> > >>> Next is still failing. > >>> > >>> Dharma, > >>> You must explain and clearly mark dependencies between patches. > >> > >> I sincerely apologize for any confusion caused by the oversight. I have > >> organized the patches according to their dependencies in the patch > >> series, but unfortunately, I neglected to explicitly mention these > >> dependencies. I understand the importance of clear communication in our > >> collaborative efforts. Please feel free to provide guidance on how I can > >> assist you further in resolving this matter. > > > > If this continues to be an issue, I can just remove the commit. > > There won't be any issue if both pwm and display binding goes before the > mfd binding. > > Could you please pick the display binding as well? Only with an ACK from the relevant Maintainers. -- Lee Jones [李琼斯]