Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1691011
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] irqchip: Convert to using %pOF instead of full_name |
| Date | 2017-07-19 08:30 +0200 |
| Message-ID | <u4QEF-4FE-13@gated-at.bofh.it> (permalink) |
| References | <u4IH9-7NO-43@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Tue, Jul 18, 2017 at 04:43:10PM -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 <robh@kernel.org> > Cc: Thomas Gleixner <tglx@linutronix.de> > Cc: Jason Cooper <jason@lakedaemon.net> > Cc: Marc Zyngier <marc.zyngier@arm.com> > Cc: Lee Jones <lee@kernel.org> > Cc: Eric Anholt <eric@anholt.net> > Cc: Stefan Wahren <stefan.wahren@i2se.com> > Cc: Florian Fainelli <f.fainelli@gmail.com> > Cc: Ray Jui <rjui@broadcom.com> > Cc: Scott Branden <sbranden@broadcom.com> > Cc: bcm-kernel-feedback-list@broadcom.com > Cc: Baruch Siach <baruch@tkos.co.il> > Cc: Vladimir Zapolskiy <vz@mleia.com> > Cc: Sylvain Lemieux <slemieux.tyco@gmail.com> > Cc: Matthias Brugger <matthias.bgg@gmail.com> > Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com> > Cc: Alexandre Torgue <alexandre.torgue@st.com> > Cc: Maxime Ripard <maxime.ripard@free-electrons.com> > Cc: Chen-Yu Tsai <wens@csie.org> > Cc: Thierry Reding <thierry.reding@gmail.com> > Cc: Jonathan Hunter <jonathanh@nvidia.com> > Cc: Michal Simek <michal.simek@xilinx.com> > Cc: "Sören Brinkmann" <soren.brinkmann@xilinx.com> > Cc: linux-rpi-kernel@lists.infradead.org > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-mediatek@lists.infradead.org > Cc: linux-tegra@vger.kernel.org > --- > drivers/irqchip/irq-bcm2835.c | 9 ++++----- > drivers/irqchip/irq-bcm2836.c | 5 ++--- > drivers/irqchip/irq-crossbar.c | 6 +++--- > drivers/irqchip/irq-digicolor.c | 8 ++++---- > drivers/irqchip/irq-dw-apb-ictl.c | 12 ++++++------ > drivers/irqchip/irq-gic-v3-its-pci-msi.c | 2 +- > drivers/irqchip/irq-gic-v3-its.c | 6 +++--- > drivers/irqchip/irq-gic-v3.c | 11 ++++------- > drivers/irqchip/irq-imx-gpcv2.c | 4 ++-- > drivers/irqchip/irq-lpc32xx.c | 2 +- > drivers/irqchip/irq-mtk-sysirq.c | 3 +-- > drivers/irqchip/irq-mxs.c | 4 ++-- > drivers/irqchip/irq-stm32-exti.c | 8 ++++---- > drivers/irqchip/irq-sun4i.c | 6 +++--- for sun4i: Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Maxime -- Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] irqchip: Convert to using %pOF instead of full_name Rob Herring <robh@kernel.org> - 2017-07-19 00:00 +0200 Re: [PATCH] irqchip: Convert to using %pOF instead of full_name Vladimir Zapolskiy <vz@mleia.com> - 2017-07-19 02:30 +0200 Re: [PATCH] irqchip: Convert to using %pOF instead of full_name Baruch Siach <baruch@tkos.co.il> - 2017-07-19 06:00 +0200 Re: [PATCH] irqchip: Convert to using %pOF instead of full_name Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-07-19 08:30 +0200 Re: [PATCH] irqchip: Convert to using %pOF instead of full_name Alexandre Torgue <alexandre.torgue@st.com> - 2017-07-19 11:50 +0200 Re: [PATCH] irqchip: Convert to using %pOF instead of full_name Matthias Brugger <matthias.bgg@gmail.com> - 2017-07-19 12:30 +0200 Re: [PATCH] irqchip: Convert to using %pOF instead of full_name Eric Anholt <eric@anholt.net> - 2017-07-19 22:00 +0200
csiph-web