Re: PCAP2: documentation.

2009-05-05 Thread Antonio Ospite
On Wed, 6 May 2009 00:51:00 +0200 Antonio Ospite wrote: > Dear Mr. Capps and Mr. Smith, > > I found your email addresses on this page: > https://mist.ext.ti.com/pcn/pcninternet.nsf/4ea76578e531eca086256959005941f8/65c50a3f37ac386e86256edf00793cff?OpenDocument > Well, actually these email addre

[RFC] pcap-regulator driver, more pcap2 documentation.

2009-05-05 Thread Daniel Ribeiro
Hi! Thanks to motorola finally releasing a enough info on PCAP2 on the A1200E LATAM kernel source release i was able to write an (almost) complete pcap2 regulator driver. Also, we found that ATLAS (the PMIC on MAGX) has public datasheet available, and it is _very_ similar to PCAP2. For ATLAS info

Re: [PATCH] pxa: allow gpio_reset drive high during normal work

2009-05-05 Thread Eric Miao
On Wed, May 6, 2009 at 9:43 AM, Daniel Ribeiro wrote: > I want to reuse tosa/spitz gpio_reset code, but my board needs the reset > gpio to be driven high during normal operation. > This makes sense to me. Dmitry, your Ack is welcome.

[PATCH] pxa: allow gpio_reset drive high during normal work

2009-05-05 Thread Daniel Ribeiro
I want to reuse tosa/spitz gpio_reset code, but my board needs the reset gpio to be driven high during normal operation. Signed-off-by: Daniel Ribeiro --- arch/arm/mach-pxa/include/mach/reset.h |5 +++-- arch/arm/mach-pxa/reset.c |4 ++-- arch/arm/mach-pxa/spitz.c

PCAP2: documentation.

2009-05-05 Thread Antonio Ospite
Dear Mr. Capps and Mr. Smith, I found your email addresses on this page: https://mist.ext.ti.com/pcn/pcninternet.nsf/4ea76578e531eca086256959005941f8/65c50a3f37ac386e86256edf00793cff?OpenDocument I am writing to ask if there is the possibility to get access to documentation for the PCAP2 PMIC (a

Re: sound 2 times slower

2009-05-05 Thread Daniel Ribeiro
Em Qua, 2009-05-06 às 00:59 +0300, Ilya Petrov escreveu: > Hi! > > I just tried to listen some music on 2.6.30-rc3-ezxdev and everything > sucks again :) > All sound plays two times slower. Yeah, as it seems we are fighting Philipp Zabel.. See if reverting commit 92429069d0fc9f52d436c9067c5b5c392

sound 2 times slower

2009-05-05 Thread Ilya Petrov
Hi! I just tried to listen some music on 2.6.30-rc3-ezxdev and everything sucks again :) All sound plays two times slower. -- wbr, Ilya ICQ: none, Jabber: ilya.muro...@jabber.ru

Re: eoc bits

2009-05-05 Thread Daniel Ribeiro
Em Ter, 2009-05-05 às 16:50 -0300, Daniel Ribeiro escreveu: > Em Ter, 2009-05-05 às 22:00 +0300, Ilya Petrov escreveu: > > Is there any descripton of eoc register bits? > > Unfortunatelly not. :( > > All we have is what we can get from moto 2.4 source code. Humm, just remembered a conversation I

Re: eoc bits

2009-05-05 Thread Daniel Ribeiro
Em Ter, 2009-05-05 às 22:00 +0300, Ilya Petrov escreveu: > Is there any descripton of eoc register bits? Unfortunatelly not. :( All we have is what we can get from moto 2.4 source code. > > what i see when plugging/unplugging of usb and ac: > > USB plug: > first irq: > VBUS, sense bit set, >

Re: [patch] ezx-eoc and pda-power

2009-05-05 Thread Daniel Ribeiro
Em Ter, 2009-05-05 às 21:33 +0300, Ilya Petrov escreveu: > Look at this. Looks better, but still not right. > diff --git a/drivers/i2c/chips/ezx-eoc.c b/drivers/i2c/chips/ezx-eoc.c > index 1d32676..fd714ed 100644 > --- a/drivers/i2c/chips/ezx-eoc.c > +++ b/drivers/i2c/chips/ezx-eoc.c > @@ -69,6 +

eoc bits

2009-05-05 Thread Ilya Petrov
Is there any descripton of eoc register bits? what i see when plugging/unplugging of usb and ac: USB plug: first irq: VBUS, sense bit set, BATTPON, sense bit unset second irq: BATTPON, sense bit unset USB unplug: first irq: VBUS, sense bit unset AC plug: first irq: VBUS, sense bit set BAT

Re: [ADMINISTRATIVE] {git,people}.openezx.org updates.

2009-05-05 Thread Stefan Schmidt
Hello. On Tue, 2009-05-05 at 15:14, Antonio Ospite wrote: > > Hi again, the update went on fairly smooth, only some very little > glitches that are now solved[1]. Thanks. I'm glad that you and Wyrm are taking over a lot of the admin tasks. Leaves less admin stuff, which I hate so much, to me. :)

Re: [patch] ezx-eoc and pda-power

2009-05-05 Thread Daniel Ribeiro
Em Ter, 2009-05-05 às 21:36 +0300, Ilya Petrov escreveu: > 2009/5/4 Daniel Ribeiro : > > But I dont think you will need to add workqueues, a > > write_work and an irq_work using the kernel workqueue is all you need. > > where can i look how to use them? ezx-pcap.c uses a dedicated workqueue, ezx

Re: [patch] ezx-eoc and pda-power

2009-05-05 Thread Ilya Petrov
2009/5/4 Daniel Ribeiro : > But I dont think you will need to add workqueues, a > write_work and an irq_work using the kernel workqueue is all you need. where can i look how to use them? -- wbr, Ilya ICQ: none, Jabber: ilya.muro...@jabber.ru

Re: [patch] ezx-eoc and pda-power

2009-05-05 Thread Ilya Petrov
Look at this. -- wbr, Ilya ICQ: none, Jabber: ilya.muro...@jabber.ru charger.patch Description: Binary data charger_arch.patch Description: Binary data

Re: [ADMINISTRATIVE] {git,people}.openezx.org updates.

2009-05-05 Thread Antonio Ospite
On Mon, 4 May 2009 18:17:29 +0200 Antonio Ospite wrote: > Hi everybody, > > I am going to update the OpenEZX server tomorrow Tuesday, May 5th, > around 8.00 UTC. > Let me know if you think I should delay it for any reason. > > There will be some problems accessing the services during the update

Re: [PATCH] pxa: save/restore PGSR on suspend/resume.

2009-05-05 Thread Eric Miao
On Tue, May 5, 2009 at 6:36 AM, Eric Miao wrote: > On Tue, May 5, 2009 at 6:30 AM, Daniel Ribeiro wrote: >> Eric, can you please take a look at this? > > Sure, I seem to remember PGSRx will be preserved across > low power and run modes, but looks I'm wrong and I'll double > check with the spec. >