linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [ARM] pxa: match camera clock by struct device
@ 2010-01-31  9:34 Mike Rapoport
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Rapoport @ 2010-01-31  9:34 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
---
 arch/arm/mach-pxa/pxa3xx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c
index fcb0721..9d338a7 100644
--- a/arch/arm/mach-pxa/pxa3xx.c
+++ b/arch/arm/mach-pxa/pxa3xx.c
@@ -257,7 +257,7 @@ static struct clk_lookup pxa3xx_clkregs[] = {
 	/* Power I2C clock is always on */
 	INIT_CLKREG(&clk_dummy, "pxa3xx-pwri2c.1", NULL),
 	INIT_CLKREG(&clk_pxa3xx_lcd, "pxa2xx-fb", NULL),
-	INIT_CLKREG(&clk_pxa3xx_camera, NULL, "CAMCLK"),
+	INIT_CLKREG(&clk_pxa3xx_camera, "pxa27x-camera.0", NULL),
 	INIT_CLKREG(&clk_pxa3xx_ac97, NULL, "AC97CLK"),
 	INIT_CLKREG(&clk_pxa3xx_ffuart, "pxa2xx-uart.0", NULL),
 	INIT_CLKREG(&clk_pxa3xx_btuart, "pxa2xx-uart.1", NULL),
-- 
1.6.4.4

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

* [PATCH] [ARM] pxa: match camera clock by struct device
@ 2010-01-31  9:46 Mike Rapoport
  2010-02-01 17:50 ` Eric Miao
  0 siblings, 1 reply; 5+ messages in thread
From: Mike Rapoport @ 2010-01-31  9:46 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
---
 arch/arm/mach-pxa/pxa3xx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c
index fcb0721..9d338a7 100644
--- a/arch/arm/mach-pxa/pxa3xx.c
+++ b/arch/arm/mach-pxa/pxa3xx.c
@@ -257,7 +257,7 @@ static struct clk_lookup pxa3xx_clkregs[] = {
 	/* Power I2C clock is always on */
 	INIT_CLKREG(&clk_dummy, "pxa3xx-pwri2c.1", NULL),
 	INIT_CLKREG(&clk_pxa3xx_lcd, "pxa2xx-fb", NULL),
-	INIT_CLKREG(&clk_pxa3xx_camera, NULL, "CAMCLK"),
+	INIT_CLKREG(&clk_pxa3xx_camera, "pxa27x-camera.0", NULL),
 	INIT_CLKREG(&clk_pxa3xx_ac97, NULL, "AC97CLK"),
 	INIT_CLKREG(&clk_pxa3xx_ffuart, "pxa2xx-uart.0", NULL),
 	INIT_CLKREG(&clk_pxa3xx_btuart, "pxa2xx-uart.1", NULL),
-- 
1.6.4.4

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

* [PATCH] [ARM] pxa: match camera clock by struct device
@ 2010-01-31  9:50 Mike Rapoport
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Rapoport @ 2010-01-31  9:50 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
---
 arch/arm/mach-pxa/pxa3xx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c
index fcb0721..9d338a7 100644
--- a/arch/arm/mach-pxa/pxa3xx.c
+++ b/arch/arm/mach-pxa/pxa3xx.c
@@ -257,7 +257,7 @@ static struct clk_lookup pxa3xx_clkregs[] = {
 	/* Power I2C clock is always on */
 	INIT_CLKREG(&clk_dummy, "pxa3xx-pwri2c.1", NULL),
 	INIT_CLKREG(&clk_pxa3xx_lcd, "pxa2xx-fb", NULL),
-	INIT_CLKREG(&clk_pxa3xx_camera, NULL, "CAMCLK"),
+	INIT_CLKREG(&clk_pxa3xx_camera, "pxa27x-camera.0", NULL),
 	INIT_CLKREG(&clk_pxa3xx_ac97, NULL, "AC97CLK"),
 	INIT_CLKREG(&clk_pxa3xx_ffuart, "pxa2xx-uart.0", NULL),
 	INIT_CLKREG(&clk_pxa3xx_btuart, "pxa2xx-uart.1", NULL),
-- 
1.6.4.4

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

* [PATCH] [ARM] pxa: match camera clock by struct device
       [not found] <1264930332-28775-1-git-send-email-mike@compulab.co.il>
@ 2010-01-31 11:03 ` Mike Rapoport
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Rapoport @ 2010-01-31 11:03 UTC (permalink / raw)
  To: linux-arm-kernel

I had some problems with git-send-email, so the patch was sent several
times..
Sorry for the noise....

Mike Rapoport wrote:
> Signed-off-by: Mike Rapoport <mike@compulab.co.il>
> ---
>  arch/arm/mach-pxa/pxa3xx.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c
> index fcb0721..9d338a7 100644
> --- a/arch/arm/mach-pxa/pxa3xx.c
> +++ b/arch/arm/mach-pxa/pxa3xx.c
> @@ -257,7 +257,7 @@ static struct clk_lookup pxa3xx_clkregs[] = {
>  	/* Power I2C clock is always on */
>  	INIT_CLKREG(&clk_dummy, "pxa3xx-pwri2c.1", NULL),
>  	INIT_CLKREG(&clk_pxa3xx_lcd, "pxa2xx-fb", NULL),
> -	INIT_CLKREG(&clk_pxa3xx_camera, NULL, "CAMCLK"),
> +	INIT_CLKREG(&clk_pxa3xx_camera, "pxa27x-camera.0", NULL),
>  	INIT_CLKREG(&clk_pxa3xx_ac97, NULL, "AC97CLK"),
>  	INIT_CLKREG(&clk_pxa3xx_ffuart, "pxa2xx-uart.0", NULL),
>  	INIT_CLKREG(&clk_pxa3xx_btuart, "pxa2xx-uart.1", NULL),


-- 
Sincerely yours,
Mike.

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

* [PATCH] [ARM] pxa: match camera clock by struct device
  2010-01-31  9:46 [PATCH] [ARM] pxa: match camera clock by struct device Mike Rapoport
@ 2010-02-01 17:50 ` Eric Miao
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Miao @ 2010-02-01 17:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Jan 31, 2010 at 5:46 PM, Mike Rapoport <mike@compulab.co.il> wrote:
> Signed-off-by: Mike Rapoport <mike@compulab.co.il>
> ---
> ?arch/arm/mach-pxa/pxa3xx.c | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c
> index fcb0721..9d338a7 100644
> --- a/arch/arm/mach-pxa/pxa3xx.c
> +++ b/arch/arm/mach-pxa/pxa3xx.c
> @@ -257,7 +257,7 @@ static struct clk_lookup pxa3xx_clkregs[] = {
> ? ? ? ?/* Power I2C clock is always on */
> ? ? ? ?INIT_CLKREG(&clk_dummy, "pxa3xx-pwri2c.1", NULL),
> ? ? ? ?INIT_CLKREG(&clk_pxa3xx_lcd, "pxa2xx-fb", NULL),
> - ? ? ? INIT_CLKREG(&clk_pxa3xx_camera, NULL, "CAMCLK"),
> + ? ? ? INIT_CLKREG(&clk_pxa3xx_camera, "pxa27x-camera.0", NULL),

Interesting, but not keeping an eye on pxa27x camera driver for a while,
does that support pxa3xx as well? I seem to remember the DMA logic
is a bit different, making it quite difficult to support both in a
single driver.

And the hardware in pxa320 differs from the one in pxa310 as well.

> ? ? ? ?INIT_CLKREG(&clk_pxa3xx_ac97, NULL, "AC97CLK"),
> ? ? ? ?INIT_CLKREG(&clk_pxa3xx_ffuart, "pxa2xx-uart.0", NULL),
> ? ? ? ?INIT_CLKREG(&clk_pxa3xx_btuart, "pxa2xx-uart.1", NULL),
> --
> 1.6.4.4
>
>

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

end of thread, other threads:[~2010-02-01 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-31  9:46 [PATCH] [ARM] pxa: match camera clock by struct device Mike Rapoport
2010-02-01 17:50 ` Eric Miao
     [not found] <1264930332-28775-1-git-send-email-mike@compulab.co.il>
2010-01-31 11:03 ` Mike Rapoport
  -- strict thread matches above, loose matches on Subject: below --
2010-01-31  9:50 Mike Rapoport
2010-01-31  9:34 Mike Rapoport

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).