From mboxrd@z Thu Jan 1 00:00:00 1970 From: vz@mleia.com (Vladimir Zapolskiy) Date: Wed, 19 Jul 2017 03:28:36 +0300 Subject: [PATCH] irqchip: Convert to using %pOF instead of full_name In-Reply-To: <20170718214339.7774-30-robh@kernel.org> References: <20170718214339.7774-30-robh@kernel.org> Message-ID: <123f1ec8-e1e1-1bf4-c47b-b97bdd8fd8db@mleia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/19/2017 12:43 AM, 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 > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > Cc: Lee Jones > Cc: Eric Anholt > Cc: Stefan Wahren > Cc: Florian Fainelli > Cc: Ray Jui > Cc: Scott Branden > Cc: bcm-kernel-feedback-list at broadcom.com > Cc: Baruch Siach > Cc: Vladimir Zapolskiy > Cc: Sylvain Lemieux > Cc: Matthias Brugger > Cc: Maxime Coquelin > Cc: Alexandre Torgue > Cc: Maxime Ripard > Cc: Chen-Yu Tsai > Cc: Thierry Reding > Cc: Jonathan Hunter > Cc: Michal Simek > Cc: "S?ren Brinkmann" > Cc: linux-rpi-kernel at lists.infradead.org > Cc: linux-arm-kernel at lists.infradead.org > Cc: linux-mediatek at lists.infradead.org > Cc: linux-tegra at vger.kernel.org > --- For > drivers/irqchip/irq-lpc32xx.c | 2 +- Acked-by: Vladimir Zapolskiy -- With best wishes, Vladimir