Re: [Zaurus-devel] usb gadget on zaurus and kexec

2010-06-10 Thread Robert Jarzmik
Marek Vasut writes: >> > Dumping out the registers of the two situations and doing a comparison >> > then might be a quick way. >> >> Any debugging update on this? > > Yeah, there's a workaround. Cyril's working on a proper fix, but that might > take > some time. Simply -- UP2OCR is misconfigu

Re: [Zaurus-devel] [PATCH 2/4] pxa2xx/cpufreq: Simplify DRI recomputation routine

2010-06-22 Thread Robert Jarzmik
Marek Vasut writes: > This patch: > 1) Simpifies the DRI recomputation routine by pulling out the common code > 2) Fixes a bug in PXA27x DRI recomputation caused by incorrect parenthesis > > Signed-off-by: Marek Vasut Acked-by: Robert Jarzmik Che

Re: [Zaurus-devel] [PATCH 3/4] pxa2xx/cpufreq: Fix PCMCIA frequency scaling

2010-06-23 Thread Robert Jarzmik
Marek Vasut writes: > The MCxx values must be based off memory clock, not CPU core clock. > > This also fixes the bug where on some machines the LCD went crazy while using > PCMCIA. That looks correct to me. Reviewed-by: Robert Jarzmik Cheers

Re: [Zaurus-devel] [PATCH 1/4] pxa2xx/cpufreq: Simplify CPU frequency change asm

2010-06-23 Thread Robert Jarzmik
Marek Vasut writes: > This patch does the following changes to cpufreq-pxa2xx: > 1) Simplifies the assembler code for frequency change OK, but did you think over what the old code was doing ? My guess is that all the jumps were there to trigger a load into the I-Cache before playing with memory t