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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no 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 A0C72C606BD for ; Mon, 8 Jul 2019 15:44:20 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 76468216F4 for ; Mon, 8 Jul 2019 15:44:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rINLXIV2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 76468216F4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=VWn/QFeiIv+CcH29NofXm8D2cIy8hRSeo5mLO1I6izQ=; b=rIN LXIV2iLOh1rWABhQ/na8IwiSsF1PHs+XbM/ssxRjU+/I+KnyDD1GGV4YGSzZqG4q261peSY5Lg15I 6ngRRi10G3SGWDJIFCSozUkX5QOyAvKG7HFCNQX6TWZy1Em4hy/W2Mq4RieovYZ5F8UIWH8OMTVV/ mQ/h/sBTRH7U8lPmVJe4nl4juDBrNs2eRvhq1IomAiP38AmutmjNgI0CdGDQJag1BRHmIQrycCk/b dOAw5tKsvyHzhX9TtIz9n1ihkpEC26fJiv5/Imz0x96JCsQ+udWCio4bkE/qVjngA+2k/6cnXoN9g qBYgTMjn5PBXFBI4NA0oTiNs70+2fMg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hkVoK-0000tq-QR; Mon, 08 Jul 2019 15:44:12 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hkVoH-0000sH-99 for linux-arm-kernel@lists.infradead.org; Mon, 08 Jul 2019 15:44:10 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id C320F360; Mon, 8 Jul 2019 08:44:06 -0700 (PDT) Received: from usa.arm.com (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B5A943F59C; Mon, 8 Jul 2019 08:44:05 -0700 (PDT) From: Sudeep Holla To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/6] firmware: arm_scmi: miscellaneous fixes/updates Date: Mon, 8 Jul 2019 16:43:52 +0100 Message-Id: <20190708154358.16227-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190708_084409_367241_4C899B18 X-CRM114-Status: UNSURE ( 7.03 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peng Fan , linux-kernel@vger.kernel.org, Bo Zhang , Jim Quinlan , Sudeep Holla , Volodymyr Babchuk MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Here are few miscellaneous fixes and updates to SCMI. Fixes are mostly for the reported issues and updates are based on code inspection during development of new features(delayed response and notifications). The new features will follow this. -- Regards, Sudeep Nishad Kamdar (1): firmware: arm_scmi: Use the correct style for SPDX License Identifier Sudeep Holla (5): firmware: arm_scmi: Align few names in sensors protocol with SCMI specification firmware: arm_scmi: Remove extra check for invalid length message responses firmware: arm_scmi: Fix few trivial typos in comments firmware: arm_scmi: Use the term 'message' instead of 'command' firmware: arm_scmi: Check if platform has released shmem before using drivers/firmware/arm_scmi/common.h | 12 ++++++------ drivers/firmware/arm_scmi/driver.c | 24 +++++++++++++----------- drivers/firmware/arm_scmi/sensors.c | 28 +++++++++++++++------------- include/linux/scmi_protocol.h | 12 ++++++------ 4 files changed, 40 insertions(+), 36 deletions(-) -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel