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=-12.5 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED, USER_AGENT_MUTT 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 7E2B9C072B5 for ; Fri, 24 May 2019 16:16:17 +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 507AE20675 for ; Fri, 24 May 2019 16:16:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="AoXH8nk5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 507AE20675 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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:To:From :Date: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=JWHnUIwIG68eohYA384+PreK1HGONzGkQi1sB7IGLrM=; b=AoXH8nk5BTfB59 xZaEaiHDsPGC/i510FyRI6B+wSjmthBg3Jsl/mel9TuprjlLHlBUJuijB7etj0SHeJbqqXGocwRci KF6/SKDq/Eha3/vtt6ptcd5xU1jeMTlWuR2yqJu4Wdl3o9uAENY7Vgn+rRbx4l0dCxFzxxU6h1kdQ tlAdNlPdOyS1j00heI3PGznbpFhiKd71ixhghqGhy58UO9AAfh9AlwGMfqf4ntfy2csiv+4IgjvzE 49qmEU/BYh8hdo/asGs4auDI4YKgpIb1Yl4zbndib5nbJM0yIS9AflkHq8ie0cJHIL9gLL995Xo/z s5/v0qz81YUwDkj3Wupg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hUCre-00067j-8P; Fri, 24 May 2019 16:16:14 +0000 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70] helo=foss.arm.com) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hUCrb-00067M-40 for linux-arm-kernel@lists.infradead.org; Fri, 24 May 2019 16:16:12 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4B42D80D; Fri, 24 May 2019 09:16:10 -0700 (PDT) Received: from e107155-lin (e107155-lin.cambridge.arm.com [10.1.196.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 186B03F575; Fri, 24 May 2019 09:16:08 -0700 (PDT) Date: Fri, 24 May 2019 17:16:06 +0100 From: Sudeep Holla To: ARM SoC Team , ALKML Subject: [GIT PULL] firmware: arm_scmi: more fixes for v5.2 Message-ID: <20190524161606.GD4408@e107155-lin> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190524_091611_160791_46499406 X-CRM114-Status: GOOD ( 12.17 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Olof Johansson , Sudeep Holla , Arnd Bergmann , Kevin Hilman 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 ARM-SoC team, Please pull ! Regards, Sudeep -- The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/scmi-fixes-5.2-2 for you to fetch changes up to cc6f83a7657e739257a5df1ee81ac0d83e816808: firmware: arm_scmi: update rate_discrete in clock_describe_rates_get (2019-05-24 16:29:02 +0100) ---------------------------------------------------------------- ARM SCMI more fixes for v5.2 1. Correction to ARM document ID referred in SCMI protocol binding 2. Fix to correct bitfield definitions for SENSOR_DESC attributes which otherwise will calculate sensor values on wrong scale 3. Adds the missing rate_discrete flag setting so that discrete clocks are handled correctly. Without this fix it assumes continuous range which is incorrect ---------------------------------------------------------------- Peng Fan (1): firmware: arm_scmi: update rate_discrete in clock_describe_rates_get Sudeep Holla (1): firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributes Volodymyr Babchuk (1): dt-bindings: arm: fix the document ID for SCMI protocol documentation Documentation/devicetree/bindings/arm/arm,scmi.txt | 2 +- drivers/firmware/arm_scmi/clock.c | 2 ++ drivers/firmware/arm_scmi/sensors.c | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel