devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] DT: Fix "debounce-interval" property misspellings
@ 2018-02-13 14:15 Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2018-02-13 14:15 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Geert Uytterhoeven

	Hi all,

This patch series fixes various misspellings of the "debounce-interval"
DT property.

Thanks for applying where appropriate!

Geert Uytterhoeven (9):
  dt-bindings: power: Fix "debounce-interval" property misspelling
  ARM: dts: atlas7: Fix "debounce-interval" property misspelling
  ARM: dts: kzm9d: Fix "debounce-interval" property misspelling
  ARM: dts: exynos: Fix "debounce-interval" property misspelling
  ARM: dts: gemini: Fix "debounce-interval" property misspelling
  ARM: dts: kirkwood: Fix "debounce-interval" property misspelling
  ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling
  ARM: dts: Ux500: Fix "debounce-interval" property misspelling
  arm64: dts: juno: Fix "debounce-interval" property misspelling

 Documentation/devicetree/bindings/power/wakeup-source.txt |  2 +-
 arch/arm/boot/dts/atlas7-evb.dts                          |  2 +-
 arch/arm/boot/dts/emev2-kzm9d.dts                         |  8 ++++----
 arch/arm/boot/dts/exynos4412-trats2.dts                   |  2 +-
 arch/arm/boot/dts/gemini-dlink-dir-685.dts                |  4 ++--
 arch/arm/boot/dts/gemini-dlink-dns-313.dts                |  2 +-
 arch/arm/boot/dts/gemini-nas4220b.dts                     |  4 ++--
 arch/arm/boot/dts/gemini-rut1xx.dts                       |  2 +-
 arch/arm/boot/dts/gemini-sq201.dts                        |  2 +-
 arch/arm/boot/dts/gemini-wbd111.dts                       |  2 +-
 arch/arm/boot/dts/gemini-wbd222.dts                       |  2 +-
 arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts          |  2 +-
 arch/arm/boot/dts/omap5-uevm.dts                          |  2 +-
 arch/arm/boot/dts/ste-snowball.dts                        | 10 +++++-----
 arch/arm64/boot/dts/arm/juno-motherboard.dtsi             | 12 ++++++------
 15 files changed, 29 insertions(+), 29 deletions(-)

-- 
2.7.4

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 0/9] DT: Fix "debounce-interval" property misspellings
@ 2018-02-13 14:15 Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2018-02-13 14:15 UTC (permalink / raw)
  To: devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Geert Uytterhoeven

	Hi all,

This patch series fixes various misspellings of the "debounce-interval"
DT property.

Thanks for applying where appropriate!

Geert Uytterhoeven (9):
  dt-bindings: power: Fix "debounce-interval" property misspelling
  ARM: dts: atlas7: Fix "debounce-interval" property misspelling
  ARM: dts: kzm9d: Fix "debounce-interval" property misspelling
  ARM: dts: exynos: Fix "debounce-interval" property misspelling
  ARM: dts: gemini: Fix "debounce-interval" property misspelling
  ARM: dts: kirkwood: Fix "debounce-interval" property misspelling
  ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling
  ARM: dts: Ux500: Fix "debounce-interval" property misspelling
  arm64: dts: juno: Fix "debounce-interval" property misspelling

 Documentation/devicetree/bindings/power/wakeup-source.txt |  2 +-
 arch/arm/boot/dts/atlas7-evb.dts                          |  2 +-
 arch/arm/boot/dts/emev2-kzm9d.dts                         |  8 ++++----
 arch/arm/boot/dts/exynos4412-trats2.dts                   |  2 +-
 arch/arm/boot/dts/gemini-dlink-dir-685.dts                |  4 ++--
 arch/arm/boot/dts/gemini-dlink-dns-313.dts                |  2 +-
 arch/arm/boot/dts/gemini-nas4220b.dts                     |  4 ++--
 arch/arm/boot/dts/gemini-rut1xx.dts                       |  2 +-
 arch/arm/boot/dts/gemini-sq201.dts                        |  2 +-
 arch/arm/boot/dts/gemini-wbd111.dts                       |  2 +-
 arch/arm/boot/dts/gemini-wbd222.dts                       |  2 +-
 arch/arm/boot/dts/kirkwood-pogoplug-series-4.dts          |  2 +-
 arch/arm/boot/dts/omap5-uevm.dts                          |  2 +-
 arch/arm/boot/dts/ste-snowball.dts                        | 10 +++++-----
 arch/arm64/boot/dts/arm/juno-motherboard.dtsi             | 12 ++++++------
 15 files changed, 29 insertions(+), 29 deletions(-)

-- 
2.7.4

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2018-02-13 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-13 14:15 [PATCH 0/9] DT: Fix "debounce-interval" property misspellings Geert Uytterhoeven
2018-02-13 14:15 Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).