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 0E146CCA47C for ; Thu, 7 Jul 2022 02:31:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234442AbiGGCbs (ORCPT ); Wed, 6 Jul 2022 22:31:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234892AbiGGCbf (ORCPT ); Wed, 6 Jul 2022 22:31:35 -0400 Received: from mail-oi1-x22e.google.com (mail-oi1-x22e.google.com [IPv6:2607:f8b0:4864:20::22e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5031B2F3A6 for ; Wed, 6 Jul 2022 19:31:34 -0700 (PDT) Received: by mail-oi1-x22e.google.com with SMTP id w83so21985819oiw.1 for ; Wed, 06 Jul 2022 19:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=kYOkpM5mbqkB6w2x0txJabn++Zuea/JIjpE53NC7Ovs=; b=O/OphLNHTV2yePG++ANiG2XlmcHB8S5c/24sNkjLMerXy5rbKaOIGR0LTF3mr9aFoM Wt5op3owZiw2d3/jCHtOw4QllvcqJjlEoizzeqwPw63mX/ojOvEKPpP+lZODEyoCB1FO hBNLQlvqixm2RPeJ+v0UF5zBrnbfW7w7Okn3HMTBNZbYH0IokQ/lwSGqOgQdla4DFy9V PcTfRP0XzE5749OuSOlRoNsSaD4Irse+S4p202DlA9tkWZ3EssW9A0SKrrVzIP6PONiF xz2h3SdfWkGN5zm8QnAIWvWhQOjxTP+yxYpVizQbYO+3B37sS3Qr24ltWsfF4ahiTMNI n/8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kYOkpM5mbqkB6w2x0txJabn++Zuea/JIjpE53NC7Ovs=; b=TpnhEDUPkUaFI/RZQvIIF852FY+ZJJjTEStstxynyZMWABO8uH2p1pGCtrF4DQmcEZ PXjbBpMZpn+VAOzO4Z6VmUuadkWbQpVqT4cxqk8iS6II4B3W+Z5I0TqOLYe3yXYk0BVO KAXdWypgVefQPeePMVeZcsepo7IdIX1xueIVG+0+1w1I1W8wNHCua9DGFJbxcllMB+71 j54rta12IqindpjyUkQkLLwWaZn5R0Vc9CoqykByMLdSy8W+K5/7aoPRDdIb+nIW4xZw Ndm3uivjgWni/+QMTo+WkB6Z19wpC+vYCY4gSyzBW9BVBIJ++LdUo3uEK0JtwmseD/QR j11Q== X-Gm-Message-State: AJIora9Tge/i3WitRlZRZRa2KLeig3lRgWl5dhS/3U8aLoKAGQ+w53Bd Hma8xZUUUzKBy01SSm0nZKue2/omLGBImw== X-Google-Smtp-Source: AGRyM1uZ1j3GL+HHiRiUjzP4ZuNVvEGnWjez1sGZv/1hQL7mFmHwohrXD6uOZp7rHHg3HTWQXn9V2A== X-Received: by 2002:a05:6808:1392:b0:335:a45d:81fe with SMTP id c18-20020a056808139200b00335a45d81femr1066080oiw.213.1657161093777; Wed, 06 Jul 2022 19:31:33 -0700 (PDT) Received: from builder.lan (104-57-184-186.lightspeed.austtx.sbcglobal.net. [104.57.184.186]) by smtp.gmail.com with ESMTPSA id x48-20020a056830247000b006168c71ca4asm17024469otr.56.2022.07.06.19.31.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Jul 2022 19:31:33 -0700 (PDT) From: Bjorn Andersson To: linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, Will Deacon , Andy Gross , Catalin Marinas , Rob Herring , devicetree@vger.kernel.org, Georgi Djakov , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Cc: Rajendra Nayak Subject: Re: (subset) [PATCH v8 0/4] soc/arm64: qcom: Add initial version of bwmon Date: Wed, 6 Jul 2022 21:31:11 -0500 Message-Id: <165716107315.864223.10956904970767999578.b4-ty@linaro.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220704121730.127925-1-krzysztof.kozlowski@linaro.org> References: <20220704121730.127925-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, 4 Jul 2022 14:17:26 +0200, Krzysztof Kozlowski wrote: > Changes since v7 > ================ > 1. After discussions with Bjorn and Rajendra, go back to "SoC-bwmon" > compatible, so without "llcc". The other bwmon instance - between > LLCC and DDR - should be called LLCC. > > Changes since v6 > ================ > 1. Patch #2 (driver): use MSM8998 compatible. > > [...] Applied, thanks! [4/4] arm64: dts: qcom: sdm845: Add CPU BWMON commit: d3ef125cf844ab2f6365d8645d7468cec709170a Best regards, -- Bjorn Andersson 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 BFFCCC43334 for ; Thu, 7 Jul 2022 02:32:57 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7PzV82GaXQvrlKcuFIdCXa6rbaxpWx5wCV6WsXX/ukc=; b=Nv5r0SBJZ6VTxd ZLm1U3lQA95dVv8siqV4Hr0nacvcH1U6wPjrgUXOl8xI7nA9MKD3JhqD+4bn3v6ie/STm1rYClXC6 54LWCqGQfikM+JuM1sgWfqj9vOjdFAeV91VmHzPIV6Gt066Jlweklp4LJVlXk7nVTFPZ66HaghH3A 1Ouyw0R0YzGvTO4i5Hoh6cvSZOhuHouaQlLSzeAghHYjQE8ALkQcKymcGlQyfHcZrOHMuikswZf0G A6h8OYeFpqLu+BbRuKWWS8NI64ctP+OSoU7TBGS0eFjzHm/wNCc6A8eIZ3l2iqhd0jLSE+d6UCa6L pjaFhZYv6nzLUVRfwoYg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9HIp-00D7Ma-08; Thu, 07 Jul 2022 02:31:39 +0000 Received: from mail-oi1-x22d.google.com ([2607:f8b0:4864:20::22d]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9HIm-00D7LJ-4A for linux-arm-kernel@lists.infradead.org; Thu, 07 Jul 2022 02:31:37 +0000 Received: by mail-oi1-x22d.google.com with SMTP id t189so21935549oie.8 for ; Wed, 06 Jul 2022 19:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=kYOkpM5mbqkB6w2x0txJabn++Zuea/JIjpE53NC7Ovs=; b=O/OphLNHTV2yePG++ANiG2XlmcHB8S5c/24sNkjLMerXy5rbKaOIGR0LTF3mr9aFoM Wt5op3owZiw2d3/jCHtOw4QllvcqJjlEoizzeqwPw63mX/ojOvEKPpP+lZODEyoCB1FO hBNLQlvqixm2RPeJ+v0UF5zBrnbfW7w7Okn3HMTBNZbYH0IokQ/lwSGqOgQdla4DFy9V PcTfRP0XzE5749OuSOlRoNsSaD4Irse+S4p202DlA9tkWZ3EssW9A0SKrrVzIP6PONiF xz2h3SdfWkGN5zm8QnAIWvWhQOjxTP+yxYpVizQbYO+3B37sS3Qr24ltWsfF4ahiTMNI n/8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kYOkpM5mbqkB6w2x0txJabn++Zuea/JIjpE53NC7Ovs=; b=T00kYtKWjPwL3efn8/UbDaN+iP5K4l7JVdnG+hHoJMvbxUbvm6i3wO2gOY5JSHgoT0 Dl+KyUkg2GaQT5aQW1/w21geD65SEDSgev3znc+LT3kqwLR1gjRo3Nf1oiJFAfmWDukH 2dqXycMd0DrQdqWGVIyUlL6N/jLBjoKZTaqcmshPnEFowY0IwptiF98PssMdZsUCJQbE A5F2aU0Pkd/c4SvAxMtPPQU/+lZ8KkP1JYWscavdsYxNRpL+GZzg1rF26uGd3MbOhlWj jSM3NGmu+o3nKJdI6EL5CMT0XY+AUZdVRRnVSZFXiNnER+p8Ddh2fs5unvRaf3klZ77l tLsQ== X-Gm-Message-State: AJIora9pe2Y9RxJBcPxXG/oKfetkl/+WtLgJXFy0d/2Rc8xcxKykd9cN 4T13A8R+wydsl2dnkBuWoCCpYw== X-Google-Smtp-Source: AGRyM1uZ1j3GL+HHiRiUjzP4ZuNVvEGnWjez1sGZv/1hQL7mFmHwohrXD6uOZp7rHHg3HTWQXn9V2A== X-Received: by 2002:a05:6808:1392:b0:335:a45d:81fe with SMTP id c18-20020a056808139200b00335a45d81femr1066080oiw.213.1657161093777; Wed, 06 Jul 2022 19:31:33 -0700 (PDT) Received: from builder.lan (104-57-184-186.lightspeed.austtx.sbcglobal.net. [104.57.184.186]) by smtp.gmail.com with ESMTPSA id x48-20020a056830247000b006168c71ca4asm17024469otr.56.2022.07.06.19.31.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Jul 2022 19:31:33 -0700 (PDT) From: Bjorn Andersson To: linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, Will Deacon , Andy Gross , Catalin Marinas , Rob Herring , devicetree@vger.kernel.org, Georgi Djakov , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Cc: Rajendra Nayak Subject: Re: (subset) [PATCH v8 0/4] soc/arm64: qcom: Add initial version of bwmon Date: Wed, 6 Jul 2022 21:31:11 -0500 Message-Id: <165716107315.864223.10956904970767999578.b4-ty@linaro.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220704121730.127925-1-krzysztof.kozlowski@linaro.org> References: <20220704121730.127925-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220706_193136_205034_B91A4495 X-CRM114-Status: UNSURE ( 8.77 ) 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 Mon, 4 Jul 2022 14:17:26 +0200, Krzysztof Kozlowski wrote: > Changes since v7 > ================ > 1. After discussions with Bjorn and Rajendra, go back to "SoC-bwmon" > compatible, so without "llcc". The other bwmon instance - between > LLCC and DDR - should be called LLCC. > > Changes since v6 > ================ > 1. Patch #2 (driver): use MSM8998 compatible. > > [...] Applied, thanks! [4/4] arm64: dts: qcom: sdm845: Add CPU BWMON commit: d3ef125cf844ab2f6365d8645d7468cec709170a Best regards, -- Bjorn Andersson _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel