Re: [PATCH 0/5] riscv: minor fixes and cleanups

From: Johan Hovold
Date: Mon Feb 11 2019 - 04:34:17 EST


On Fri, Jan 18, 2019 at 03:03:03PM +0100, Johan Hovold wrote:
> This series fix up some minor issues found through inspection.
>
> Note that the fourth patch changes which cpu (hart) devicetree nodes
> are enabled by following the Linux convention of considering nodes
> without a status property as enabled.
>
> These patches are against the riscv-next (and fixes) branch with Andreas
> node-reference fix applied:
>
> https://lore.kernel.org/lkml/mvm8szwwo1o.fsf@xxxxxxx/
>
> and have been tested using QEMU.

> Johan Hovold (5):
> riscv: add missing newlines to printk messages
> riscv: use pr_info and friends
> riscv: fix riscv_of_processor_hartid() comment
> riscv: treat cpu devicetree nodes without status as enabled
> riscv: use for_each_of_cpu_node iterator

Are these still in your queue, Palmer?

Note that the node-reference dependency mentioned above is now in
Linus's tree.

Johan