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 EE8ECECAAA1 for ; Tue, 6 Sep 2022 16:22:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230145AbiIFQWd (ORCPT ); Tue, 6 Sep 2022 12:22:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234895AbiIFQWB (ORCPT ); Tue, 6 Sep 2022 12:22:01 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 484F57F272; Tue, 6 Sep 2022 08:50:40 -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 ams.source.kernel.org (Postfix) with ESMTPS id CCD6AB818C2; Tue, 6 Sep 2022 15:50:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9CF4C433D6; Tue, 6 Sep 2022 15:50:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662479437; bh=BYEVXIhF2SWOS8eq8Dzey2X1NAl3O4eE3kJjbR8IIbo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sljS2LC9tX5SLe3/9hcyN1L/KGbnbmGw7uj/ZY3JHLUjxVqoZNM5IB/TJ4KMTTnjL M63pboBjMh7lmZO8pBIcRaTgbX0KFo3pnSHyUGNM0hGBhoz3QKnp/jBkhT+QSUHv9F ef6TR1RSxzkAK8oMSpfCZmVgmlR4KuIQKjCBkzYDcBwXfpnWFG8qwiXiwsPl1P/Snp 1rrgxRnzhwUBpvz+0JJxKz7vdgKtk19zhMMcX2k9DlH6RRad+IszFqImnTsBlAF6b3 viR+PaeYnplzSFmzWz/C6bNNnXqszLXmGRY1H5dYjk7cSEnyZC7yrfBlUpBscaa80N 7WNsuLyPANpUQ== Date: Tue, 6 Sep 2022 16:50:26 +0100 From: Lee Jones To: Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Rob Herring , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFT PATCH v3 01/16] dt-bindings: mfd: qcom,tcsr: add several devices Message-ID: References: <20220819083209.50844-1-krzysztof.kozlowski@linaro.org> <20220819083209.50844-2-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220819083209.50844-2-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 19 Aug 2022, Krzysztof Kozlowski wrote: > Document existing (MSM8996, SC7280) and new compatibles for TCSR syscon > registers (QCS404, SC7180, SDM630, SDM845, SM8150, MSM8998). > > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v2: > 1. Add more compatibles. > > Changes since v1: > 1. Correct order of compatibles. > --- > Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) Applied, thanks. -- Lee Jones [李琼斯]