Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1327968 > unrolled thread

[PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2016-02-05 18:50 +0100
Last post2016-02-05 19:40 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-02-05 18:50 +0100
    Re: [PATCH] ARM: keystone: remove redundant depends on  ARM_PATCH_PHYS_VIRT santosh shilimkar <santosh.shilimkar@oracle.com> - 2016-02-05 19:00 +0100
      Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-02-05 19:20 +0100
        Re: [PATCH] ARM: keystone: remove redundant depends on  ARM_PATCH_PHYS_VIRT santosh shilimkar <santosh.shilimkar@oracle.com> - 2016-02-05 19:40 +0100

#1327968 — [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-02-05 18:50 +0100
Subject[PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
Message-ID<qYSG6-3jH-13@gated-at.bofh.it>
KeyStone is Multi-platform.  ARM_PATCH_PHYS_VIRT is already select'ed
by ARCH_MULTIPLATFORM.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/mach-keystone/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-keystone/Kconfig b/arch/arm/mach-keystone/Kconfig
index ea955f6db..75bcb7f 100644
--- a/arch/arm/mach-keystone/Kconfig
+++ b/arch/arm/mach-keystone/Kconfig
@@ -1,7 +1,6 @@
 config ARCH_KEYSTONE
 	bool "Texas Instruments Keystone Devices"
 	depends on ARCH_MULTI_V7
-	depends on ARM_PATCH_PHYS_VIRT
 	select ARM_GIC
 	select HAVE_ARM_ARCH_TIMER
 	select CLKSRC_MMIO
-- 
1.9.1

[toc] | [next] | [standalone]


#1327972 — Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT

Fromsantosh shilimkar <santosh.shilimkar@oracle.com>
Date2016-02-05 19:00 +0100
SubjectRe: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
Message-ID<qYSPL-3nb-1@gated-at.bofh.it>
In reply to#1327968
On 2/5/2016 9:40 AM, Masahiro Yamada wrote:
> KeyStone is Multi-platform.  ARM_PATCH_PHYS_VIRT is already select'ed
> by ARCH_MULTIPLATFORM.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
There is also Keystone config so its nit redundant as you think.

P.S: arch/arm/configs/keystone_defconfig

Regards,
Santosh

[toc] | [prev] | [next] | [standalone]


#1327985

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-02-05 19:20 +0100
Message-ID<qYT99-3Jt-27@gated-at.bofh.it>
In reply to#1327972
2016-02-06 2:56 GMT+09:00 santosh shilimkar <santosh.shilimkar@oracle.com>:
> On 2/5/2016 9:40 AM, Masahiro Yamada wrote:
>>
>> KeyStone is Multi-platform.  ARM_PATCH_PHYS_VIRT is already select'ed
>> by ARCH_MULTIPLATFORM.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> ---
>>
> There is also Keystone config so its nit redundant as you think.
>
> P.S: arch/arm/configs/keystone_defconfig
>

It *is* redundant.

keystone_defconfig also creates Multiplatform configuration.


-- 
Best Regards
Masahiro Yamada

[toc] | [prev] | [next] | [standalone]


#1327989 — Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT

Fromsantosh shilimkar <santosh.shilimkar@oracle.com>
Date2016-02-05 19:40 +0100
SubjectRe: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
Message-ID<qYTst-3Q7-9@gated-at.bofh.it>
In reply to#1327985
On 2/5/2016 10:13 AM, Masahiro Yamada wrote:
> 2016-02-06 2:56 GMT+09:00 santosh shilimkar <santosh.shilimkar@oracle.com>:
>> On 2/5/2016 9:40 AM, Masahiro Yamada wrote:
>>>
>>> KeyStone is Multi-platform.  ARM_PATCH_PHYS_VIRT is already select'ed
>>> by ARCH_MULTIPLATFORM.
>>>
>>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>>> ---
>>>
>> There is also Keystone config so its nit redundant as you think.
>>
>> P.S: arch/arm/configs/keystone_defconfig
>>
>
> It *is* redundant.
>
> keystone_defconfig also creates Multiplatform configuration.
>
Fair enough. Should I checked it.
For patch,
Acked-by: Santosh Shilimkar<ssantosh@kernel.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web