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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 52D8EC2D0DB for ; Thu, 30 Jan 2020 19:50:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 254FB214AF for ; Thu, 30 Jan 2020 19:50:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727256AbgA3Tuj convert rfc822-to-8bit (ORCPT ); Thu, 30 Jan 2020 14:50:39 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:39023 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726267AbgA3Tuj (ORCPT ); Thu, 30 Jan 2020 14:50:39 -0500 Received: from xps13 (10.196.23.93.rev.sfr.net [93.23.196.10]) (Authenticated sender: miquel.raynal@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 4F4EC100004; Thu, 30 Jan 2020 19:50:34 +0000 (UTC) Date: Thu, 30 Jan 2020 20:50:30 +0100 From: Miquel Raynal To: Brendan Higgins Cc: Jeff Dike , Richard Weinberger , Anton Ivanov , Vignesh Raghavendra , Boris Brezillon , Piotr Sroka , linux-um , Linux Kernel Mailing List , David Gow , linux-mtd@lists.infradead.org Subject: Re: [PATCH v1 2/7] mtd: rawnand: add unspecified HAS_IOMEM dependency Message-ID: <20200130205030.0f58cb02@xps13> In-Reply-To: <20200125162803.5a2375d7@xps13> References: <20191211192742.95699-1-brendanhiggins@google.com> <20191211192742.95699-3-brendanhiggins@google.com> <20200109162303.35f4f0a3@xps13> <20200125162803.5a2375d7@xps13> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Miquel Raynal wrote on Sat, 25 Jan 2020 16:28:03 +0100: > Hi Brendan, > > Brendan Higgins wrote on Fri, 24 Jan 2020 > 18:12:12 -0800: > > > On Thu, Jan 9, 2020 at 7:23 AM Miquel Raynal wrote: > > > > > > Hi Brendan, > > > > > > Brendan Higgins wrote on Wed, 11 Dec 2019 > > > 11:27:37 -0800: > > > > > > > Currently CONFIG_MTD_NAND_CADENCE implicitly depends on > > > > CONFIG_HAS_IOMEM=y; consequently, on architectures without IOMEM we get > > > > the following build error: > > > > > > > > ld: drivers/mtd/nand/raw/cadence-nand-controller.o: in function `cadence_nand_dt_probe.cold.31': > > > > drivers/mtd/nand/raw/cadence-nand-controller.c:2969: undefined reference to `devm_platform_ioremap_resource' > > > > ld: drivers/mtd/nand/raw/cadence-nand-controller.c:2977: undefined reference to `devm_ioremap_resource' > > > > > > > > Fix the build error by adding the unspecified dependency. > > > > > > > > Reported-by: Brendan Higgins > > > > Signed-off-by: Brendan Higgins > > > > --- > > > > > > Sorry for the delay. > > > > > > Acked-by: Miquel Raynal > > > > It looks like my change has not been applied to nand/next; is this the > > branch it should be applied to? I have also verified that this patch > > isn't in linux-next as of Jan 24th. > > > > Is mtd/linux the correct tree for this? Or do I need to reach out to > > someone else? > > When I sent my Acked-by I supposed someone else would pick the patch, > but there is actually no dependency with all the other patches so I > don't know why I did it... Sorry about that. I'll take it anyway in my > PR for 5.6. It is applied on top of mtd/next since a few days, it will be part of the 5.6 PR. Sorry for the delay. Thanks, Miquèl