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 B52BBFA3741 for ; Mon, 24 Oct 2022 13:17:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235909AbiJXNRi (ORCPT ); Mon, 24 Oct 2022 09:17:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233701AbiJXNRE (ORCPT ); Mon, 24 Oct 2022 09:17:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94FA29AF9E; Mon, 24 Oct 2022 05:26:28 -0700 (PDT) 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 A375E612D2; Mon, 24 Oct 2022 12:26:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7AF6CC433D7; Mon, 24 Oct 2022 12:25:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666614362; bh=2XWGMD1dyJoof5ESj2tNrEfH8u5LG6bFReadSHUzboE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=keyyr4OZE3GtaW9cTc0eOlIcSQLxEgKVkHoKcO1+qn3YT7qDohzIikn4xVrY3uteN IxaxxTbHSva8XMZStVMADlD/Jy3e/38tNhwXegG7zeiW5IzZEiu0RA1PB4Uh7+RcEI dvcSk+hRxPA79LfLwH21FfvNZnsqud3zbSSYpHjYKgQbCvl4Te3C0DvNBYjQP3s6va HhY0qZo0LBSeTBRz76K6dOJ+EupvvNPRbVV9X3Chv7khS5TFoRBfS7QqAf2mcMCxRc OlbvlC6F2FVjUEpnT793zg2Oq1oMC6HJkKHBnppUyC/kzsDaeV5nGhQwo8jpUAvZxi htN5/K4iXEADQ== Date: Mon, 24 Oct 2022 13:25:55 +0100 From: Lee Jones To: Sergiu.Moga@microchip.com Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, Nicolas.Ferre@microchip.com, alexandre.belloni@bootlin.com, Claudiu.Beznea@microchip.com, radu_nicolae.pirea@upb.ro, richard.genoud@gmail.com, gregkh@linuxfoundation.org, jirislaby@kernel.org, Kavyasree.Kotagiri@microchip.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-serial@vger.kernel.org, krzysztof.kozlowski@linaro.org Subject: Re: [PATCH v5 1/9] dt-bindings: mfd: atmel,sama5d2-flexcom: Add SPI child node ref binding Message-ID: References: <20220922113347.144383-1-sergiu.moga@microchip.com> <20220922113347.144383-2-sergiu.moga@microchip.com> <7a0c45e2-85fc-b5b0-d1de-a9e06a20bb42@microchip.com> <1d61596b-876b-2eca-f72d-ed38cc36f1a8@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1d61596b-876b-2eca-f72d-ed38cc36f1a8@microchip.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 28 Sep 2022, Sergiu.Moga@microchip.com wrote: > On 28.09.2022 18:23, Lee Jones wrote: > > On Wed, 28 Sep 2022, Sergiu.Moga@microchip.com wrote: > > > >> On 28.09.2022 18:03, Lee Jones wrote: > >>> On Thu, 22 Sep 2022, Sergiu Moga wrote: > >>> > >>>> Another functionality of FLEXCOM is that of SPI. In order for > >>>> the proper validation of the SPI children nodes through the binding > >>>> to occur, the proper binding for SPI must be referenced. > >>>> > >>>> Signed-off-by: Sergiu Moga > >>>> Reviewed-by: Krzysztof Kozlowski > >>>> --- > >>>> > >>>> > >>>> v1 -> v2: > >>>> - use full schema paths > >>>> > >>>> > >>>> v2 -> v3: > >>>> - Added Reviewed-by tag, previously this was [PATCH 3] > >>>> > >>>> > >>>> v3 -> v4: > >>>> - Nothing, previously this was [PATCH 5] > >>>> > >>>> > >>>> v4 -> v5: > >>>> - Nothing > >>>> > >>>> > >>>> > >>>> .../devicetree/bindings/mfd/atmel,sama5d2-flexcom.yaml | 5 ++--- > >>>> 1 file changed, 2 insertions(+), 3 deletions(-) > >>> > >>> Not sure how these can be handled. > >>> > >>> I guess I cannot take these until the other patches are applied. > >>> > >>> NB: The patch doesn't apply cleanly anyway, so will need to be rebased. > >>> > >> > >> > >> Hello, > >> > >> The sama5d2-flexcom binding related patches are dependent on: > >> https://lore.kernel.org/linux-arm-kernel/20220916075744.1879428-1-kavyasree.kotagiri@microchip.com/ > > > > I would be very cautious about relying on comments made in the > > cover-letter. Better to make this a hard requirement and place them > > in the same patch-set. > > > > > > Understood, my apologies, I will keep this in mind the next time this > happens :). > > Otherwise, by applying the patch series linked above, my sama5d2-flexcom > patches should apply cleanly afterwards. Please re-send this once the other set has been applied. -- Lee Jones [李琼斯]