All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Fabio Estevam <fabio.estevam@nxp.com>
Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org,
	broonie@kernel.org, robh+dt@kernel.org
Subject: Applied "ASoC: cs42xx8: Make the node name generic" to the asoc tree
Date: Sat,  5 May 2018 02:43:42 +0100 (BST)	[thread overview]
Message-ID: <20180505014342.6C1DD44007A@finisterre.ee.mobilebroadband> (raw)
In-Reply-To: <1525461123-16686-4-git-send-email-festevam@gmail.com>

The patch

   ASoC: cs42xx8: Make the node name generic

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 6a8f1a282348a47bcbb6c5418a86d271d1fb0ad2 Mon Sep 17 00:00:00 2001
From: Fabio Estevam <fabio.estevam@nxp.com>
Date: Fri, 4 May 2018 16:12:03 -0300
Subject: [PATCH] ASoC: cs42xx8: Make the node name generic

According to Devicetree Specification v0.2 document:

"The name of a node should be somewhat generic, reflecting the function
of the device and not its precise programming model."

Do as suggested in the binding example.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/sound/cs42xx8.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/sound/cs42xx8.txt b/Documentation/devicetree/bindings/sound/cs42xx8.txt
index f631fbca6284..8619a156d038 100644
--- a/Documentation/devicetree/bindings/sound/cs42xx8.txt
+++ b/Documentation/devicetree/bindings/sound/cs42xx8.txt
@@ -16,7 +16,7 @@ Required properties:
 
 Example:
 
-codec: cs42888@48 {
+cs42888: codec@48 {
 	compatible = "cirrus,cs42888";
 	reg = <0x48>;
 	clocks = <&codec_mclk 0>;
-- 
2.17.0

  parent reply	other threads:[~2018-05-05  1:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-04 19:12 [PATCH 1/4] ASoC: sgtl5000: Make the node name generic Fabio Estevam
2018-05-04 19:12 ` [PATCH 2/4] ASoC: wm8962: " Fabio Estevam
2018-05-04 22:24   ` Rob Herring
2018-05-05  1:43   ` Applied "ASoC: wm8962: Make the node name generic" to the asoc tree Mark Brown
2018-05-04 19:12 ` [PATCH 3/4] ASoC: wm8960: Make the node name generic Fabio Estevam
2018-05-04 22:25   ` Rob Herring
2018-05-05  1:43   ` Applied "ASoC: wm8960: Make the node name generic" to the asoc tree Mark Brown
2018-05-04 19:12 ` [PATCH 4/4] ASoC: cs42xx8: Make the node name generic Fabio Estevam
2018-05-04 22:25   ` Rob Herring
2018-05-05  1:43   ` Mark Brown [this message]
2018-05-04 22:24 ` [PATCH 1/4] ASoC: sgtl5000: " Rob Herring
2018-05-05  1:44 ` Applied "ASoC: sgtl5000: Make the node name generic" to the asoc tree Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180505014342.6C1DD44007A@finisterre.ee.mobilebroadband \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=devicetree@vger.kernel.org \
    --cc=fabio.estevam@nxp.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.