Re: [PATCH v2 1/2] powerpc/powernv: Rework exports to support subnodes

2020-01-28 Thread Michael Ellerman
On Fri, 2019-11-01 at 06:26:10 UTC, Oliver O'Halloran wrote: > Originally we only had a handful of exported memory ranges, but we'd to > export the per-core trace buffers. This results in a lot of files in the > exports directory which is a but unfortunate. We can clean things up a bit > by turning

[PATCH v2 1/2] powerpc/powernv: Rework exports to support subnodes

2019-10-31 Thread Oliver O'Halloran
Originally we only had a handful of exported memory ranges, but we'd to export the per-core trace buffers. This results in a lot of files in the exports directory which is a but unfortunate. We can clean things up a bit by turning subnodes into subdirectories of the exports directory. Signed-off-b