[PATCH] pinctrl: Convert to using %pOFn instead of device_node.name
From: aisheng.dong@nxp.com (A.s. Dong)
Date: 2018-08-28 01:57:55
Also in:
linux-amlogic, linux-gpio, linux-mediatek, linux-omap, linux-rockchip, lkml
-----Original Message----- From: Rob Herring [mailto:robh at kernel.org] Sent: Tuesday, August 28, 2018 9:53 AM To: linux-kernel at vger.kernel.org Cc: Linus Walleij <redacted>; A.s. Dong [off-list ref]; Fabio Estevam [off-list ref]; Shawn Guo [off-list ref]; Stefan Agner [off-list ref]; Pengutronix Kernel Team [off-list ref]; Sean Wang [off-list ref]; Matthias Brugger [off-list ref]; Carlo Caione [off-list ref]; Kevin Hilman [off-list ref]; Jason Cooper [off-list ref]; Andrew Lunn [off-list ref]; Gregory Clement [off-list ref]; Sebastian Hesselbarth [off-list ref]; Jean-Christophe Plagniol-Villard [off-list ref]; Nicolas Ferre [off-list ref]; Alexandre Belloni [off-list ref]; Heiko Stuebner [off-list ref]; Tony Lindgren [off-list ref]; Haojian Zhuang [off-list ref]; Patrice Chotard [off-list ref]; Barry Song [off-list ref]; Maxime Coquelin [off-list ref]; Alexandre Torgue [off-list ref]; Maxime Ripard [off-list ref]; Chen-Yu Tsai [off-list ref]; linux-gpio at vger.kernel.org; linux-mediatek at lists.infradead.org; linux-arm-kernel at lists.infradead.org; linux-amlogic at lists.infradead.org; linux-rockchip at lists.infradead.org; linux-omap at vger.kernel.org Subject: [PATCH] pinctrl: Convert to using %pOFn instead of device_node.name In preparation to remove the node name pointer from struct device_node, convert printf users to use the %pOFn format specifier. Cc: Linus Walleij <redacted> Cc: Dong Aisheng <aisheng.dong@nxp.com> Cc: Fabio Estevam <festevam@gmail.com> Cc: Shawn Guo <shawnguo@kernel.org> Cc: Stefan Agner <stefan@agner.ch> Cc: Pengutronix Kernel Team <kernel@pengutronix.de> Cc: Sean Wang <sean.wang@mediatek.com> Cc: Matthias Brugger <matthias.bgg@gmail.com> Cc: Carlo Caione <redacted> Cc: Kevin Hilman <khilman@baylibre.com> Cc: Jason Cooper <redacted> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Gregory Clement <gregory.clement@bootlin.com> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Cc: Jean-Christophe Plagniol-Villard <redacted> Cc: Nicolas Ferre <nicolas.ferre@microchip.com> Cc: Alexandre Belloni <alexandre.belloni@bootlin.com> Cc: Heiko Stuebner <heiko@sntech.de> Cc: Tony Lindgren <tony@atomide.com> Cc: Haojian Zhuang <haojian.zhuang@linaro.org> Cc: Patrice Chotard <redacted> Cc: Barry Song <baohua@kernel.org> Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> Cc: Alexandre Torgue <redacted> Cc: Maxime Ripard <redacted> Cc: Chen-Yu Tsai <redacted> Cc: linux-gpio at vger.kernel.org Cc: linux-mediatek at lists.infradead.org Cc: linux-arm-kernel at lists.infradead.org Cc: linux-amlogic at lists.infradead.org Cc: linux-rockchip at lists.infradead.org Cc: linux-omap at vger.kernel.org Signed-off-by: Rob Herring <robh@kernel.org> --- drivers/pinctrl/berlin/berlin.c | 6 ++-- drivers/pinctrl/freescale/pinctrl-imx.c | 7 ++-- drivers/pinctrl/freescale/pinctrl-imx1-core.c | 12 +++----
For i.MX, Acked-by: Dong Aisheng <aisheng.dong@nxp.com> Regards Dong Aisheng