All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 08/10] ARM: shmobile: armadillo800eva dts: Use generic names for device nodes
Date: Tue, 28 Apr 2015 08:52:37 +0000	[thread overview]
Message-ID: <CAMuHMdVBCS66UCjZwRSdcWjgukoVK-JMq2ZFHX0WKkh=Jh+yBQ@mail.gmail.com> (raw)
In-Reply-To: <553E3404.6020601@cogentembedded.com>

On Mon, Apr 27, 2015 at 3:05 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
>> -       wm8978: wm8978@1a {
>> +       wm8978: codec@1a {
>
>     Perhaps sound-codec?

Given there's no single instance of "sound-codec" under
Documentation/devicetree/, and only four occurrences in DTS files (whoops,
I should fix up 3 of them ;-):

    arch/arm/boot/dts/r8a7778-bockw.dts: ak4643: sound-codec@12 {
    arch/arm/boot/dts/r8a7790-lager.dts: ak4643: sound-codec@12 {
    arch/arm/boot/dts/r8a7791-koelsch.dts: ak4643: sound-codec@12 {
    arch/xtensa/boot/dts/xtfpga.dtsi: tlv320aic23: sound-codec@0 {

I'm strongly leaning towards "codec".

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

WARNING: multiple messages have this Message-ID (diff)
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>,
	Simon Horman <horms@verge.net.au>,
	Magnus Damm <magnus.damm@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Linux-sh list <linux-sh@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 08/10] ARM: shmobile: armadillo800eva dts: Use generic names for device nodes
Date: Tue, 28 Apr 2015 10:52:37 +0200	[thread overview]
Message-ID: <CAMuHMdVBCS66UCjZwRSdcWjgukoVK-JMq2ZFHX0WKkh=Jh+yBQ@mail.gmail.com> (raw)
In-Reply-To: <553E3404.6020601@cogentembedded.com>

On Mon, Apr 27, 2015 at 3:05 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
>> -       wm8978: wm8978@1a {
>> +       wm8978: codec@1a {
>
>     Perhaps sound-codec?

Given there's no single instance of "sound-codec" under
Documentation/devicetree/, and only four occurrences in DTS files (whoops,
I should fix up 3 of them ;-):

    arch/arm/boot/dts/r8a7778-bockw.dts: ak4643: sound-codec@12 {
    arch/arm/boot/dts/r8a7790-lager.dts: ak4643: sound-codec@12 {
    arch/arm/boot/dts/r8a7791-koelsch.dts: ak4643: sound-codec@12 {
    arch/xtensa/boot/dts/xtfpga.dtsi: tlv320aic23: sound-codec@0 {

I'm strongly leaning towards "codec".

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

WARNING: multiple messages have this Message-ID (diff)
From: geert@linux-m68k.org (Geert Uytterhoeven)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 08/10] ARM: shmobile: armadillo800eva dts: Use generic names for device nodes
Date: Tue, 28 Apr 2015 10:52:37 +0200	[thread overview]
Message-ID: <CAMuHMdVBCS66UCjZwRSdcWjgukoVK-JMq2ZFHX0WKkh=Jh+yBQ@mail.gmail.com> (raw)
In-Reply-To: <553E3404.6020601@cogentembedded.com>

On Mon, Apr 27, 2015 at 3:05 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
>> -       wm8978: wm8978 at 1a {
>> +       wm8978: codec at 1a {
>
>     Perhaps sound-codec?

Given there's no single instance of "sound-codec" under
Documentation/devicetree/, and only four occurrences in DTS files (whoops,
I should fix up 3 of them ;-):

    arch/arm/boot/dts/r8a7778-bockw.dts: ak4643: sound-codec at 12 {
    arch/arm/boot/dts/r8a7790-lager.dts: ak4643: sound-codec at 12 {
    arch/arm/boot/dts/r8a7791-koelsch.dts: ak4643: sound-codec at 12 {
    arch/xtensa/boot/dts/xtfpga.dtsi: tlv320aic23: sound-codec at 0 {

I'm strongly leaning towards "codec".

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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

  reply	other threads:[~2015-04-28  8:52 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-27 12:55 [PATCH 00/10] ARM: shmobile: Use generic names for device nodes Geert Uytterhoeven
2015-04-27 12:55 ` Geert Uytterhoeven
2015-04-27 12:55 ` Geert Uytterhoeven
2015-04-27 12:55 ` [PATCH 01/10] ARM: shmobile: r8a7740 dtsi: " Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55 ` [PATCH 02/10] ARM: shmobile: r8a7778 " Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55 ` [PATCH 03/10] ARM: shmobile: r8a7779 " Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55 ` [PATCH 04/10] ARM: shmobile: r8a7790 " Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55 ` [PATCH 05/10] ARM: shmobile: r8a7791 " Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55 ` [PATCH 06/10] ARM: shmobile: sh73a0 " Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55 ` [PATCH 07/10] ARM: shmobile: ape6evm dts: " Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55 ` [PATCH 08/10] ARM: shmobile: armadillo800eva " Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 13:05   ` Sergei Shtylyov
2015-04-27 13:05     ` Sergei Shtylyov
2015-04-27 13:05     ` Sergei Shtylyov
2015-04-28  8:52     ` Geert Uytterhoeven [this message]
2015-04-28  8:52       ` Geert Uytterhoeven
2015-04-28  8:52       ` Geert Uytterhoeven
2015-04-30  0:12       ` Simon Horman
2015-04-30  0:12         ` Simon Horman
2015-04-30  0:12         ` Simon Horman
2015-04-30  0:13         ` Simon Horman
2015-04-30  0:13           ` Simon Horman
2015-04-30  0:13           ` Simon Horman
2015-04-27 12:55 ` [PATCH 09/10] ARM: shmobile: kzm9d " Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55 ` [PATCH 10/10] ARM: shmobile: marzen " Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 12:55   ` Geert Uytterhoeven
2015-04-27 13:06   ` Sergei Shtylyov
2015-04-27 13:06     ` Sergei Shtylyov
2015-04-27 13:06     ` Sergei Shtylyov
2015-04-27 13:53     ` Geert Uytterhoeven
2015-04-27 13:53       ` Geert Uytterhoeven
2015-04-27 13:53       ` Geert Uytterhoeven
2015-04-28  0:57 ` [PATCH 00/10] ARM: shmobile: " Simon Horman
2015-04-28  0:57   ` Simon Horman
2015-04-28  0:57   ` Simon Horman

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='CAMuHMdVBCS66UCjZwRSdcWjgukoVK-JMq2ZFHX0WKkh=Jh+yBQ@mail.gmail.com' \
    --to=geert@linux-m68k.org \
    --cc=linux-arm-kernel@lists.infradead.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.