From patchwork Tue Sep 7 14:00:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 12478811 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=-23.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,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 78ABBC433EF for ; Tue, 7 Sep 2021 14:00:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B16D60F21 for ; Tue, 7 Sep 2021 14:00:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230427AbhIGOBc (ORCPT ); Tue, 7 Sep 2021 10:01:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230297AbhIGOBc (ORCPT ); Tue, 7 Sep 2021 10:01:32 -0400 Received: from mail-oo1-xc36.google.com (mail-oo1-xc36.google.com [IPv6:2607:f8b0:4864:20::c36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B042C061757 for ; Tue, 7 Sep 2021 07:00:26 -0700 (PDT) Received: by mail-oo1-xc36.google.com with SMTP id y47-20020a4a9832000000b00290fb9f6d3fso2936964ooi.3 for ; Tue, 07 Sep 2021 07:00:26 -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:mime-version :content-transfer-encoding; bh=SA1mhtpYtWRd9fvfdDUUAhfghCCNO8LibpejZwbq7KY=; b=Abu+rZI3qC8rCRA/sBxBT++VNhG0T4Y68e0Gk8fqRDSxmUvfe7dtCYfNWr3Wvdhr/U gfS5QmShGVNu68yIeA4aikN1wVlnxLd2qB1AuGE05J/jopYhXF6x/8NTqxZbvq14tzyM owRmBKO/LhoBPGI6h8c/IxbfSx3WFwezyyWUrP+2tFUwpZ32inTtl3m2j5WZUjCI0+em +bwqG3joXUpchLSOgLfk5eZnbUAlYgyjLvh8xuUPpLn922rGGB+muel4mo6xt6Z+Was5 Q/f2oOx5IwndB2BwV6n6fzTbuvrQJk7CAhsutoM7GwCK9tMssFfFGXWPD5kTNAOAva3a ApxQ== 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=SA1mhtpYtWRd9fvfdDUUAhfghCCNO8LibpejZwbq7KY=; b=muzq1bXeIANGBmLiOifZD7OuN/Bw/U0Cn4PRhPuChvu2kRt/ASlFxxAl55Rf+bb/tg D+XZsfo8hSNE7TwHM+gRjxwiVMOEaooAeglIyOyMuffQii9UnsAduzZE+2eQn6VmnnQB hVuCMbCbWci4ceBGioqg73eWo0tgJCygq96v05jzkJSh8nA6VFaOEA+eyngep4+iTuZp vhFPqulE1M3/7/dF9HdqUE9qAG+ryABZJi0B7BXPzS7a03PIOtXMIIs7Kf2dx9xS8Azl 0csjR+kABp+jtqAhUnGcEB5brVXlC8eiGGKa5l0bhkYI0TjzgNzpgn7P5IHdYPxujy0v 7SXw== X-Gm-Message-State: AOAM532l7pLFBOf5TMsLawmhy6IRmCokmI/yN8WF/k9BsAaUzHn4HDjO KBZ2WNARquWj8stfS/CVwgDaTQ== X-Google-Smtp-Source: ABdhPJy4neyb9vQAxOCliffCIuMJP8B2gf3hkbimmCa7xRy3MCJaEkSNgZ0KG91VIEMKvyLwODi4FA== X-Received: by 2002:a4a:6f4a:: with SMTP id i10mr18190534oof.64.1631023225076; Tue, 07 Sep 2021 07:00:25 -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 z7sm1924500ooh.38.2021.09.07.07.00.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Sep 2021 07:00:24 -0700 (PDT) From: Bjorn Andersson To: Linus Torvalds Cc: Ohad Ben-Cohen , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, Dong Aisheng , Konrad Dybcio , Alex Elder Subject: [GIT PULL] remoteproc updates for v5.15 Date: Tue, 7 Sep 2021 09:00:23 -0500 Message-Id: <20210907140023.2399178-1-bjorn.andersson@linaro.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/rproc-v5.15 for you to fetch changes up to a0a77028c85ad1f6f36c3ceea21b30dc43721665: remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatible (2021-08-04 12:37:32 -0500) ---------------------------------------------------------------- remoteproc updates for v5.15 This moves the crash recovery worker to the freezable work queue to avoid interaction with other drivers during suspend & resume. It fixes a couple of typos in comments. It adds support for handling the audio DSP on SDM660 and it fixes a race between the Qualcomm wireless subsystem driver and the associated driver for the RF chip. ---------------------------------------------------------------- Alex Elder (1): remoteproc: use freezable workqueue for crash notifications Bjorn Andersson (1): remoteproc: qcom: wcnss: Fix race with iris probe Dong Aisheng (2): remoteproc: fix an typo in fw_elf_get_class code comments remoteproc: fix kernel doc for struct rproc_ops Konrad Dybcio (2): dt-bindings: remoteproc: qcom: adsp: Add SDM660 ADSP remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatible .../devicetree/bindings/remoteproc/qcom,adsp.yaml | 1 + drivers/remoteproc/qcom_q6v5_pas.c | 1 + drivers/remoteproc/qcom_wcnss.c | 49 +++------ drivers/remoteproc/qcom_wcnss.h | 4 +- drivers/remoteproc/qcom_wcnss_iris.c | 120 +++++++++++++-------- drivers/remoteproc/remoteproc_core.c | 4 +- drivers/remoteproc/remoteproc_elf_helpers.h | 2 +- include/linux/remoteproc.h | 5 +- 8 files changed, 96 insertions(+), 90 deletions(-)