linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: CPU_P5600: Cleanup unused code
@ 2020-08-27 13:05 Jinyang He
  2020-08-27 15:28 ` Serge Semin
  0 siblings, 1 reply; 3+ messages in thread
From: Jinyang He @ 2020-08-27 13:05 UTC (permalink / raw)
  To: linux-mips

$ grep "CPU_SUPPORTS_UNCACHED_ACCELERATED" -nR
arch/mips/Kconfig:1591:	select \
CPU_SUPPORTS_UNCACHED_ACCELERATED

Signed-off-by: Jinyang He <hejinyang@loongson.cn>
---
 arch/mips/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 99220e7..6ee4488 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1589,7 +1589,6 @@ config CPU_P5600
 	select CPU_SUPPORTS_32BIT_KERNEL
 	select CPU_SUPPORTS_HIGHMEM
 	select CPU_SUPPORTS_MSA
-	select CPU_SUPPORTS_UNCACHED_ACCELERATED
 	select CPU_SUPPORTS_CPUFREQ
 	select CPU_MIPSR2_IRQ_VI
 	select CPU_MIPSR2_IRQ_EI
-- 
2.1.0


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

* Re: [PATCH] MIPS: CPU_P5600: Cleanup unused code
  2020-08-27 13:05 [PATCH] MIPS: CPU_P5600: Cleanup unused code Jinyang He
@ 2020-08-27 15:28 ` Serge Semin
  2020-08-28  1:42   ` Jinyang He
  0 siblings, 1 reply; 3+ messages in thread
From: Serge Semin @ 2020-08-27 15:28 UTC (permalink / raw)
  To: Jinyang He; +Cc: linux-mips

Hello Jinyang,

Thanks for the patch. Although the commit message doesn't reflect the essence
of the patch. Perhaps "mips: p5600: Discard UCA config selection" ?

-Sergey

On Thu, Aug 27, 2020 at 09:05:17PM +0800, Jinyang He wrote:
> $ grep "CPU_SUPPORTS_UNCACHED_ACCELERATED" -nR
> arch/mips/Kconfig:1591:	select \
> CPU_SUPPORTS_UNCACHED_ACCELERATED
> 
> Signed-off-by: Jinyang He <hejinyang@loongson.cn>
> ---
>  arch/mips/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index 99220e7..6ee4488 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -1589,7 +1589,6 @@ config CPU_P5600
>  	select CPU_SUPPORTS_32BIT_KERNEL
>  	select CPU_SUPPORTS_HIGHMEM
>  	select CPU_SUPPORTS_MSA
> -	select CPU_SUPPORTS_UNCACHED_ACCELERATED
>  	select CPU_SUPPORTS_CPUFREQ
>  	select CPU_MIPSR2_IRQ_VI
>  	select CPU_MIPSR2_IRQ_EI
> -- 
> 2.1.0
> 

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

* Re: [PATCH] MIPS: CPU_P5600: Cleanup unused code
  2020-08-27 15:28 ` Serge Semin
@ 2020-08-28  1:42   ` Jinyang He
  0 siblings, 0 replies; 3+ messages in thread
From: Jinyang He @ 2020-08-28  1:42 UTC (permalink / raw)
  To: Serge Semin; +Cc: linux-mips



On 08/27/2020 11:28 PM, Serge Semin wrote:
> Hello Jinyang,
>
> Thanks for the patch. Although the commit message doesn't reflect the essence
> of the patch. Perhaps "mips: p5600: Discard UCA config selection" ?
I'll send v2 later. Thanks.
>
> On Thu, Aug 27, 2020 at 09:05:17PM +0800, Jinyang He wrote:
>> $ grep "CPU_SUPPORTS_UNCACHED_ACCELERATED" -nR
>> arch/mips/Kconfig:1591:	select \
>> CPU_SUPPORTS_UNCACHED_ACCELERATED
>>
>> Signed-off-by: Jinyang He <hejinyang@loongson.cn>
>> ---
>>   arch/mips/Kconfig | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
>> index 99220e7..6ee4488 100644
>> --- a/arch/mips/Kconfig
>> +++ b/arch/mips/Kconfig
>> @@ -1589,7 +1589,6 @@ config CPU_P5600
>>   	select CPU_SUPPORTS_32BIT_KERNEL
>>   	select CPU_SUPPORTS_HIGHMEM
>>   	select CPU_SUPPORTS_MSA
>> -	select CPU_SUPPORTS_UNCACHED_ACCELERATED
>>   	select CPU_SUPPORTS_CPUFREQ
>>   	select CPU_MIPSR2_IRQ_VI
>>   	select CPU_MIPSR2_IRQ_EI
>> -- 
>> 2.1.0
>>


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

end of thread, other threads:[~2020-08-28  1:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27 13:05 [PATCH] MIPS: CPU_P5600: Cleanup unused code Jinyang He
2020-08-27 15:28 ` Serge Semin
2020-08-28  1:42   ` Jinyang He

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).