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=-7.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 8FB85C43331 for ; Fri, 27 Mar 2020 16:33:11 +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 37807206E6 for ; Fri, 27 Mar 2020 16:33:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Z7lHdVHI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 37807206E6 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: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=4akcVhD5vwiQov1qBK4laHttP2WRn35SBTaG5lneiQ0=; b=Z7lHdVHIFjcm4b SS2ahDzbiRUf+9YxhZ/06c//4tT9EMDjMS89xcdOkobQ6Dpniz1U0fFeyo1+UoN4X7NfRXkMUTKKF DA9iDYZJuxkybrdUU+XKJBfuhYgTXGF/cGIpjlCy0dP4mPs08SBSkG+s+qRLUUEGT8KKnTgZImTZw USrXwbIzrO+jIClGs2BUsad8EnmollLO7UzH64mqRRTyv2eaTXei+CrBwSZl0t8Cu2IlbVphoazOI Dg74b4rffHZ4/4Xsq+6y/ZKzHOMZadybrRyPGsuAWVq5GgoEw4KsSHzCrMIR77p17oGy7R/yOhbjl KgkfDwCd6zozE27KVjIg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jHruu-0003yp-Bh; Fri, 27 Mar 2020 16:33:08 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jHrur-0003y8-Em for linux-arm-kernel@lists.infradead.org; Fri, 27 Mar 2020 16:33:06 +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 7607D1FB; Fri, 27 Mar 2020 09:33:02 -0700 (PDT) Received: from bogus (unknown [10.37.12.131]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 65CD83F71F; Fri, 27 Mar 2020 09:33:00 -0700 (PDT) Date: Fri, 27 Mar 2020 16:32:53 +0000 From: Sudeep Holla To: Peng Fan Subject: Re: [PATCH V5 0/2] firmware: arm_scmi: add smc/hvc transports support Message-ID: <20200327163253.GA32313@bogus> References: <1583673879-20714-1-git-send-email-peng.fan@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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-20200327_093305_541248_CD415066 X-CRM114-Status: UNSURE ( 8.83 ) 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: "devicetree@vger.kernel.org" , "f.fainelli@gmail.com" , "viresh.kumar@linaro.org" , "linux-kernel@vger.kernel.org" , "robh+dt@kernel.org" , dl-linux-imx , Sudeep Holla , "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+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Mar 20, 2020 at 08:27:47AM +0000, Peng Fan wrote: > Hi Sudeep, > > > Subject: [PATCH V5 0/2] firmware: arm_scmi: add smc/hvc transports support > > Are you fine with this patchset? Or You expect multi channel support? > I applied these patches[1]. I also looked at multi channel support and I think it should be simple. I have made changes and will post soon. I would like you to review and if possible test. I don't want to break the existing single channel, so please do test in your setup for single channel itself. -- Regards, Sudeep [1] git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git for-next/scmi _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel