On Fri, Jul 21, 2017 at 02:28:32PM -0500, Rob Herring wrote: > Now that we have a custom printf format specifier, convert users of > full_name to use %pOF instead. This is preparation to remove storing > of the full path string for each node. > > Signed-off-by: Rob Herring <[email protected]> > Acked-by: Krzysztof Kozlowski <[email protected]> > Acked-by: Heiko Stuebner <[email protected]> > Reviewed-by: Geert Uytterhoeven <[email protected]> > Acked-by: Gregory CLEMENT <[email protected]> > Cc: Russell King <[email protected]> > Cc: Kukjin Kim <[email protected]> > Cc: Javier Martinez Canillas <[email protected]> > Cc: Shawn Guo <[email protected]> > Cc: Sascha Hauer <[email protected]> > Cc: Fabio Estevam <[email protected]> > Cc: Jason Cooper <[email protected]> > Cc: Andrew Lunn <[email protected]> > Cc: Sebastian Hesselbarth <[email protected]> > Cc: Tony Lindgren <[email protected]> > Cc: "BenoƮt Cousson" <[email protected]> > Cc: Paul Walmsley <[email protected]> > Cc: Simon Horman <[email protected]> > Cc: Magnus Damm <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > v2: > - Merge several 2 line prints to single line. > - Add acks > > arch/arm/kernel/cpuidle.c | 4 ++-- > arch/arm/kernel/devtree.c | 5 ++--- > arch/arm/kernel/topology.c | 3 +-- > arch/arm/mach-exynos/suspend.c | 7 +++---- > arch/arm/mach-imx/gpc.c | 4 ++-- > arch/arm/mach-mvebu/kirkwood.c | 3 +-- > arch/arm/mach-omap2/omap-wakeupgen.c | 4 ++-- > arch/arm/mach-omap2/omap_hwmod.c | 4 ++-- > arch/arm/mach-rockchip/platsmp.c | 4 ++-- > arch/arm/mach-shmobile/pm-rmobile.c | 7 +++---- > 10 files changed, 20 insertions(+), 25 deletions(-)
mach-shmobile portion: Acked-by: Simon Horman <[email protected]>

