Received: by 10.223.164.202 with SMTP id h10csp2140441wrb; Mon, 27 Nov 2017 12:29:27 -0800 (PST) X-Google-Smtp-Source: AGs4zMYpTbTV1VKiU7qGnnQqXAoE6+143HbEeQBLCyUVb9LZOK1zxtJuFBKxdTdQRh+dQadus3hc X-Received: by 10.101.75.12 with SMTP id r12mr38092952pgq.435.1511814567358; Mon, 27 Nov 2017 12:29:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511814567; cv=none; d=google.com; s=arc-20160816; b=nBJty4Lf63TLxWhoIiQTQZ5Aq+Q+Vf7YL0WiPBn01gp4aKEuloTPZb+caHXHASs3WQ 2XVjTmh26tspEGe2M9z9owukPZTHXNjfUGo9ZZ1yPsWi+AgRP01tu8zUTO7frXeNF9xK 53R3vUOJJfgCYP3Ap33/3X0f8O0iprCfXxv5mNI+oYm/IlAtB8S+wA/3BIFDSH4Byqqd YeFAhHJqEI3fdHmLrhqGeL9bqvF8matBgzwKbpEekxj/BW7RQkq+wZ+8BvAQKGSngkz8 m84PzAa+D7ShUtKvVMrF1Y940msJZL+9svOec4T+1IhK9uxKS1GAXmCf1h3jjDD5nRSP 928w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=lKakAw2CJXRjie40Ms3JVaWk99zUGfsPS1PSrw2rGt4=; b=jWLpqaOJEExrW4IUICGjRj12Ijc3CYvMVFC4szn/1kaPBWdS5639iQqHZJgG9P2u/v n9ruyt2A6X6TWp7lglqWR4NDPWjb1Sr8ZB4WMgO6GFFU1EZNLXSSdm3JCFna/5GP3bMv 76as1J9yHNhLUC7K/IyzjvUoZbtiQQ2+6bgB/qVD0vYUnfINMtE/r0tsS0rUxtxGnS2K wWGcnElQt+yL1tC0vidBkZX8dvp1tj7UedWOBc1VhCmjLmiNoD/skc2bGRMjhrShJLdb 3ZhE2nKxZd3GV0tQT/0Rngfy5QFFuflxnKxiklJg9KYeN/9ums/0uoxYDrj2jC4iMiMB zscQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q14si8710662pgv.770.2017.11.27.12.29.15; Mon, 27 Nov 2017 12:29:27 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753102AbdK0U12 (ORCPT + 78 others); Mon, 27 Nov 2017 15:27:28 -0500 Received: from www17.your-server.de ([213.133.104.17]:33122 "EHLO www17.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751953AbdK0U11 (ORCPT ); Mon, 27 Nov 2017 15:27:27 -0500 X-Greylist: delayed 1304 seconds by postgrey-1.27 at vger.kernel.org; Mon, 27 Nov 2017 15:27:27 EST Received: from [95.222.26.222] (helo=localhost.localdomain) by www17.your-server.de with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85_2) (envelope-from ) id 1eJPew-0007M2-F2; Mon, 27 Nov 2017 21:05:42 +0100 Date: Mon, 27 Nov 2017 21:05:37 +0100 From: Thomas Meyer To: Randy Dunlap , torvalds@linux-foundation.org Cc: paul.burton@imgtec.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM Message-ID: <20171127200537.GA3557@localhost.localdomain> References: <20170810085353.27729-1-thomas@m3y3r.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-Authenticated-Sender: thomas@m3y3r.de X-Virus-Scanned: Clear (ClamAV 0.99.2/24079/Mon Nov 27 18:07:05 2017) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 10, 2017 at 11:24:04AM -0700, Randy Dunlap wrote: > On 08/10/2017 01:53 AM, Thomas Meyer wrote: > > This avoids the MODPOST error: > > ERROR: "devm_ioremap_resource" [drivers/auxdisplay/img-ascii-lcd.ko] undefined! > > > > Signed-off-by: Thomas Meyer > > --- > > drivers/auxdisplay/Kconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig > > index 9ae6681c90ad..9088c66e4c08 100644 > > --- a/drivers/auxdisplay/Kconfig > > +++ b/drivers/auxdisplay/Kconfig > > @@ -135,6 +135,7 @@ config CFAG12864B_RATE > > > > config IMG_ASCII_LCD > > tristate "Imagination Technologies ASCII LCD Display" > > + depends on HAS_IOMEM > > default y if MIPS_MALTA || MIPS_SEAD3 > > select SYSCON > > help > > > > I posted the same patch on 2017-JAN-01, so I agree with it. > > https://lkml.org/lkml/2017/1/1/87 > > Acked-by: Randy Dunlap No response from the maintainer yet. I think this driver is actually unmaintained. What to do now? > > -- > ~Randy From 1575369548541898527@xxx Thu Aug 10 18:24:37 +0000 2017 X-GM-THRID: 1575333722277882027 X-Gmail-Labels: Inbox,Category Forums