From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH] drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource() Date: Fri, 22 Feb 2019 17:22:18 +0100 Message-ID: References: <20190221162627.3476-1-brgl@bgdev.pl> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: Andy Shevchenko , Bartosz Golaszewski , Greg Kroah-Hartman , "Rafael J . Wysocki" , Keerthy , Andy Shevchenko , Linux Kernel Mailing List , "open list:GPIO SUBSYSTEM" , Bartosz Golaszewski , Arnd Bergmann List-Id: linux-gpio@vger.kernel.org On Fri, Feb 22, 2019 at 3:22 PM Rob Herring wrote: > Just a drive by comment, but IMO we should just get rid of HAS_IOMEM > altogether. It is really just a !UML option as I think every other > arch enables it. If folks really want to disable drivers on UML, just > disable the subsystems. I just got a build failure from S390 for the same thing so apparently there is S390 Linux without IOMEM. I have no idea how that works but whenever Arnd start talking to me about how S390 works my head start spinning. Yours, Linus Walleij