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.1 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_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 77A30C433DB for ; Mon, 1 Feb 2021 23:17:33 +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 B296664E2A for ; Mon, 1 Feb 2021 23:17:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B296664E2A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-i3c-bounces+linux-i3c=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:MIME-Version:References:In-Reply-To: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:List-Owner; bh=wSnU3O7rcIRab42ZUD3aHwNt4hOHTRrtPE67XPmAGf4=; b=Xv6VNsRclwpd4e+e/5eR7CNU/ AedQEpgPoqxn2HxkJVBeHW/EjtGtl/amv5Z+mL7xg71pDPbr5+unazMsDVJu7IDq8YCrRp19NvB5X W+/SOef3+pVbhkAL36khnhXv0C5DJLj+cD2jx+HpVwQLT7cy0JwdlXAmlHodRpPcYK5o+Iq2stn49 UJo3gJTYv5lqKS1q5eo31x2LxCj2wiVUG/PhnAU2gnQW4Li9So1rVmhbmHrFsPrKhqHp1Q7c4tR1r BzhTkImIeu9Gf1rpr7pIg8TDJLHfb1NP3Swghcc3T+m7cjrEN48ve06aE4fSVxJeWhi8uJ7+jvRl+ gSIM3pMdg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l6iRn-0001OK-Hr; Mon, 01 Feb 2021 23:17:31 +0000 Received: from relay7-d.mail.gandi.net ([217.70.183.200]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1l6iRj-0001Ml-IM for linux-i3c@lists.infradead.org; Mon, 01 Feb 2021 23:17:29 +0000 X-Originating-IP: 86.202.109.140 Received: from localhost (lfbn-lyo-1-13-140.w86-202.abo.wanadoo.fr [86.202.109.140]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 8DDC620006; Mon, 1 Feb 2021 23:17:22 +0000 (UTC) From: Alexandre Belloni To: David Gow , Boris Brezillon , Nicolas Pitre Subject: Re: [PATCH] i3c/master/mipi-i3c-hci: Specify HAS_IOMEM dependency Date: Tue, 2 Feb 2021 00:17:20 +0100 Message-Id: <161222143405.3432488.2995169601612926467.b4-ty@bootlin.com> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210127040636.1535722-1-davidgow@google.com> References: <20210127040636.1535722-1-davidgow@google.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210201_181727_745582_0D68BA48 X-CRM114-Status: UNSURE ( 9.62 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-i3c@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , linux-kernel@vger.kernel.org, linux-i3c@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-i3c" Errors-To: linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org On Tue, 26 Jan 2021 20:06:37 -0800, David Gow wrote: > The MIPI i3c HCI driver makes use of IOMEM functions like > devm_platform_ioremap_resource(), which are only available if > CONFIG_HAS_IOMEM is defined. > > This causes the driver to be enabled under make ARCH=um allyesconfig, > even though it won't build. > > [...] Applied, thanks! [1/1] i3c/master/mipi-i3c-hci: Specify HAS_IOMEM dependency commit: 9d909f1b1e91b4aa7d016ed14b7b76dbf2675414 Best regards, -- Alexandre Belloni -- linux-i3c mailing list linux-i3c@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-i3c