From patchwork Mon Nov 23 15:41:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Georgi Djakov X-Patchwork-Id: 11925629 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-28.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A825C2D0E4 for ; Mon, 23 Nov 2020 15:41:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3D7C9208DB for ; Mon, 23 Nov 2020 15:41:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="u1zL4dcW" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730321AbgKWPld (ORCPT ); Mon, 23 Nov 2020 10:41:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729496AbgKWPlc (ORCPT ); Mon, 23 Nov 2020 10:41:32 -0500 Received: from mail-wm1-x344.google.com (mail-wm1-x344.google.com [IPv6:2a00:1450:4864:20::344]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 562D3C0613CF for ; Mon, 23 Nov 2020 07:41:32 -0800 (PST) Received: by mail-wm1-x344.google.com with SMTP id s13so17648879wmh.4 for ; Mon, 23 Nov 2020 07:41:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=7Uq8D+ZGI+Bc11T83i9o/qJZyW19SxDleKradfPQPuc=; b=u1zL4dcWJokw00I/TfBex3TsezuvaSBrSBcuWQpXvLQQTo+Fay5PgoDj+d3n9U9wVc mcp8nZKNfKizf4fjxsDBRyRwtlEaMU8bnnwBTlacrgXdDtmZuwjtOIYZCnxoHQqKOMhU wShOwEHiUZSZAAifogg1jKZ9sf5fdAnv6g3tm2JPIF4Q9bT1VOxYJT8p7UeLpRsKP9cn BmUIfLgTKxgRevP9hK0WHHkpPFEzQmA0+fGPzmmD9hDPKSBLo1GMglZB4OyL5h8kZFU6 kckdAKtWEntdX3aRoCAedfKSE5Yt1CzCUU70q+HbMaObc4JGYRgsdbib9sF5NwfP357B zdrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=7Uq8D+ZGI+Bc11T83i9o/qJZyW19SxDleKradfPQPuc=; b=s62oPrm/kAlMM5uy5WvASTkWuxi/+yOkyJDmtXD58gMM89O/S4V0kwHDxvJu4sDdgW mXp/rZ5x0dH0IowK+ZtynYDfEwHvAe7FFsgO105jrAeUdc1BrQaEuZNwVe96SAcMItyp W6d3//AOehSJFecczlUpUObWZ0EfSbAsp4v4RNXoxmGzuudPGednjcdNqLQTBtZ2Gt4e t4s8L4m+Nxznr9RMJ67P918Z8Syxr8ayOZ8/SHbj5aPin5CSxReVrrO+RW9ivt78J4Pl oOXohxf368TjlYAXS+/Oxi9i3z6EjxmqaMJ3858TULZwlHJ0EyMoLGOw7Hwot830gLoD Gtog== X-Gm-Message-State: AOAM532VUkyMrXmMj4v34/H7s9MT15lVTRKzNjq2R3XgH1fBya0s/vs7 NhoWnpk+Ja5sMVAlsrw+aVgzZw== X-Google-Smtp-Source: ABdhPJz09JSt+VxjzsaxsjEEBzzgj5Y2lrP+kn9HKZbm8ilrgG+g0sGtv8sjIhfSGb8dmjeTAvgb/g== X-Received: by 2002:a1c:a752:: with SMTP id q79mr24088747wme.24.1606146091006; Mon, 23 Nov 2020 07:41:31 -0800 (PST) Received: from localhost.localdomain ([212.45.67.2]) by smtp.googlemail.com with ESMTPSA id y20sm18422954wma.15.2020.11.23.07.41.30 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Nov 2020 07:41:30 -0800 (PST) From: Georgi Djakov To: gregkh@linuxfoundation.org Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, georgi.djakov@linaro.org Subject: [GIT PULL] interconnect fixes for 5.10-rc Date: Mon, 23 Nov 2020 17:41:30 +0200 Message-Id: <20201123154130.26972-1-georgi.djakov@linaro.org> X-Mailer: git-send-email 2.29.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org Hello Greg, Here is a pull request with a few interconnect fixes for 5.10-rc. Please take them into char-misc-linus when possible. All patches have been reviewed and tested. They have been also in linux-next since last week. Thanks, Georgi The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891: Linux 5.10-rc2 (2020-11-01 14:43:51 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/djakov/icc.git tags/icc-5.10-rc6 for you to fetch changes up to 017496af28e2589c2c2cb396baba0507179d2748: interconnect: fix memory trashing in of_count_icc_providers() (2020-11-20 16:01:35 +0200) ---------------------------------------------------------------- interconnect fixes for v5.10 This contains a few driver fixes and one core fix: - Fix an excessive of_node_put() in the core. - Fix boot regression and integer overflow on msm8974 platforms. - Fix a minor issue on qcs404 and msm8916 platforms. Signed-off-by: Georgi Djakov ---------------------------------------------------------------- Georgi Djakov (4): interconnect: qcom: msm8974: Prevent integer overflow in rate interconnect: qcom: msm8974: Don't boost the NoC rate during boot interconnect: qcom: msm8916: Remove rpm-ids from non-RPM nodes interconnect: qcom: qcs404: Remove GPU and display RPM IDs Marek Szyprowski (1): interconnect: fix memory trashing in of_count_icc_providers() drivers/interconnect/core.c | 1 - drivers/interconnect/qcom/msm8916.c | 12 ++++---- drivers/interconnect/qcom/msm8974.c | 12 ++++++++ drivers/interconnect/qcom/qcs404.c | 4 +-- 4 files changed, 20 insertions(+), 9 deletions(-)