All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] DT: Fix spelling of standard properties
@ 2016-10-21  8:51 ` Geert Uytterhoeven
  0 siblings, 0 replies; 30+ messages in thread
From: Geert Uytterhoeven @ 2016-10-21  8:51 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Liam Girdwood, Mark Brown,
	Patrice Chotard, Chanho Min, Michael Ellerman
  Cc: devicetree, alsa-devel, linux-arm-kernel, kernel, linuxppc-dev,
	linux-kernel, Geert Uytterhoeven

	Hi all,

This patch series fixes misspellings of various standard DT properties
in DT binding documentation, DTS files, and error messages.
While most of these are harmless, some of them may cause hard-to-debug
failures.

Changes compared to v2:
  - Dropped patches that have been applied already,
  - Add Rob Herring's Acked-by,
  - Split off "[PATCH v2 4/6] ASoC: davinci-mcbsp: DT fix
    s/interrupts-names/interrupt-names/" from the unrelated "[PATCH 06/14]
    dmaengine: bcm2835: DT spelling s/interrupts-names/interrupt-names/",
  - Add new patch "[PATCH v2 3/6] arm64: dts: lg1313: DT fix
    s/#interrupts-cells/#interrupt-cells/".

Please apply where appropriate.

Thanks!

P.S. I used the following to detect misspellings:

    words="(address|clock|cooling|dma|gpio|index|interrupt|mbox|msi|nvmem|phy|phys|power-domain|pwm|reset|size|sleep|sound-dai|thermal-sensor)"

    git grep -Ew "${words}s-names"
    git grep -E "[^-]\<${words}-name\>[^-]"
    git grep -Ew "#${words}s-cells"             # false positive phys-cells
    git grep -E "#${words}-cell\>[^-]"

    git grep -w adress-cells
    git grep -Ew "interrupts-(map|parent)"

Geert Uytterhoeven (6):
  ARM: dts: STiH407: DT fix s/interrupts-names/interrupt-names/
  arm64: dts: lg1312: DT fix s/#interrupts-cells/#interrupt-cells/
  arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/
  ASoC: davinci-mcbsp: DT fix s/interrupts-names/interrupt-names/
  dt: booting-without-of: DT fix s/#interrupt-cell/#interrupt-cells/
  powerpc: dts: acadia: DT fix s/#interrupts-parent/#interrupt-parent/

 Documentation/devicetree/bindings/sound/davinci-mcbsp.txt | 2 +-
 Documentation/devicetree/booting-without-of.txt           | 2 +-
 arch/arm/boot/dts/stih407-pinctrl.dtsi                    | 2 +-
 arch/arm64/boot/dts/lg/lg1312.dtsi                        | 2 +-
 arch/arm64/boot/dts/lg/lg1313.dtsi                        | 2 +-
 arch/powerpc/boot/dts/acadia.dts                          | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2016-10-24 18:05 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-21  8:51 [PATCH v2 0/6] DT: Fix spelling of standard properties Geert Uytterhoeven
2016-10-21  8:51 ` Geert Uytterhoeven
2016-10-21  8:51 ` Geert Uytterhoeven
2016-10-21  8:51 ` [PATCH v2 1/6] ARM: dts: STiH407: DT fix s/interrupts-names/interrupt-names/ Geert Uytterhoeven
2016-10-21  8:51   ` Geert Uytterhoeven
2016-10-21  8:51   ` Geert Uytterhoeven
2016-10-21 10:11   ` [STLinux Kernel] " Peter Griffin
2016-10-21 10:11     ` Peter Griffin
2016-10-21 10:11     ` Peter Griffin
2016-10-21 11:37     ` Patrice Chotard
2016-10-21 11:37       ` Patrice Chotard
2016-10-21 11:37       ` Patrice Chotard
2016-10-21  8:51 ` [PATCH v2 2/6] arm64: dts: lg1312: DT fix s/#interrupts-cells/#interrupt-cells/ Geert Uytterhoeven
2016-10-21  8:51   ` Geert Uytterhoeven
2016-10-24  1:59   ` Chanho Min
2016-10-24  1:59     ` Chanho Min
2016-10-21  8:51 ` [PATCH v2 3/6] arm64: dts: lg1313: " Geert Uytterhoeven
2016-10-21  8:51   ` Geert Uytterhoeven
2016-10-24  2:00   ` Chanho Min
2016-10-24  2:00     ` Chanho Min
2016-10-21  8:51 ` [PATCH v2 4/6] ASoC: davinci-mcbsp: DT fix s/interrupts-names/interrupt-names/ Geert Uytterhoeven
2016-10-21  8:51   ` Geert Uytterhoeven
2016-10-21  8:51   ` Geert Uytterhoeven
2016-10-24 18:04   ` Applied "ASoC: davinci-mcbsp: DT fix s/interrupts-names/interrupt-names/" to the asoc tree Mark Brown
2016-10-24 18:04     ` Mark Brown
2016-10-24 18:04     ` Mark Brown
2016-10-21  8:51 ` [PATCH v2 5/6] dt: booting-without-of: DT fix s/#interrupt-cell/#interrupt-cells/ Geert Uytterhoeven
2016-10-21  8:51   ` Geert Uytterhoeven
2016-10-21  8:51 ` [PATCH v2 6/6] powerpc: dts: acadia: DT fix s/#interrupts-parent/#interrupt-parent/ Geert Uytterhoeven
2016-10-21  8:51   ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.