Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-22 | powerpc/pseries/pmem: Convert to %pOFn instead of device_node.name | Rob Herring | |
In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. pmem.c was recently added and missed the initial conversion. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> | |||
2018-10-19 | powerpc/pseries: PAPR persistent memory support | Oliver O'Halloran | |
This patch implements support for discovering storage class memory devices at boot and for handling hotplug of new regions via RTAS hotplug events. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> [mpe: Fix CONFIG_MEMORY_HOTPLUG=n build] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> |