* [PATCH] kconfig: Remove last trace of GENERIC_IO
@ 2018-02-06 13:11 Robin Murphy
2018-02-06 16:06 ` Rob Herring
0 siblings, 1 reply; 5+ messages in thread
From: Robin Murphy @ 2018-02-06 13:11 UTC (permalink / raw)
To: linux-kernel; +Cc: akpm, robh
Since commit 9de8da47742b ("kconfig: kill off GENERIC_IO option"), this
select has done nothing, and is now just confusing. Clean it up.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
---
lib/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/Kconfig b/lib/Kconfig
index e96089499371..8ce8bcad6eff 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -396,7 +396,6 @@ config ASSOCIATIVE_ARRAY
config HAS_IOMEM
bool
depends on !NO_IOMEM
- select GENERIC_IO
default y
config HAS_IOPORT_MAP
--
2.16.1.dirty
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] kconfig: Remove last trace of GENERIC_IO
2018-02-06 13:11 [PATCH] kconfig: Remove last trace of GENERIC_IO Robin Murphy
@ 2018-02-06 16:06 ` Rob Herring
2018-02-06 16:14 ` Robin Murphy
0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2018-02-06 16:06 UTC (permalink / raw)
To: Robin Murphy; +Cc: linux-kernel, Andrew Morton
On Tue, Feb 6, 2018 at 7:11 AM, Robin Murphy <robin.murphy@arm.com> wrote:
> Since commit 9de8da47742b ("kconfig: kill off GENERIC_IO option"), this
> select has done nothing, and is now just confusing. Clean it up.
>
> Signed-off-by: Robin Murphy <robin.murphy@arm.com>
> ---
> lib/Kconfig | 1 -
> 1 file changed, 1 deletion(-)
We already have:
https://lkml.org/lkml/2018/1/17/924
and this series:
https://lkml.org/lkml/2018/2/4/208
Rob
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] kconfig: Remove last trace of GENERIC_IO
2018-02-06 16:06 ` Rob Herring
@ 2018-02-06 16:14 ` Robin Murphy
2018-02-07 17:15 ` Rob Herring
0 siblings, 1 reply; 5+ messages in thread
From: Robin Murphy @ 2018-02-06 16:14 UTC (permalink / raw)
To: Rob Herring; +Cc: linux-kernel, Andrew Morton
On 06/02/18 16:06, Rob Herring wrote:
> On Tue, Feb 6, 2018 at 7:11 AM, Robin Murphy <robin.murphy@arm.com> wrote:
>> Since commit 9de8da47742b ("kconfig: kill off GENERIC_IO option"), this
>> select has done nothing, and is now just confusing. Clean it up.
>>
>> Signed-off-by: Robin Murphy <robin.murphy@arm.com>
>> ---
>> lib/Kconfig | 1 -
>> 1 file changed, 1 deletion(-)
>
> We already have:
>
> https://lkml.org/lkml/2018/1/17/924
>
> and this series:
>
> https://lkml.org/lkml/2018/2/4/208
Agh, Ulf's patch is even sat in my inbox...
This was just a drive-by from looking into HAS_IOMEM, sorry for the noise :)
Thanks,
Robin.
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] kconfig: Remove last trace of GENERIC_IO
2018-02-06 16:14 ` Robin Murphy
@ 2018-02-07 17:15 ` Rob Herring
2018-02-07 17:26 ` Robin Murphy
0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2018-02-07 17:15 UTC (permalink / raw)
To: Robin Murphy; +Cc: linux-kernel, Andrew Morton
On Feb 6, 2018 8:14 AM, "Robin Murphy" <robin.murphy@arm.com> wrote:
>
> On 06/02/18 16:06, Rob Herring wrote:
>>
>> On Tue, Feb 6, 2018 at 7:11 AM, Robin Murphy <robin.murphy@arm.com> wrote:
>>>
>>> Since commit 9de8da47742b ("kconfig: kill off GENERIC_IO option"), this
>>> select has done nothing, and is now just confusing. Clean it up.
>>>
>>> Signed-off-by: Robin Murphy <robin.murphy@arm.com>
>>> ---
>>> lib/Kconfig | 1 -
>>> 1 file changed, 1 deletion(-)
>>
>>
>> We already have:
>>
>> https://lkml.org/lkml/2018/1/17/924
>>
>> and this series:
>>
>> https://lkml.org/lkml/2018/2/4/208
>
>
> Agh, Ulf's patch is even sat in my inbox...
>
> This was just a drive-by from looking into HAS_IOMEM, sorry for the noise :)
What are you looking into there? IMO, we should get rid of HAS_IOMEM.
It's basically a !UML option to turn off a bunch of drivers in UML.
Rob
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] kconfig: Remove last trace of GENERIC_IO
2018-02-07 17:15 ` Rob Herring
@ 2018-02-07 17:26 ` Robin Murphy
0 siblings, 0 replies; 5+ messages in thread
From: Robin Murphy @ 2018-02-07 17:26 UTC (permalink / raw)
To: Rob Herring; +Cc: linux-kernel, Andrew Morton
On 07/02/18 17:15, Rob Herring wrote:
> On Feb 6, 2018 8:14 AM, "Robin Murphy" <robin.murphy@arm.com> wrote:
>>
>> On 06/02/18 16:06, Rob Herring wrote:
>>>
>>> On Tue, Feb 6, 2018 at 7:11 AM, Robin Murphy <robin.murphy@arm.com> wrote:
>>>>
>>>> Since commit 9de8da47742b ("kconfig: kill off GENERIC_IO option"), this
>>>> select has done nothing, and is now just confusing. Clean it up.
>>>>
>>>> Signed-off-by: Robin Murphy <robin.murphy@arm.com>
>>>> ---
>>>> lib/Kconfig | 1 -
>>>> 1 file changed, 1 deletion(-)
>>>
>>>
>>> We already have:
>>>
>>> https://lkml.org/lkml/2018/1/17/924
>>>
>>> and this series:
>>>
>>> https://lkml.org/lkml/2018/2/4/208
>>
>>
>> Agh, Ulf's patch is even sat in my inbox...
>>
>> This was just a drive-by from looking into HAS_IOMEM, sorry for the noise :)
>
> What are you looking into there? IMO, we should get rid of HAS_IOMEM.
> It's basically a !UML option to turn off a bunch of drivers in UML.
I was just having a quick investigate out of curiosity after Geert
raised it in the context of awkward COMPILE_TEST dependencies here:
https://lists.linuxfoundation.org/pipermail/iommu/2018-February/025963.html
I don't have the bandwidth myself to actually work on burying it, but it
does seem like that might be feasible.
Robin.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-02-07 17:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-06 13:11 [PATCH] kconfig: Remove last trace of GENERIC_IO Robin Murphy
2018-02-06 16:06 ` Rob Herring
2018-02-06 16:14 ` Robin Murphy
2018-02-07 17:15 ` Rob Herring
2018-02-07 17:26 ` Robin Murphy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®