All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 4/7] S3C64XX PCM: Added PCLK clock source for the PCM controllers
@ 2009-11-17  7:53 Jassi Brar
  2009-11-17 11:55 ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: Jassi Brar @ 2009-11-17  7:53 UTC (permalink / raw)
  To: alsa-devel; +Cc: broonie, Jassi Brar, ben-linux

Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
---
 arch/arm/plat-s3c64xx/clock.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-s3c64xx/clock.c b/arch/arm/plat-s3c64xx/clock.c
index 7a36e89..3ab564e 100644
--- a/arch/arm/plat-s3c64xx/clock.c
+++ b/arch/arm/plat-s3c64xx/clock.c
@@ -129,6 +129,18 @@ static struct clk init_clocks_disable[] = {
 		.enable		= s3c64xx_pclk_ctrl,
 		.ctrlbit	= S3C_CLKCON_PCLK_IIS1,
 	}, {
+		.name		= "pcm",
+		.id		= 0,
+		.parent		= &clk_p,
+		.enable		= s3c64xx_pclk_ctrl,
+		.ctrlbit	= S3C_CLKCON_PCLK_PCM0,
+	}, {
+		.name		= "pcm",
+		.id		= 1,
+		.parent		= &clk_p,
+		.enable		= s3c64xx_pclk_ctrl,
+		.ctrlbit	= S3C_CLKCON_PCLK_PCM1,
+	}, {
 		.name		= "spi",
 		.id		= 0,
 		.parent		= &clk_p,
-- 
1.6.2.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCHv2 4/7] S3C64XX PCM: Added PCLK clock source for the PCM controllers
  2009-11-17  7:53 [PATCHv2 4/7] S3C64XX PCM: Added PCLK clock source for the PCM controllers Jassi Brar
@ 2009-11-17 11:55 ` Mark Brown
  2009-11-17 12:33   ` jassi brar
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2009-11-17 11:55 UTC (permalink / raw)
  To: Jassi Brar; +Cc: alsa-devel, ben-linux

On Tue, Nov 17, 2009 at 04:53:44PM +0900, Jassi Brar wrote:
> Signed-off-by: Jassi Brar <jassi.brar@samsung.com>

As previously mentioned by both myself and Ben this patch should go via
Ben's tree since there is no build time dependency.  The patch itself is
OK but it should not be part of this series.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCHv2 4/7] S3C64XX PCM: Added PCLK clock source for the PCM controllers
  2009-11-17 11:55 ` Mark Brown
@ 2009-11-17 12:33   ` jassi brar
  2009-11-17 13:23     ` Mark Brown
  0 siblings, 1 reply; 4+ messages in thread
From: jassi brar @ 2009-11-17 12:33 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, ben-linux, Jassi Brar

On Tue, Nov 17, 2009 at 8:55 PM, Mark Brown
<broonie@opensource.wolfsonmicro.com> wrote:
> On Tue, Nov 17, 2009 at 04:53:44PM +0900, Jassi Brar wrote:
>> Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
>
> As previously mentioned by both myself and Ben this patch should go via
> Ben's tree since there is no build time dependency.  The patch itself is
> OK but it should not be part of this series.
I sent this and the other patch in linux-arm-kernel as well(cc to you and Ben)
   http://lists.infradead.org/pipermail/linux-arm-kernel/2009-November/003726.html
   http://lists.infradead.org/pipermail/linux-arm-kernel/2009-November/003727.html

Since this was a part of PCM support i thought I shud submit
everything in the series.
Perhaps things don't work that way?
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCHv2 4/7] S3C64XX PCM: Added PCLK clock source for the PCM controllers
  2009-11-17 12:33   ` jassi brar
@ 2009-11-17 13:23     ` Mark Brown
  0 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2009-11-17 13:23 UTC (permalink / raw)
  To: jassi brar; +Cc: alsa-devel, ben-linux, Jassi Brar

On Tue, Nov 17, 2009 at 09:33:41PM +0900, jassi brar wrote:

> Since this was a part of PCM support i thought I shud submit
> everything in the series.
> Perhaps things don't work that way?

If you just send a patch to one tree with no commment about other trees
or other reference to the fact that you're not actually submitting the
patch people are going to assume that you're trying to submit it.

In general you should only submit the patch via a single path.  If you
feel you need send a second copy for reference then you need to indicate
that this is what you're doing, for example with a comment in the patch
after the --- (where the diffstat is) so that people know what your
intention is.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-17 13:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-17  7:53 [PATCHv2 4/7] S3C64XX PCM: Added PCLK clock source for the PCM controllers Jassi Brar
2009-11-17 11:55 ` Mark Brown
2009-11-17 12:33   ` jassi brar
2009-11-17 13:23     ` Mark Brown

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.