* [PATCH 1/2] S3C6410 I2S: Added 'iis' clock for I2S_v4
@ 2009-11-11 5:47 Jassi Brar
2009-11-11 11:40 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Jassi Brar @ 2009-11-11 5:47 UTC (permalink / raw)
To: linux-arm-kernel
Implemented 'iis'(PCLK source) for the I2S_v4(I2S-2) controller.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
---
arch/arm/plat-s3c64xx/clock.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-s3c64xx/clock.c b/arch/arm/plat-s3c64xx/clock.c
index 7a36e89..3fa49a6 100644
--- a/arch/arm/plat-s3c64xx/clock.c
+++ b/arch/arm/plat-s3c64xx/clock.c
@@ -129,6 +129,12 @@ static struct clk init_clocks_disable[] = {
.enable = s3c64xx_pclk_ctrl,
.ctrlbit = S3C_CLKCON_PCLK_IIS1,
}, {
+ .name = "iis",
+ .id = 2,
+ .parent = &clk_p,
+ .enable = s3c64xx_pclk_ctrl,
+ .ctrlbit = S3C6410_CLKCON_PCLK_IIS2,
+ }, {
.name = "spi",
.id = 0,
.parent = &clk_p,
--
1.6.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 1/2] S3C6410 I2S: Added 'iis' clock for I2S_v4
2009-11-11 5:47 [PATCH 1/2] S3C6410 I2S: Added 'iis' clock for I2S_v4 Jassi Brar
@ 2009-11-11 11:40 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2009-11-11 11:40 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Nov 11, 2009 at 02:47:17PM +0900, Jassi Brar wrote:
> Implemented 'iis'(PCLK source) for the I2S_v4(I2S-2) controller.
> Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
All of this looks good to me:
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-11 11:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-11 5:47 [PATCH 1/2] S3C6410 I2S: Added 'iis' clock for I2S_v4 Jassi Brar
2009-11-11 11:40 ` 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).