lkml.org 
[lkml]   [2011]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH V2 2/5] ASoC: atmel-ssc: add phybase in device structure
Date
Useful for future dmaengine use.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
V2: change type to phys_addr_t.
drivers/misc/atmel-ssc.c | 1 +
include/linux/atmel-ssc.h | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/misc/atmel-ssc.c b/drivers/misc/atmel-ssc.c
index 4afffe6..27c9ffa 100644
--- a/drivers/misc/atmel-ssc.c
+++ b/drivers/misc/atmel-ssc.c
@@ -101,6 +101,7 @@ static int __init ssc_probe(struct platform_device *pdev)
retval = -EINVAL;
goto out_clk;
}
+ ssc->phybase = regs->start;

/* disable all interrupts */
clk_enable(ssc->clk);
diff --git a/include/linux/atmel-ssc.h b/include/linux/atmel-ssc.h
index 0602339..6ff634e 100644
--- a/include/linux/atmel-ssc.h
+++ b/include/linux/atmel-ssc.h
@@ -6,6 +6,7 @@

struct ssc_device {
struct list_head list;
+ phys_addr_t phybase;
void __iomem *regs;
struct platform_device *pdev;
struct clk *clk;
--
1.7.3


\
 
 \ /
  Last update: 2011-07-01 15:41    [from the cache]
©2003-2011 Jasper Spaans