Re: PXA Quick capture interface with HV7131RP-Camera

2009-02-02 Thread Bennet Fischer
struct pxacamera_platform_data gumstix_pxacamera_platform_data = { .init = gumstix_pxacamera_init, .flags = PXA_CAMERA_MASTER | PXA_CAMERA_DATAWIDTH_8 | PXA_CAMERA_PCLK_EN | PXA_CAMERA_MCLK_EN | PXA_CAMERA_PCP, .mclk_10khz = 1000, }; ^^ some register valu

Re: PXA Quick capture interface with HV7131RP-Camera

2009-02-01 Thread Guennadi Liakhovetski
On Sat, 31 Jan 2009, Bennet Fischer wrote: > Hi > > > I am trying to get a camera to work together with an PXA270 processor. > My system has the following specs: > > Platform: Gumstix Verdex Pro > Camera: HV7131RP > OS: Linux 2.6.28 > > I wrote a simple driver for the camera which omits all th

Re: PXA Quick capture interface with HV7131RP-Camera

2009-01-31 Thread Bennet Fischer
Hi I am trying to get a camera to work together with an PXA270 processor. My system has the following specs: Platform: Gumstix Verdex Pro Camera: HV7131RP OS: Linux 2.6.28 I wrote a simple driver for the camera which omits all the i2c-stuff because the camera starts already in a default configu