Re: [PATCH 1/2] cxl: Drop printing of DT properties

2024-08-27 Thread Andrew Donnellan
On Mon, 2024-07-29 at 16:36 -0600, Rob Herring (Arm) wrote: > There's little reason to dump DT property values when they can be > read > at any time from the DT in /proc/device-tree. If such a feature is > needed, then it really should be implemented in the DT core such that > any module/driver can

[PATCH 1/2] cxl: Drop printing of DT properties

2024-07-29 Thread Rob Herring (Arm)
There's little reason to dump DT property values when they can be read at any time from the DT in /proc/device-tree. If such a feature is needed, then it really should be implemented in the DT core such that any module/driver can use it. Signed-off-by: Rob Herring (Arm) --- drivers/misc/cxl/of.c