Re: [RFC] Refactor the cafe_ccic driver and add Armada 610 support

2011-06-07 Thread Kassey Lee
Hi, Jon: for PXA910, MMP2(Armda 610) actually, CCIC are almost the same. but MMP2 has 2 CCIC controllers, and PXA910 only has 1 CCIC controller. so it is quite make your driver works on MMP2 and PXA910. On Tue, Jun 7, 2011 at 9:45 PM, Jonathan Corbet wrote: > On Tue, 7 Jun 2011 1

Re: [RFC] Refactor the cafe_ccic driver and add Armada 610 support

2011-06-07 Thread Jonathan Corbet
On Tue, 7 Jun 2011 13:30:11 +0800 Kassey Lee wrote: > 1) this driver is still based on cafe_ccic.c, as you said, we > can abstract the low level register function, and use soc_camera and > videofbu2 to manage the buff and state machine, how do you think ? As I said, videobuf2 is on my li

Re: [RFC] Refactor the cafe_ccic driver and add Armada 610 support

2011-06-07 Thread Kassey Lee
hi, Jon: thanks for your work! it is good to know that your brought up MMP2(610) SoC with OV7670 I have some questions: 1) this driver is still based on cafe_ccic.c, as you said, we can abstract the low level register function, and use soc_camera and videofbu2 to manage the buf

Re: [RFC] Refactor the cafe_ccic driver and add Armada 610 support

2011-06-07 Thread Guennadi Liakhovetski
On Tue, 7 Jun 2011, Kassey Lee wrote: > hi, Jon: >thanks for your work! it is good to know that your brought up > MMP2(610) SoC with OV7670 >I have some questions: > 1) this driver is still based on cafe_ccic.c, as you said, we > can abstract the low level register function,

[RFC] Refactor the cafe_ccic driver and add Armada 610 support

2011-06-06 Thread Jonathan Corbet
Hello, all, As I promised last week, here's the state of my work refactoring the Cafe driver and adding Armada 610 support. I intend to have them ready for 3.1, but they are not ready for merging yet. There's a couple of things I'd like to clean up, and I'd like to let the OLPC people test thing