* [PATCH 1/6] ASoC: cs4271: Include linux/of.h header
@ 2013-09-27 11:15 Sachin Kamat
2013-09-27 11:15 ` [PATCH 2/6] ASoC: pcm1681: " Sachin Kamat
` (5 more replies)
0 siblings, 6 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-09-27 11:15 UTC (permalink / raw)
To: alsa-devel; +Cc: sachin.kamat, broonie, lgirdwood
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
sound/soc/codecs/cs4271.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c
index a20f1bb..f6e9534 100644
--- a/sound/soc/codecs/cs4271.c
+++ b/sound/soc/codecs/cs4271.c
@@ -25,6 +25,7 @@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/spi/spi.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <sound/pcm.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 2/6] ASoC: pcm1681: Include linux/of.h header
2013-09-27 11:15 [PATCH 1/6] ASoC: cs4271: Include linux/of.h header Sachin Kamat
@ 2013-09-27 11:15 ` Sachin Kamat
2013-09-27 11:15 ` [PATCH 3/6] ASoC: pcm1792a: " Sachin Kamat
` (4 subsequent siblings)
5 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-09-27 11:15 UTC (permalink / raw)
To: alsa-devel; +Cc: sachin.kamat, broonie, lgirdwood
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
sound/soc/codecs/pcm1681.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/pcm1681.c b/sound/soc/codecs/pcm1681.c
index 651ce09..54ea15b 100644
--- a/sound/soc/codecs/pcm1681.c
+++ b/sound/soc/codecs/pcm1681.c
@@ -21,6 +21,7 @@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/regmap.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <sound/pcm.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 3/6] ASoC: pcm1792a: Include linux/of.h header
2013-09-27 11:15 [PATCH 1/6] ASoC: cs4271: Include linux/of.h header Sachin Kamat
2013-09-27 11:15 ` [PATCH 2/6] ASoC: pcm1681: " Sachin Kamat
@ 2013-09-27 11:15 ` Sachin Kamat
2013-09-27 11:15 ` [PATCH 4/6] ASoC: tas5086: " Sachin Kamat
` (3 subsequent siblings)
5 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-09-27 11:15 UTC (permalink / raw)
To: alsa-devel; +Cc: sachin.kamat, broonie, lgirdwood
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
sound/soc/codecs/pcm1792a.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/pcm1792a.c b/sound/soc/codecs/pcm1792a.c
index 2a8eccf..6f14c50 100644
--- a/sound/soc/codecs/pcm1792a.c
+++ b/sound/soc/codecs/pcm1792a.c
@@ -28,6 +28,7 @@
#include <sound/initval.h>
#include <sound/soc.h>
#include <sound/tlv.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include "pcm1792a.h"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 4/6] ASoC: tas5086: Include linux/of.h header
2013-09-27 11:15 [PATCH 1/6] ASoC: cs4271: Include linux/of.h header Sachin Kamat
2013-09-27 11:15 ` [PATCH 2/6] ASoC: pcm1681: " Sachin Kamat
2013-09-27 11:15 ` [PATCH 3/6] ASoC: pcm1792a: " Sachin Kamat
@ 2013-09-27 11:15 ` Sachin Kamat
2013-09-27 11:15 ` [PATCH 5/6] ASoC: tlv320aic3x: " Sachin Kamat
` (2 subsequent siblings)
5 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-09-27 11:15 UTC (permalink / raw)
To: alsa-devel; +Cc: sachin.kamat, broonie, lgirdwood
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
sound/soc/codecs/tas5086.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/tas5086.c b/sound/soc/codecs/tas5086.c
index 6d31d88..e7c9a08 100644
--- a/sound/soc/codecs/tas5086.c
+++ b/sound/soc/codecs/tas5086.c
@@ -37,6 +37,7 @@
#include <linux/i2c.h>
#include <linux/regmap.h>
#include <linux/spi/spi.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <sound/pcm.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 5/6] ASoC: tlv320aic3x: Include linux/of.h header
2013-09-27 11:15 [PATCH 1/6] ASoC: cs4271: Include linux/of.h header Sachin Kamat
` (2 preceding siblings ...)
2013-09-27 11:15 ` [PATCH 4/6] ASoC: tas5086: " Sachin Kamat
@ 2013-09-27 11:15 ` Sachin Kamat
2013-09-27 11:15 ` [PATCH 6/6] ASoC: atmel: " Sachin Kamat
2013-10-04 11:58 ` [PATCH 1/6] ASoC: cs4271: " Sachin Kamat
5 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-09-27 11:15 UTC (permalink / raw)
To: alsa-devel; +Cc: sachin.kamat, broonie, lgirdwood
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
sound/soc/codecs/tlv320aic3x.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/tlv320aic3x.c b/sound/soc/codecs/tlv320aic3x.c
index 892c108..f8b9fa6 100644
--- a/sound/soc/codecs/tlv320aic3x.c
+++ b/sound/soc/codecs/tlv320aic3x.c
@@ -40,6 +40,7 @@
#include <linux/i2c.h>
#include <linux/gpio.h>
#include <linux/regulator/consumer.h>
+#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/slab.h>
#include <sound/core.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 6/6] ASoC: atmel: Include linux/of.h header
2013-09-27 11:15 [PATCH 1/6] ASoC: cs4271: Include linux/of.h header Sachin Kamat
` (3 preceding siblings ...)
2013-09-27 11:15 ` [PATCH 5/6] ASoC: tlv320aic3x: " Sachin Kamat
@ 2013-09-27 11:15 ` Sachin Kamat
2013-10-04 11:58 ` [PATCH 1/6] ASoC: cs4271: " Sachin Kamat
5 siblings, 0 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-09-27 11:15 UTC (permalink / raw)
To: alsa-devel; +Cc: sachin.kamat, broonie, lgirdwood
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
sound/soc/atmel/sam9g20_wm8731.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c
index 802717e..f15bff1 100644
--- a/sound/soc/atmel/sam9g20_wm8731.c
+++ b/sound/soc/atmel/sam9g20_wm8731.c
@@ -37,6 +37,7 @@
#include <linux/interrupt.h>
#include <linux/platform_device.h>
#include <linux/i2c.h>
+#include <linux/of.h>
#include <linux/atmel-ssc.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 1/6] ASoC: cs4271: Include linux/of.h header
2013-09-27 11:15 [PATCH 1/6] ASoC: cs4271: Include linux/of.h header Sachin Kamat
` (4 preceding siblings ...)
2013-09-27 11:15 ` [PATCH 6/6] ASoC: atmel: " Sachin Kamat
@ 2013-10-04 11:58 ` Sachin Kamat
2013-10-04 16:10 ` Mark Brown
5 siblings, 1 reply; 12+ messages in thread
From: Sachin Kamat @ 2013-10-04 11:58 UTC (permalink / raw)
To: alsa-devel@alsa-project.org; +Cc: Sachin Kamat, Mark Brown, Liam Girdwood
On 27 September 2013 16:45, Sachin Kamat <sachin.kamat@linaro.org> wrote:
> 'of_match_ptr' is defined in linux/of.h. Include it explicitly.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
> sound/soc/codecs/cs4271.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c
> index a20f1bb..f6e9534 100644
> --- a/sound/soc/codecs/cs4271.c
> +++ b/sound/soc/codecs/cs4271.c
> @@ -25,6 +25,7 @@
> #include <linux/gpio.h>
> #include <linux/i2c.h>
> #include <linux/spi/spi.h>
> +#include <linux/of.h>
> #include <linux/of_device.h>
> #include <linux/of_gpio.h>
> #include <sound/pcm.h>
> --
> 1.7.9.5
>
Mark,
Just a gentle ping on this series.
--
With warm regards,
Sachin
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 1/6] ASoC: cs4271: Include linux/of.h header
2013-10-04 11:58 ` [PATCH 1/6] ASoC: cs4271: " Sachin Kamat
@ 2013-10-04 16:10 ` Mark Brown
2013-10-04 16:41 ` Sachin Kamat
0 siblings, 1 reply; 12+ messages in thread
From: Mark Brown @ 2013-10-04 16:10 UTC (permalink / raw)
To: Sachin Kamat; +Cc: alsa-devel@alsa-project.org, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 131 bytes --]
On Fri, Oct 04, 2013 at 05:28:19PM +0530, Sachin Kamat wrote:
> Just a gentle ping on this series.
Don't send contentless pings.
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 1/6] ASoC: cs4271: Include linux/of.h header
2013-10-04 16:10 ` Mark Brown
@ 2013-10-04 16:41 ` Sachin Kamat
2013-10-04 18:10 ` Mark Brown
0 siblings, 1 reply; 12+ messages in thread
From: Sachin Kamat @ 2013-10-04 16:41 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel@alsa-project.org, Liam Girdwood
On Friday, 4 October 2013, Mark Brown <broonie@kernel.org> wrote:
> On Fri, Oct 04, 2013 at 05:28:19PM +0530, Sachin Kamat wrote:
>
>> Just a gentle ping on this series.
>
> Don't send contentless pings.
>
I did keep the entire patch content on top of my message if that is what
you mean by content.
--
With warm regards,
Sachin
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 1/6] ASoC: cs4271: Include linux/of.h header
2013-10-04 16:41 ` Sachin Kamat
@ 2013-10-04 18:10 ` Mark Brown
0 siblings, 0 replies; 12+ messages in thread
From: Mark Brown @ 2013-10-04 18:10 UTC (permalink / raw)
To: Sachin Kamat; +Cc: alsa-devel@alsa-project.org, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 598 bytes --]
On Fri, Oct 04, 2013 at 10:11:02PM +0530, Sachin Kamat wrote:
> On Friday, 4 October 2013, Mark Brown <broonie@kernel.org> wrote:
> > On Fri, Oct 04, 2013 at 05:28:19PM +0530, Sachin Kamat wrote:
> >> Just a gentle ping on this series.
> > Don't send contentless pings.
> I did keep the entire patch content on top of my message if that is what
> you mean by content.
No, what I mean is don't send nagging mails which don't add anything to
the discussion. If something was actually lost then you'll need to
resend the patches and if something is just low priority then it's not
going to help.
[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 1/6] ASoC: cs4271: Include linux/of.h header
@ 2013-10-11 11:53 Sachin Kamat
2013-10-11 11:53 ` [PATCH 2/6] ASoC: pcm1681: " Sachin Kamat
0 siblings, 1 reply; 12+ messages in thread
From: Sachin Kamat @ 2013-10-11 11:53 UTC (permalink / raw)
To: alsa-devel; +Cc: sachin.kamat, broonie
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
sound/soc/codecs/cs4271.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/cs4271.c b/sound/soc/codecs/cs4271.c
index a20f1bb..f6e9534 100644
--- a/sound/soc/codecs/cs4271.c
+++ b/sound/soc/codecs/cs4271.c
@@ -25,6 +25,7 @@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/spi/spi.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <sound/pcm.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 2/6] ASoC: pcm1681: Include linux/of.h header
2013-10-11 11:53 Sachin Kamat
@ 2013-10-11 11:53 ` Sachin Kamat
2013-10-16 18:00 ` Mark Brown
0 siblings, 1 reply; 12+ messages in thread
From: Sachin Kamat @ 2013-10-11 11:53 UTC (permalink / raw)
To: alsa-devel; +Cc: sachin.kamat, broonie
'of_match_ptr' is defined in linux/of.h. Include it explicitly.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
sound/soc/codecs/pcm1681.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/codecs/pcm1681.c b/sound/soc/codecs/pcm1681.c
index 651ce09..54ea15b 100644
--- a/sound/soc/codecs/pcm1681.c
+++ b/sound/soc/codecs/pcm1681.c
@@ -21,6 +21,7 @@
#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/regmap.h>
+#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/of_gpio.h>
#include <sound/pcm.h>
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2013-10-16 18:00 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-27 11:15 [PATCH 1/6] ASoC: cs4271: Include linux/of.h header Sachin Kamat
2013-09-27 11:15 ` [PATCH 2/6] ASoC: pcm1681: " Sachin Kamat
2013-09-27 11:15 ` [PATCH 3/6] ASoC: pcm1792a: " Sachin Kamat
2013-09-27 11:15 ` [PATCH 4/6] ASoC: tas5086: " Sachin Kamat
2013-09-27 11:15 ` [PATCH 5/6] ASoC: tlv320aic3x: " Sachin Kamat
2013-09-27 11:15 ` [PATCH 6/6] ASoC: atmel: " Sachin Kamat
2013-10-04 11:58 ` [PATCH 1/6] ASoC: cs4271: " Sachin Kamat
2013-10-04 16:10 ` Mark Brown
2013-10-04 16:41 ` Sachin Kamat
2013-10-04 18:10 ` Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2013-10-11 11:53 Sachin Kamat
2013-10-11 11:53 ` [PATCH 2/6] ASoC: pcm1681: " Sachin Kamat
2013-10-16 18:00 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).