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 028ACC4321E for ; Mon, 5 Dec 2022 21:16:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231963AbiLEVQ2 (ORCPT ); Mon, 5 Dec 2022 16:16:28 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50002 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230151AbiLEVQ1 (ORCPT ); Mon, 5 Dec 2022 16:16:27 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F44813F62; Mon, 5 Dec 2022 13:16:27 -0800 (PST) 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 9F19B6145B; Mon, 5 Dec 2022 21:16:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5BF00C433C1; Mon, 5 Dec 2022 21:16:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670274986; bh=2YCgsYtgXchcK2HQN9j4UPzSu5I9SAEgamI3XGdIwNM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DzViI502CGY9RMc9HkFPZ2iRr74SbWdCu4D9+c4rSejbfKimjFp+wxyI+ozoKzLjk 6eg9yP+Gu5/0fsUwcgwwI43jpxqCuBk5Rdo/57F4WzvJZQz/AQcbvuh/5b9im5D+A+ JutQF2vxoBzxuhFz/kOCYQG3E9DtW7itTK5DxeVUPJ85wG6xkDsnuue6lBtK2mZjN6 ytV2/2uy8rm5YBxKsStNmV8UR7l8YTdvgqXlukU+PCSueCiJz23tfMaIsU29ULDlfn 9cGRMGag+Bvz/6qJB2csMTFKPOlU/GsZs+ViuZ1iqzXd8U7gWb7/MefwaVsBSWm5G1 nv4Mo4jCt1GZw== Date: Mon, 5 Dec 2022 15:16:23 -0600 From: Bjorn Andersson To: Krzysztof Kozlowski Cc: Abel Vesa , Andy Gross , Konrad Dybcio , Rob Herring , Linux Kernel Mailing List , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH] dt-bindings: soc: qcom: aoss: Add compatible for SM8550 Message-ID: <20221205211623.extu4b22fsowilyd@builder.lan> References: <20221116113128.2655441-1-abel.vesa@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Nov 16, 2022 at 12:43:26PM +0100, Krzysztof Kozlowski wrote: > On 16/11/2022 12:31, Abel Vesa wrote: > > Document the compatible for SM8550. > > > > Signed-off-by: Abel Vesa > > Why this is not part of other SoC patches? I just received many single > patches for this SM8550 topic. All these should be set of few series, > not 10 or more... > Because these patches are independent of each other and done in this way means the maintainer can merge each piece on its own. I much prefer this over having these series with 20+ patches being sent over and over because one of the patches is getting feedback. Regards, Bjorn > Reviewed-by: Krzysztof Kozlowski > > Best regards, > Krzysztof >