All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: sgtl5000: Remove leading zero from '@0a' notation
@ 2017-10-25 17:24 Marco Franchi
  2017-10-26  7:41 ` Mark Brown
       [not found] ` <1508952290-18794-1-git-send-email-marco.franchi-3arQi8VN3Tc@public.gmane.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Marco Franchi @ 2017-10-25 17:24 UTC (permalink / raw)
  To: lgirdwood-Re5JQEeQqe8AvxtiuMwx3w, broonie-DgEjT+Ai2ygdnm+yROfE0A
  Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	alsa-devel-K7yf7f+aM1XWsZ/bQMPhNw,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	festevam-Re5JQEeQqe8AvxtiuMwx3w, marcofrk-Re5JQEeQqe8AvxtiuMwx3w,
	Marco Franchi

Improve the binding example by removing the leading 0 from '@0a' notation,
which fixes the following build warning:

Warning (unit_address_format): Node /sgtl5000@0a unit name should not have leading 0s

Signed-off-by: Marco Franchi <marco.franchi-3arQi8VN3Tc@public.gmane.org>
---
 Documentation/devicetree/bindings/sound/sgtl5000.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt
index 7a73a9d..060cb4a 100644
--- a/Documentation/devicetree/bindings/sound/sgtl5000.txt
+++ b/Documentation/devicetree/bindings/sound/sgtl5000.txt
@@ -37,7 +37,7 @@ VDDIO		1.8V		2.5V		3.3V
 
 Example:
 
-codec: sgtl5000@0a {
+codec: sgtl5000@a {
 	compatible = "fsl,sgtl5000";
 	reg = <0x0a>;
 	clocks = <&clks 150>;
-- 
2.7.4

--
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 related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: sgtl5000: Remove leading zero from '@0a' notation
  2017-10-25 17:24 [PATCH] dt-bindings: sgtl5000: Remove leading zero from '@0a' notation Marco Franchi
@ 2017-10-26  7:41 ` Mark Brown
       [not found] ` <1508952290-18794-1-git-send-email-marco.franchi-3arQi8VN3Tc@public.gmane.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-10-26  7:41 UTC (permalink / raw)
  To: Marco Franchi
  Cc: devicetree, alsa-devel, marcofrk, lgirdwood, robh+dt, festevam


[-- Attachment #1.1: Type: text/plain, Size: 310 bytes --]

On Wed, Oct 25, 2017 at 03:24:50PM -0200, Marco Franchi wrote:
> Improve the binding example by removing the leading 0 from '@0a' notation,
> which fixes the following build warning:

Please use subject lines matching the style for the subsystem.  This
makes it easier for people to identify relevant patches.

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

* Applied "ASoC: sgtl5000: Remove leading zero from '@0a' notation" to the asoc tree
       [not found] ` <1508952290-18794-1-git-send-email-marco.franchi-3arQi8VN3Tc@public.gmane.org>
@ 2017-10-26 14:17   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-10-26 14:17 UTC (permalink / raw)
  To: Marco Franchi; +Cc: Mark Brown, lgirdwood-Re5JQEeQqe8AvxtiuMwx3w

The patch

   ASoC: sgtl5000: Remove leading zero from '@0a' notation

has been applied to the asoc tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

>From 3fa30ae9ff4a29e677b4800036f755517a27dd9e Mon Sep 17 00:00:00 2001
From: Marco Franchi <marco.franchi-3arQi8VN3Tc@public.gmane.org>
Date: Wed, 25 Oct 2017 15:24:50 -0200
Subject: [PATCH] ASoC: sgtl5000: Remove leading zero from '@0a' notation

Improve the binding example by removing the leading 0 from '@0a' notation,
which fixes the following build warning:

Warning (unit_address_format): Node /sgtl5000@0a unit name should not have leading 0s

Signed-off-by: Marco Franchi <marco.franchi-3arQi8VN3Tc@public.gmane.org>
Signed-off-by: Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
 Documentation/devicetree/bindings/sound/sgtl5000.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/sgtl5000.txt b/Documentation/devicetree/bindings/sound/sgtl5000.txt
index 7a73a9d62015..060cb4a3b47e 100644
--- a/Documentation/devicetree/bindings/sound/sgtl5000.txt
+++ b/Documentation/devicetree/bindings/sound/sgtl5000.txt
@@ -37,7 +37,7 @@ VDDIO		1.8V		2.5V		3.3V
 
 Example:
 
-codec: sgtl5000@0a {
+codec: sgtl5000@a {
 	compatible = "fsl,sgtl5000";
 	reg = <0x0a>;
 	clocks = <&clks 150>;
-- 
2.14.1

--
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 related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-26 14:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-25 17:24 [PATCH] dt-bindings: sgtl5000: Remove leading zero from '@0a' notation Marco Franchi
2017-10-26  7:41 ` Mark Brown
     [not found] ` <1508952290-18794-1-git-send-email-marco.franchi-3arQi8VN3Tc@public.gmane.org>
2017-10-26 14:17   ` Applied "ASoC: sgtl5000: Remove leading zero from '@0a' notation" to the asoc tree Mark Brown

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.