Re: [PATCH 0/4] Camera clock fixes

2009-03-10 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | On Mon, Mar 09, 2009 at 07:45:11PM +, Andy Green wrote: | |> I'm running Mark Brown's cpufreq stuff now I figured out why it |> destroyed GTA02 function and it's only a matter of a few mA between 533 |>

Re: [PATCH 0/4] Camera clock fixes

2009-03-10 Thread Mark Brown
On Mon, Mar 09, 2009 at 07:45:11PM +, Andy Green wrote: > I'm running Mark Brown's cpufreq stuff now I figured out why it > destroyed GTA02 function and it's only a matter of a few mA between 533 > and 133MHz... even though he doesn't change the PLL for ARM yet that's > not what I was expectin

Re: [PATCH 0/4] Camera clock fixes

2009-03-09 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | Andy Green wrote: |> Well I don't mean plumbing it all in properly, just maybe temporarily |> moving what you're doing on probe into some kind of open() thing if |> there's one that fits semantically. | | O

Re: [PATCH 0/4] Camera clock fixes

2009-03-09 Thread Werner Almesberger
Andy Green wrote: > Well I don't mean plumbing it all in properly, just maybe temporarily > moving what you're doing on probe into some kind of open() thing if > there's one that fits semantically. Okay, that's easy. I'll do this after I've had a nap. > I'm running Mark Brown's cpufreq stuff now

Re: [PATCH 0/4] Camera clock fixes

2009-03-09 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: |> I seemed to see an fair increase in background current on 3D7K with the |> last lot in, it'd be ideal if it didn't do that until someone had a |> handle open on the device. | | Sure. Proper use of regulat

Re: [PATCH 0/4] Camera clock fixes

2009-03-09 Thread Werner Almesberger
Andy Green wrote: > How does this leave the power and clock of the camera by default now? Hungry and busy :-) > I seemed to see an fair increase in background current on 3D7K with the > last lot in, it'd be ideal if it didn't do that until someone had a > handle open on the device. Sure. Proper

Re: [PATCH 0/4] Camera clock fixes

2009-03-09 Thread Andy Green
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Somebody in the thread at some point said: | This patch series should (finally) get the camera clock right. | | Ben, patches 2/4 and 3/4 fix more issues in | arch/arm/plat-s3c64xx/s3c6400-clock.c | | Andy, patch 1/4 is a reissue. It seems that you got

[PATCH 0/4] Camera clock fixes

2009-03-09 Thread Werner Almesberger
This patch series should (finally) get the camera clock right. Ben, patches 2/4 and 3/4 fix more issues in arch/arm/plat-s3c64xx/s3c6400-clock.c Andy, patch 1/4 is a reissue. It seems that you got one of my botched mails when applying the first one and the commit is thus empty. - Werner --