linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
@ 2016-02-05 17:40 Masahiro Yamada
  2016-02-05 17:56 ` santosh shilimkar
  0 siblings, 1 reply; 7+ messages in thread
From: Masahiro Yamada @ 2016-02-05 17:40 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Masahiro Yamada, Russell King, linux-kernel, Santosh Shilimkar

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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
  2016-02-05 17:40 [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT Masahiro Yamada
@ 2016-02-05 17:56 ` santosh shilimkar
  2016-02-05 18:13   ` Masahiro Yamada
  0 siblings, 1 reply; 7+ messages in thread
From: santosh shilimkar @ 2016-02-05 17:56 UTC (permalink / raw)
  To: Masahiro Yamada, linux-arm-kernel
  Cc: Russell King, linux-kernel, Santosh Shilimkar

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
  2016-02-05 17:56 ` santosh shilimkar
@ 2016-02-05 18:13   ` Masahiro Yamada
  2016-02-05 18:31     ` santosh shilimkar
  0 siblings, 1 reply; 7+ messages in thread
From: Masahiro Yamada @ 2016-02-05 18:13 UTC (permalink / raw)
  To: santosh shilimkar
  Cc: linux-arm-kernel, Russell King, Linux Kernel Mailing List,
	Santosh Shilimkar

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
  2016-02-05 18:13   ` Masahiro Yamada
@ 2016-02-05 18:31     ` santosh shilimkar
  2016-04-05  2:14       ` Masahiro Yamada
  0 siblings, 1 reply; 7+ messages in thread
From: santosh shilimkar @ 2016-02-05 18:31 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-arm-kernel, Russell King, Linux Kernel Mailing List,
	Santosh Shilimkar

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>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
  2016-02-05 18:31     ` santosh shilimkar
@ 2016-04-05  2:14       ` Masahiro Yamada
  2016-06-14  6:17         ` Masahiro Yamada
  0 siblings, 1 reply; 7+ messages in thread
From: Masahiro Yamada @ 2016-04-05  2:14 UTC (permalink / raw)
  To: santosh shilimkar
  Cc: Russell King, Linux Kernel Mailing List, linux-arm-kernel,
	Santosh Shilimkar

2016-02-06 3:31 GMT+09:00 santosh shilimkar <santosh.shilimkar@oracle.com>:
> 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>
>

If it is OK with you, please apply this patch.


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
  2016-04-05  2:14       ` Masahiro Yamada
@ 2016-06-14  6:17         ` Masahiro Yamada
  2016-06-14 15:36           ` Santosh Shilimkar
  0 siblings, 1 reply; 7+ messages in thread
From: Masahiro Yamada @ 2016-06-14  6:17 UTC (permalink / raw)
  To: santosh shilimkar
  Cc: Russell King, Linux Kernel Mailing List, linux-arm-kernel,
	Santosh Shilimkar

Hi Santosh

Ping again.

It is taking so long
for this apparently correct patch.



2016-04-05 11:14 GMT+09:00 Masahiro Yamada <yamada.masahiro@socionext.com>:
> 2016-02-06 3:31 GMT+09:00 santosh shilimkar <santosh.shilimkar@oracle.com>:
>> 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>
>>
>
> If it is OK with you, please apply this patch.
>
>
> --
> Best Regards
> Masahiro Yamada



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT
  2016-06-14  6:17         ` Masahiro Yamada
@ 2016-06-14 15:36           ` Santosh Shilimkar
  0 siblings, 0 replies; 7+ messages in thread
From: Santosh Shilimkar @ 2016-06-14 15:36 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Russell King, Linux Kernel Mailing List, linux-arm-kernel,
	Santosh Shilimkar

On 6/13/2016 11:17 PM, Masahiro Yamada wrote:
> Hi Santosh
>
> Ping again.
>
> It is taking so long
> for this apparently correct patch.
>
I thought it was already picked up. Will apply it
for next merge window.

Regards,
Santosh

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-06-14 15:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-05 17:40 [PATCH] ARM: keystone: remove redundant depends on ARM_PATCH_PHYS_VIRT Masahiro Yamada
2016-02-05 17:56 ` santosh shilimkar
2016-02-05 18:13   ` Masahiro Yamada
2016-02-05 18:31     ` santosh shilimkar
2016-04-05  2:14       ` Masahiro Yamada
2016-06-14  6:17         ` Masahiro Yamada
2016-06-14 15:36           ` Santosh Shilimkar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).