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=-5.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 AA50EC2D0A3 for ; Mon, 9 Nov 2020 09:58:43 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 5D07620789 for ; Mon, 9 Nov 2020 09:58:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="yPxZaBzc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5D07620789 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: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:List-Owner; bh=MRTl+oLheIKsT3V5lDpqVQXRLvWNZlnIPZt6t8VJsg0=; b=yPxZaBzcXDEVQZLKduaH+QuSh 9hTDDwnQmijEQj3bZStzh8O2xLm44j/r/ZZVbGWF2FdA/1//6LN++UNsT48bq89CD7adQnVjZTeXA TdQJAHJ0ODGo2q8mvcUQrjtbMY6GFVcAh+/oMSUpNm3zAmGLxHveAmen9K3khnK6TnQnYdVvF0CWy DePX88FAH7Drp2ZN/MfI+J5t8LqLE4urmrfEgfmzQzgxsoksSv/4grE4gO6UaXkqXSb2/aMJjliir 5cEPLxT7sne3EZmBdwb5363jNcNATdhUwJ0AycnZiSQoNR75DOaVRIzwIkNZKJYPq4NntYaEzQXPu dWyYZNWUQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kc3vX-00031Z-Cs; Mon, 09 Nov 2020 09:57:31 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kc3vU-00030Q-1D for linux-arm-kernel@lists.infradead.org; Mon, 09 Nov 2020 09:57:28 +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 976CD1042; Mon, 9 Nov 2020 01:57:25 -0800 (PST) Received: from bogus (unknown [10.57.15.107]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5CB883F718; Mon, 9 Nov 2020 01:57:22 -0800 (PST) Date: Mon, 9 Nov 2020 09:57:11 +0000 From: Sudeep Holla To: Florian Fainelli Subject: Re: [PATCH 0/2] ARM/ARM64: Enable SCMI in default configurations Message-ID: <20201109095659.js52qlukfw5dasvq@bogus> References: <20201109044228.6836-1-f.fainelli@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201109044228.6836-1-f.fainelli@gmail.com> User-Agent: NeoMutt/20171215 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201109_045728_174713_F8AFA55E X-CRM114-Status: GOOD ( 15.75 ) 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: Dong Aisheng , Vinod Koul , Michael Walle , Anson Huang , Geert Uytterhoeven , Will Deacon , Li Yang , Catalin Marinas , open list , Russell King , Krzysztof Kozlowski , Lad Prabhakar , Enric Balletbo i Serra , Christian Gmeiner , Joel Stanley , Sudeep Holla , Olof Johansson , Bjorn Andersson , Shawn Guo , linux-arm-kernel@lists.infradead.org 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 Sun, Nov 08, 2020 at 08:42:26PM -0800, Florian Fainelli wrote: > This patch series enables support for the ARM SCMI and the various > drivers provided (cpufreq, clock, sensors, reset) since these are > utilized by Broadcom STB platforms. > > Please let me know if you would like me to carry those patches through > the ARM SoC pull requests for v5.11 or if you would like to see those > applied differently. Both looks fine to me. Acked-by: Sudeep Holla -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel