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=-9.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 B867EC47096 for ; Thu, 3 Jun 2021 15:01:45 +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 713FF6023D for ; Thu, 3 Jun 2021 15:01:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 713FF6023D 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=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=ftynaNSK6i+UDNnbQenBwMZrig2R2W9j0Pxp88kcTz4=; b=yDXMsH5ikpRNnH hlNzOosG6ZeNUIZTGDrq5XxvMOh6+H/LucB88BattEscGvRFOX5iSsDUMtXHr/LK4R885tGnm7JH1 FwMj6a5xhbILXadlXJpZDeU1hCXa4TRcdgNEteNg/XfcAMfZR7Go2QvvPdX7TjW6sBw9ui/8ddby4 a2hlFRj+PuuzBPF6HAyxSkivQZ7DIQAS9F1igvbzrIydw3e6/NFx44H5lv+92xKwlsFEJusjMjtMF I6HddHHyFuuL3c9Fk0b6N/iD7qTsi2oFFmVPLec3lq0iQM12SrVuelYvqRcLrc0XsylPh1uJ0ZhOc MUr3eM+W7GxuDFsYMw0w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1loopD-009Gu1-Nt; Thu, 03 Jun 2021 14:59:59 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1loop8-009Gs8-N4 for linux-arm-kernel@lists.infradead.org; Thu, 03 Jun 2021 14:59:56 +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 331FA12FC; Thu, 3 Jun 2021 07:59:45 -0700 (PDT) Received: from bogus (unknown [10.57.73.170]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4372A3F73D; Thu, 3 Jun 2021 07:59:44 -0700 (PDT) Date: Thu, 3 Jun 2021 15:59:23 +0100 From: Sudeep Holla To: Etienne Carriere Cc: Cristian Marussi , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Sudeep Holla , kernel test robot Subject: Re: [PATCH -next] firmware: arm_scmi: Fix the build when CONFIG_MAILBOX is not selected Message-ID: <20210603145923.oxbis5ss3gjzha3t@bogus> References: <20210603072631.1660963-1-sudeep.holla@arm.com> <20210603125502.GC28060@e120937-lin> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210603_075954_819401_319F73F6 X-CRM114-Status: UNSURE ( 9.87 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Thu, Jun 03, 2021 at 03:33:05PM +0200, Etienne Carriere wrote: > On Thu, 3 Jun 2021 at 14:55, Cristian Marussi wrote: > > > > Reviewed-by: Cristian Marussi > > Tested-by: Cristian Marussi > > Likely related to "firmware: arm_scmi: fix deps arm-smccc-discovery > deps in Kconfig" > Thanks for the fix. > > Reviewed-by: Etienne Carriere Thanks, indeed your patch triggered this but not it's fault though. That's why though I initially thought of squashing this into your patch, decided against it as this build fix must have been there once we abstracted the mailbox transport. Hence I posted it as a separate patch. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel