]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/clocksource/timer-probe.c
clocksource: Convert to using %pOF instead of full_name
authorRob Herring <robh@kernel.org>
Tue, 18 Jul 2017 21:42:53 +0000 (16:42 -0500)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 31 Aug 2017 13:56:17 +0000 (15:56 +0200)
commit469869d18a886e046161ca65516bd3ffcd2f804b
treeaad37b7210699c861ea71ae9674000aae988d01b
parentebbe266509d8a5453f51f77277da65d870125b72
clocksource: Convert to using %pOF instead of full_name

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 <robh@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: linux-arm-kernel@lists.infradead.org
Acked-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com>
Acked-by: Alexandre TORGUE <alexandre.torgue@st.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/tango_xtal.c
drivers/clocksource/timer-of.c
drivers/clocksource/timer-probe.c
drivers/clocksource/timer-stm32.c