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 D42CEC433EF for ; Tue, 5 Jul 2022 18:09:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233082AbiGESJE (ORCPT ); Tue, 5 Jul 2022 14:09:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52272 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233132AbiGESI7 (ORCPT ); Tue, 5 Jul 2022 14:08:59 -0400 Received: from mail-lf1-x12d.google.com (mail-lf1-x12d.google.com [IPv6:2a00:1450:4864:20::12d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F37BC1C11D for ; Tue, 5 Jul 2022 11:08:58 -0700 (PDT) Received: by mail-lf1-x12d.google.com with SMTP id i18so21896077lfu.8 for ; Tue, 05 Jul 2022 11:08:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=eg1uE0FvPxeL4qrpGmtmUaW5Q1k0Sw2KDBMaoXwWe/w=; b=ng77q3Pn2ELOHxwwxPOWGl2wegeiNr2Q7hm7QhVgoE2SL6L1DB0FrFu5i4dcPvTj32 5fwedzisR0l2IPxC4oK0FlBH0JenUhfOnUgIuoRVVCXddW58CzM5SZJ1SXwkeSloPi4U 3qGVzsy36mPOCnJ7d/RI3ymoooNpBkZMBU+N6TPXZxF1uLaL9zHH1339bR2uG6fZTP4A /vnsLLtGYmU0ivoeaeGq5GwglRys1ZpgKSoKuz1eJqXj10P7Afsh9tkc4Ny/z75QjXaq LkOSNU3pD3NdIKsTlXYrNhYISYefW7keDb4M8CK8zuxhaPKVtc4rbVB+cJwZ/2FcUx18 fFmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=eg1uE0FvPxeL4qrpGmtmUaW5Q1k0Sw2KDBMaoXwWe/w=; b=uLhaDLINZlzfL0ExipR8IKsIEgG+aV/SgmuMPfBu8KgOGW+juI0/ZjBaCp00vz3PJ/ t/ltPO+wk8dJJleGA5LOha7b71sl3c/H59g0G172MHaeHxpFyql3MyEKmF66+wc3wZup jJpbuLKwX6BhowHH6+Rd18yz40kkgL2M7VkkZSq3v4JmgvTenqK+KMOMZHsVX/TQoWIc 28OKISDr9waIEx2QvJLxpEsFQSCoH4kED73e9QN/ipOKFex5MGAvdU83zuChWfo41PTE 79g6vWLC9xYEtOQ75eGsahOUeK9dEThId4zSP3s+w2aPIjyTolLQXw1mwngUyT+gJtdX pmmg== X-Gm-Message-State: AJIora/Ec6QvhPghhXIhe9jkurtSiQIEVpz4sSrEClAcvn02L7OLQgPj Z1Bfll1ABc6tv65pq7sTcWOBAQ== X-Google-Smtp-Source: AGRyM1v2JHFqA1112pod0tl0eflkRxUEg+MihLBA4vZNJpJCtROsTql1m4Qdf8Lm1T5Ake3EiDH8RQ== X-Received: by 2002:a19:6d09:0:b0:481:3c54:ad52 with SMTP id i9-20020a196d09000000b004813c54ad52mr24714978lfc.393.1657044537385; Tue, 05 Jul 2022 11:08:57 -0700 (PDT) Received: from [192.168.1.52] ([84.20.121.239]) by smtp.gmail.com with ESMTPSA id b27-20020a05651c033b00b0025d3e81e0f4sm98821ljp.94.2022.07.05.11.08.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 05 Jul 2022 11:08:56 -0700 (PDT) Message-ID: <76417581-c2df-2811-2b2e-5b4282a6acd3@linaro.org> Date: Tue, 5 Jul 2022 20:08:55 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 5/8] dt-bindings: soc: qcom: spm: Add MSM8909 CPU compatible Content-Language: en-US To: Stephan Gerhold , Bjorn Andersson Cc: Andy Gross , Krzysztof Kozlowski , Rob Herring , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephan Gerhold References: <20220705143523.3390944-1-stephan.gerhold@kernkonzept.com> <20220705143523.3390944-6-stephan.gerhold@kernkonzept.com> From: Krzysztof Kozlowski In-Reply-To: <20220705143523.3390944-6-stephan.gerhold@kernkonzept.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 05/07/2022 16:35, Stephan Gerhold wrote: > Document the "qcom,msm8909-saw2-v3.0-cpu" compatible for the CPU > Subsystem Power Manager (SPM) on the MSM8909 SoC. This is necessary > for CPU idle since this is a fairly old 32-bit SoC without support > for PSCI. > > Signed-off-by: Stephan Gerhold Acked-by: Krzysztof Kozlowski Best regards, Krzysztof 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 803ABC43334 for ; Tue, 5 Jul 2022 18:10:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=cUdJMlVIxQZ47c4GcBTQ9N6LlDrQtwBWmr32hUMjxyo=; b=CM1zXP1dLS9pSc j/y1GgH0xLKb3coXTm3wEajnWOnIXiCxia9BsJfdmqgDuuigBHnErEkamgypyhXX4wWx7+eu1kfH1 4A47VPtn4ig9gBZfUUhwYqm7/1WPcuvFz6agTgVE2QdKkNJq5FuiwYXF/seiyAODL3YeMvmTqDJt1 wucyGchPAZj6oL2wBvopK9uukKJkWO9HTWLl3oQMwafEn5fQE45/A5MNW2/+9yUlhiZRoNGrNzxeR iIxeRSy4PUPthUvmgKZC6ur+PI4EbFMAmYTgeBki5TuM7AUQ+uUYBfRNNxUce+HL7nuarcToQi7SM +U1QNwM/n2rp3rZg9/Gw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8myu-0022Hk-FO; Tue, 05 Jul 2022 18:09:05 +0000 Received: from mail-lf1-x136.google.com ([2a00:1450:4864:20::136]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o8myr-0022Ey-3P for linux-arm-kernel@lists.infradead.org; Tue, 05 Jul 2022 18:09:02 +0000 Received: by mail-lf1-x136.google.com with SMTP id z13so21848144lfj.13 for ; Tue, 05 Jul 2022 11:08:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=eg1uE0FvPxeL4qrpGmtmUaW5Q1k0Sw2KDBMaoXwWe/w=; b=ng77q3Pn2ELOHxwwxPOWGl2wegeiNr2Q7hm7QhVgoE2SL6L1DB0FrFu5i4dcPvTj32 5fwedzisR0l2IPxC4oK0FlBH0JenUhfOnUgIuoRVVCXddW58CzM5SZJ1SXwkeSloPi4U 3qGVzsy36mPOCnJ7d/RI3ymoooNpBkZMBU+N6TPXZxF1uLaL9zHH1339bR2uG6fZTP4A /vnsLLtGYmU0ivoeaeGq5GwglRys1ZpgKSoKuz1eJqXj10P7Afsh9tkc4Ny/z75QjXaq LkOSNU3pD3NdIKsTlXYrNhYISYefW7keDb4M8CK8zuxhaPKVtc4rbVB+cJwZ/2FcUx18 fFmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=eg1uE0FvPxeL4qrpGmtmUaW5Q1k0Sw2KDBMaoXwWe/w=; b=CWnejISxNuHJDUECc4pdjZ95m9iVtiPAqnQafuMUTcqWF+FhSY4eS8cKX6DX/4tKmX PxJCondBZuZQk8CS9DqJzSr4WH5Si8CQaoGLK8eefTSKXdYqP4dg3G3AVHWYKAvI1LK4 IFvDAm0FulwbO/DBPcMi6dmmHlHrvO7NbiXL40pXogg1BTlg61YU+kimsIbRDsi+M1i0 qiiz06bO5uqKFYACmPM6Pf5CDyLM2F8R+MeVrBO/jMLxB9Hxyl6cmWEcF7pJco69MPY2 TfT4rJj+lKdhO8RMn/g99XJqaWwl7om5OsXpzDY8l990jmphF820bFxFfOj0GT+41jO6 MdBQ== X-Gm-Message-State: AJIora9hzLNx+hRU25kNlBMb1Y65hLuIESoNeyKlMnvFabZeMc01LCfJ scnaYNtrkDsShEQD5tRky5MCOg== X-Google-Smtp-Source: AGRyM1v2JHFqA1112pod0tl0eflkRxUEg+MihLBA4vZNJpJCtROsTql1m4Qdf8Lm1T5Ake3EiDH8RQ== X-Received: by 2002:a19:6d09:0:b0:481:3c54:ad52 with SMTP id i9-20020a196d09000000b004813c54ad52mr24714978lfc.393.1657044537385; Tue, 05 Jul 2022 11:08:57 -0700 (PDT) Received: from [192.168.1.52] ([84.20.121.239]) by smtp.gmail.com with ESMTPSA id b27-20020a05651c033b00b0025d3e81e0f4sm98821ljp.94.2022.07.05.11.08.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 05 Jul 2022 11:08:56 -0700 (PDT) Message-ID: <76417581-c2df-2811-2b2e-5b4282a6acd3@linaro.org> Date: Tue, 5 Jul 2022 20:08:55 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 5/8] dt-bindings: soc: qcom: spm: Add MSM8909 CPU compatible Content-Language: en-US To: Stephan Gerhold , Bjorn Andersson Cc: Andy Gross , Krzysztof Kozlowski , Rob Herring , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stephan Gerhold References: <20220705143523.3390944-1-stephan.gerhold@kernkonzept.com> <20220705143523.3390944-6-stephan.gerhold@kernkonzept.com> From: Krzysztof Kozlowski In-Reply-To: <20220705143523.3390944-6-stephan.gerhold@kernkonzept.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220705_110901_223942_715B10A5 X-CRM114-Status: UNSURE ( 9.35 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 05/07/2022 16:35, Stephan Gerhold wrote: > Document the "qcom,msm8909-saw2-v3.0-cpu" compatible for the CPU > Subsystem Power Manager (SPM) on the MSM8909 SoC. This is necessary > for CPU idle since this is a fairly old 32-bit SoC without support > for PSCI. > > Signed-off-by: Stephan Gerhold Acked-by: Krzysztof Kozlowski Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel