All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Marek Belisko <marek@goldelico.com>,
	bcousson@baylibre.com, tony@atomide.com
Cc: eballetbo@gmail.com, javier@dowhile0.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	jarkko.nikula@bitmer.com, hns@goldelico.com, arnd@arndb.de
Subject: Re: [PATCH v2 0/2] ARM: devicetree: Remove unused ti,codec property
Date: Mon, 16 Mar 2015 09:16:32 +0200	[thread overview]
Message-ID: <55068350.9080500@ti.com> (raw)
In-Reply-To: <1426279237-15940-1-git-send-email-marek@goldelico.com>

On 03/13/2015 10:40 PM, Marek Belisko wrote:
> ti,codec in not parsed in omap-twl4030 sound driver. It's not necessary
> to specify this property in DT because ti,twl4030-audio which ti,codec
> was pointing to by phandle is mfd driver and device for ASoC ic created w/o
> any DT property (codec name is hardcoded in ASoC driver).
> 
> Please see reply [1] from Peter Ujfalusi.

All:
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> 
> Changes from v1:
> - keep ti,codec property in Documentation as optional that the
> existing dtbs do not become noncompliant after the change
> 
> [1]: http://comments.gmane.org/gmane.linux.ports.arm.omap/124273
> 
> Marek Belisko (2):
>   ARM: dts: omap3: Remove all references to ti,codec property
>   Documentation: omap-twl4030: Move ti,codec property to optional
> 
>  Documentation/devicetree/bindings/sound/omap-twl4030.txt | 3 +--
>  arch/arm/boot/dts/omap3-beagle-xm.dts                    | 1 -
>  arch/arm/boot/dts/omap3-beagle.dts                       | 1 -
>  arch/arm/boot/dts/omap3-cm-t3x30.dtsi                    | 1 -
>  arch/arm/boot/dts/omap3-devkit8000.dts                   | 1 -
>  arch/arm/boot/dts/omap3-gta04.dtsi                       | 1 -
>  arch/arm/boot/dts/omap3-igep.dtsi                        | 1 -
>  arch/arm/boot/dts/omap3-lilly-a83x.dtsi                  | 1 -
>  arch/arm/boot/dts/omap3-overo-base.dtsi                  | 1 -
>  arch/arm/boot/dts/omap3-tao3530.dtsi                     | 1 -
>  10 files changed, 1 insertion(+), 11 deletions(-)
> 


-- 
Péter

WARNING: multiple messages have this Message-ID (diff)
From: peter.ujfalusi@ti.com (Peter Ujfalusi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] ARM: devicetree: Remove unused ti,codec property
Date: Mon, 16 Mar 2015 09:16:32 +0200	[thread overview]
Message-ID: <55068350.9080500@ti.com> (raw)
In-Reply-To: <1426279237-15940-1-git-send-email-marek@goldelico.com>

On 03/13/2015 10:40 PM, Marek Belisko wrote:
> ti,codec in not parsed in omap-twl4030 sound driver. It's not necessary
> to specify this property in DT because ti,twl4030-audio which ti,codec
> was pointing to by phandle is mfd driver and device for ASoC ic created w/o
> any DT property (codec name is hardcoded in ASoC driver).
> 
> Please see reply [1] from Peter Ujfalusi.

All:
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> 
> Changes from v1:
> - keep ti,codec property in Documentation as optional that the
> existing dtbs do not become noncompliant after the change
> 
> [1]: http://comments.gmane.org/gmane.linux.ports.arm.omap/124273
> 
> Marek Belisko (2):
>   ARM: dts: omap3: Remove all references to ti,codec property
>   Documentation: omap-twl4030: Move ti,codec property to optional
> 
>  Documentation/devicetree/bindings/sound/omap-twl4030.txt | 3 +--
>  arch/arm/boot/dts/omap3-beagle-xm.dts                    | 1 -
>  arch/arm/boot/dts/omap3-beagle.dts                       | 1 -
>  arch/arm/boot/dts/omap3-cm-t3x30.dtsi                    | 1 -
>  arch/arm/boot/dts/omap3-devkit8000.dts                   | 1 -
>  arch/arm/boot/dts/omap3-gta04.dtsi                       | 1 -
>  arch/arm/boot/dts/omap3-igep.dtsi                        | 1 -
>  arch/arm/boot/dts/omap3-lilly-a83x.dtsi                  | 1 -
>  arch/arm/boot/dts/omap3-overo-base.dtsi                  | 1 -
>  arch/arm/boot/dts/omap3-tao3530.dtsi                     | 1 -
>  10 files changed, 1 insertion(+), 11 deletions(-)
> 


-- 
P?ter

WARNING: multiple messages have this Message-ID (diff)
From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Marek Belisko <marek@goldelico.com>, <bcousson@baylibre.com>,
	<tony@atomide.com>
Cc: <eballetbo@gmail.com>, <javier@dowhile0.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<linux-omap@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<jarkko.nikula@bitmer.com>, <hns@goldelico.com>, <arnd@arndb.de>
Subject: Re: [PATCH v2 0/2] ARM: devicetree: Remove unused ti,codec property
Date: Mon, 16 Mar 2015 09:16:32 +0200	[thread overview]
Message-ID: <55068350.9080500@ti.com> (raw)
In-Reply-To: <1426279237-15940-1-git-send-email-marek@goldelico.com>

On 03/13/2015 10:40 PM, Marek Belisko wrote:
> ti,codec in not parsed in omap-twl4030 sound driver. It's not necessary
> to specify this property in DT because ti,twl4030-audio which ti,codec
> was pointing to by phandle is mfd driver and device for ASoC ic created w/o
> any DT property (codec name is hardcoded in ASoC driver).
> 
> Please see reply [1] from Peter Ujfalusi.

All:
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> 
> Changes from v1:
> - keep ti,codec property in Documentation as optional that the
> existing dtbs do not become noncompliant after the change
> 
> [1]: http://comments.gmane.org/gmane.linux.ports.arm.omap/124273
> 
> Marek Belisko (2):
>   ARM: dts: omap3: Remove all references to ti,codec property
>   Documentation: omap-twl4030: Move ti,codec property to optional
> 
>  Documentation/devicetree/bindings/sound/omap-twl4030.txt | 3 +--
>  arch/arm/boot/dts/omap3-beagle-xm.dts                    | 1 -
>  arch/arm/boot/dts/omap3-beagle.dts                       | 1 -
>  arch/arm/boot/dts/omap3-cm-t3x30.dtsi                    | 1 -
>  arch/arm/boot/dts/omap3-devkit8000.dts                   | 1 -
>  arch/arm/boot/dts/omap3-gta04.dtsi                       | 1 -
>  arch/arm/boot/dts/omap3-igep.dtsi                        | 1 -
>  arch/arm/boot/dts/omap3-lilly-a83x.dtsi                  | 1 -
>  arch/arm/boot/dts/omap3-overo-base.dtsi                  | 1 -
>  arch/arm/boot/dts/omap3-tao3530.dtsi                     | 1 -
>  10 files changed, 1 insertion(+), 11 deletions(-)
> 


-- 
Péter

  parent reply	other threads:[~2015-03-16  7:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-13 20:40 [PATCH v2 0/2] ARM: devicetree: Remove unused ti,codec property Marek Belisko
2015-03-13 20:40 ` Marek Belisko
2015-03-13 20:40 ` Marek Belisko
2015-03-13 20:40 ` [PATCH v2 1/2] ARM: dts: omap3: Remove all references to " Marek Belisko
2015-03-13 20:40   ` [PATCH v2 1/2] ARM: dts: omap3: Remove all references to ti, codec property Marek Belisko
2015-03-13 20:40 ` [PATCH v2 2/2] Documentation: omap-twl4030: Move ti,codec property to optional Marek Belisko
2015-03-13 20:40   ` [PATCH v2 2/2] Documentation: omap-twl4030: Move ti, codec " Marek Belisko
2015-03-16  7:16 ` Peter Ujfalusi [this message]
2015-03-16  7:16   ` [PATCH v2 0/2] ARM: devicetree: Remove unused ti,codec property Peter Ujfalusi
2015-03-16  7:16   ` Peter Ujfalusi
     [not found]   ` <55068350.9080500-l0cyMroinI0@public.gmane.org>
2015-03-16 22:20     ` Tony Lindgren
2015-03-16 22:20       ` Tony Lindgren
2015-03-16 22:20       ` Tony Lindgren

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=55068350.9080500@ti.com \
    --to=peter.ujfalusi@ti.com \
    --cc=arnd@arndb.de \
    --cc=bcousson@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=eballetbo@gmail.com \
    --cc=hns@goldelico.com \
    --cc=jarkko.nikula@bitmer.com \
    --cc=javier@dowhile0.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=marek@goldelico.com \
    --cc=tony@atomide.com \
    /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.