mbox series

[v2,0/2] riscv mmu-type minor fixes

Message ID 20220502125015.1345312-1-niklas.cassel@wdc.com (mailing list archive)
Headers show
Series riscv mmu-type minor fixes | expand

Message

Niklas Cassel May 2, 2022, 12:50 p.m. UTC
Hello there,


Here are some minor riscv mmu-type related fixes.

The first patch simply adds "riscv,sv57" to the list of valid mmu-type
values.

The second patch fixes the "mmu:" print in /proc/cpuinfo on nommu systems.

Please review.


Kind regards,
Niklas

Changes since v1:
-Picked up tag from Rob Herring on patch 1/1.
-Send both patches as a series, since they are relate to mmu-type.

Niklas Cassel (2):
  dt-bindings: riscv: Add mmu-type riscv,sv57
  riscv: Don't output a bogus mmu-type on a no MMU kernel

 Documentation/devicetree/bindings/riscv/cpus.yaml | 1 +
 arch/riscv/kernel/cpu.c                           | 4 ++++
 2 files changed, 5 insertions(+)

Comments

Niklas Cassel May 16, 2022, 7:29 a.m. UTC | #1
On Mon, May 02, 2022 at 02:50:12PM +0200, Niklas Cassel wrote:
> Hello there,
> 
> 
> Here are some minor riscv mmu-type related fixes.
> 
> The first patch simply adds "riscv,sv57" to the list of valid mmu-type
> values.
> 
> The second patch fixes the "mmu:" print in /proc/cpuinfo on nommu systems.
> 
> Please review.
> 
> 
> Kind regards,
> Niklas
> 
> Changes since v1:
> -Picked up tag from Rob Herring on patch 1/1.
> -Send both patches as a series, since they are relate to mmu-type.
> 
> Niklas Cassel (2):
>   dt-bindings: riscv: Add mmu-type riscv,sv57
>   riscv: Don't output a bogus mmu-type on a no MMU kernel
> 
>  Documentation/devicetree/bindings/riscv/cpus.yaml | 1 +
>  arch/riscv/kernel/cpu.c                           | 4 ++++
>  2 files changed, 5 insertions(+)
> 
> -- 
> 2.35.1
> 

Hello Palmer,

A gentle ping.
Any chance of this getting picked up?


Kind regards,
Niklas