Re: [PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-02-28 Thread Tony Lindgren
* Belisko Marek  [140228 14:42]:
> Sure . Thanks for notice ;). It there possibility that missing patches
> go to 3.15?

Sure if you update them over next few days.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-02-28 Thread Belisko Marek
Hi Tony,

On Fri, Feb 28, 2014 at 11:25 PM, Tony Lindgren  wrote:
> * Marek Belisko  [140125 13:31]:
>
> Hmm care to add descriptions and repost the remaining patches
> that I did not yet pick up for the fixes?
Sure I'll do.
>
>> Signed-off-by: NeilBrown 
>
> Hmm should this also have From: NeilBrown ?
Maybe I did some changes and forgot add my Signed-off-by? I'll recheck.
>
> Also, while at it, maybe change your long time habit of adding
> a period to the end of the subject line? That is of course
> if you don't insist on having it, it's not usually used if
> you look at git log --pretty=oneline :)
Sure . Thanks for notice ;). It there possibility that missing patches
go to 3.15?
>
> Regards,
>
> Tony
>
>> ---
>>  arch/arm/boot/dts/omap3-gta04.dts | 15 +++
>>  1 file changed, 15 insertions(+)
>>
>> diff --git a/arch/arm/boot/dts/omap3-gta04.dts 
>> b/arch/arm/boot/dts/omap3-gta04.dts
>> index 7e09410..a924a843 100644
>> --- a/arch/arm/boot/dts/omap3-gta04.dts
>> +++ b/arch/arm/boot/dts/omap3-gta04.dts
>> @@ -36,6 +36,14 @@
>>   gpio-key,wakeup;
>>   };
>>   };
>> +
>> + sound {
>> + compatible = "ti,omap-twl4030";
>> + ti,model = "gta04";
>> +
>> + ti,mcbsp = <>;
>> + ti,codec = <_audio>;
>> + };
>>  };
>>
>>  _pmx_core {
>> @@ -79,6 +87,13 @@
>>   reg = <0x48>;
>>   interrupts = <7>; /* SYS_NIRQ cascaded to intc */
>>   interrupt-parent = <>;
>> +
>> + twl_audio: audio {
>> + compatible = "ti,twl4030-audio";
>> + codec {
>> + };
>> + };
>> +
>>   vaux4: regulator-vaux4 {
>>   compatible = "ti,twl4030-vaux4";
>>   regulator-min-microvolt = <280>;
>> --
>> 1.8.3.2
>>

BR,

marek

-- 
as simple and primitive as possible
-
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-02-28 Thread Tony Lindgren
* Marek Belisko  [140125 13:31]:

Hmm care to add descriptions and repost the remaining patches
that I did not yet pick up for the fixes?

> Signed-off-by: NeilBrown 

Hmm should this also have From: NeilBrown ?

Also, while at it, maybe change your long time habit of adding
a period to the end of the subject line? That is of course
if you don't insist on having it, it's not usually used if
you look at git log --pretty=oneline :)

Regards,

Tony

> ---
>  arch/arm/boot/dts/omap3-gta04.dts | 15 +++
>  1 file changed, 15 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/omap3-gta04.dts 
> b/arch/arm/boot/dts/omap3-gta04.dts
> index 7e09410..a924a843 100644
> --- a/arch/arm/boot/dts/omap3-gta04.dts
> +++ b/arch/arm/boot/dts/omap3-gta04.dts
> @@ -36,6 +36,14 @@
>   gpio-key,wakeup;
>   };
>   };
> +
> + sound {
> + compatible = "ti,omap-twl4030";
> + ti,model = "gta04";
> +
> + ti,mcbsp = <>;
> + ti,codec = <_audio>;
> + };
>  };
>  
>  _pmx_core {
> @@ -79,6 +87,13 @@
>   reg = <0x48>;
>   interrupts = <7>; /* SYS_NIRQ cascaded to intc */
>   interrupt-parent = <>;
> +
> + twl_audio: audio {
> + compatible = "ti,twl4030-audio";
> + codec {
> + };
> + };
> +
>   vaux4: regulator-vaux4 {
>   compatible = "ti,twl4030-vaux4";
>   regulator-min-microvolt = <280>;
> -- 
> 1.8.3.2
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-02-28 Thread Tony Lindgren
* Marek Belisko ma...@goldelico.com [140125 13:31]:

Hmm care to add descriptions and repost the remaining patches
that I did not yet pick up for the fixes?

 Signed-off-by: NeilBrown ne...@suse.de

Hmm should this also have From: NeilBrown ne...@suse.de?

Also, while at it, maybe change your long time habit of adding
a period to the end of the subject line? That is of course
if you don't insist on having it, it's not usually used if
you look at git log --pretty=oneline :)

Regards,

Tony

 ---
  arch/arm/boot/dts/omap3-gta04.dts | 15 +++
  1 file changed, 15 insertions(+)
 
 diff --git a/arch/arm/boot/dts/omap3-gta04.dts 
 b/arch/arm/boot/dts/omap3-gta04.dts
 index 7e09410..a924a843 100644
 --- a/arch/arm/boot/dts/omap3-gta04.dts
 +++ b/arch/arm/boot/dts/omap3-gta04.dts
 @@ -36,6 +36,14 @@
   gpio-key,wakeup;
   };
   };
 +
 + sound {
 + compatible = ti,omap-twl4030;
 + ti,model = gta04;
 +
 + ti,mcbsp = mcbsp2;
 + ti,codec = twl_audio;
 + };
  };
  
  omap3_pmx_core {
 @@ -79,6 +87,13 @@
   reg = 0x48;
   interrupts = 7; /* SYS_NIRQ cascaded to intc */
   interrupt-parent = intc;
 +
 + twl_audio: audio {
 + compatible = ti,twl4030-audio;
 + codec {
 + };
 + };
 +
   vaux4: regulator-vaux4 {
   compatible = ti,twl4030-vaux4;
   regulator-min-microvolt = 280;
 -- 
 1.8.3.2
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-02-28 Thread Belisko Marek
Hi Tony,

On Fri, Feb 28, 2014 at 11:25 PM, Tony Lindgren t...@atomide.com wrote:
 * Marek Belisko ma...@goldelico.com [140125 13:31]:

 Hmm care to add descriptions and repost the remaining patches
 that I did not yet pick up for the fixes?
Sure I'll do.

 Signed-off-by: NeilBrown ne...@suse.de

 Hmm should this also have From: NeilBrown ne...@suse.de?
Maybe I did some changes and forgot add my Signed-off-by? I'll recheck.

 Also, while at it, maybe change your long time habit of adding
 a period to the end of the subject line? That is of course
 if you don't insist on having it, it's not usually used if
 you look at git log --pretty=oneline :)
Sure . Thanks for notice ;). It there possibility that missing patches
go to 3.15?

 Regards,

 Tony

 ---
  arch/arm/boot/dts/omap3-gta04.dts | 15 +++
  1 file changed, 15 insertions(+)

 diff --git a/arch/arm/boot/dts/omap3-gta04.dts 
 b/arch/arm/boot/dts/omap3-gta04.dts
 index 7e09410..a924a843 100644
 --- a/arch/arm/boot/dts/omap3-gta04.dts
 +++ b/arch/arm/boot/dts/omap3-gta04.dts
 @@ -36,6 +36,14 @@
   gpio-key,wakeup;
   };
   };
 +
 + sound {
 + compatible = ti,omap-twl4030;
 + ti,model = gta04;
 +
 + ti,mcbsp = mcbsp2;
 + ti,codec = twl_audio;
 + };
  };

  omap3_pmx_core {
 @@ -79,6 +87,13 @@
   reg = 0x48;
   interrupts = 7; /* SYS_NIRQ cascaded to intc */
   interrupt-parent = intc;
 +
 + twl_audio: audio {
 + compatible = ti,twl4030-audio;
 + codec {
 + };
 + };
 +
   vaux4: regulator-vaux4 {
   compatible = ti,twl4030-vaux4;
   regulator-min-microvolt = 280;
 --
 1.8.3.2


BR,

marek

-- 
as simple and primitive as possible
-
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-02-28 Thread Tony Lindgren
* Belisko Marek marek.beli...@gmail.com [140228 14:42]:
 Sure . Thanks for notice ;). It there possibility that missing patches
 go to 3.15?

Sure if you update them over next few days.

Regards,

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-01-25 Thread Marek Belisko
Signed-off-by: NeilBrown 
---
 arch/arm/boot/dts/omap3-gta04.dts | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-gta04.dts 
b/arch/arm/boot/dts/omap3-gta04.dts
index 7e09410..a924a843 100644
--- a/arch/arm/boot/dts/omap3-gta04.dts
+++ b/arch/arm/boot/dts/omap3-gta04.dts
@@ -36,6 +36,14 @@
gpio-key,wakeup;
};
};
+
+   sound {
+   compatible = "ti,omap-twl4030";
+   ti,model = "gta04";
+
+   ti,mcbsp = <>;
+   ti,codec = <_audio>;
+   };
 };
 
 _pmx_core {
@@ -79,6 +87,13 @@
reg = <0x48>;
interrupts = <7>; /* SYS_NIRQ cascaded to intc */
interrupt-parent = <>;
+
+   twl_audio: audio {
+   compatible = "ti,twl4030-audio";
+   codec {
+   };
+   };
+
vaux4: regulator-vaux4 {
compatible = "ti,twl4030-vaux4";
regulator-min-microvolt = <280>;
-- 
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-01-25 Thread Marek Belisko
Signed-off-by: NeilBrown ne...@suse.de
---
 arch/arm/boot/dts/omap3-gta04.dts | 15 +++
 1 file changed, 15 insertions(+)

diff --git a/arch/arm/boot/dts/omap3-gta04.dts 
b/arch/arm/boot/dts/omap3-gta04.dts
index 7e09410..a924a843 100644
--- a/arch/arm/boot/dts/omap3-gta04.dts
+++ b/arch/arm/boot/dts/omap3-gta04.dts
@@ -36,6 +36,14 @@
gpio-key,wakeup;
};
};
+
+   sound {
+   compatible = ti,omap-twl4030;
+   ti,model = gta04;
+
+   ti,mcbsp = mcbsp2;
+   ti,codec = twl_audio;
+   };
 };
 
 omap3_pmx_core {
@@ -79,6 +87,13 @@
reg = 0x48;
interrupts = 7; /* SYS_NIRQ cascaded to intc */
interrupt-parent = intc;
+
+   twl_audio: audio {
+   compatible = ti,twl4030-audio;
+   codec {
+   };
+   };
+
vaux4: regulator-vaux4 {
compatible = ti,twl4030-vaux4;
regulator-min-microvolt = 280;
-- 
1.8.3.2

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/