Re: soc_camera with V4L2 driver

2011-04-19 Thread Akira Tsukamoto
); + gpio_direction_output(GPIO_PORT44, 0); + udelay(10); + gpio_set_value(GPIO_PORT44, 1); + /* Unreset LCD Panel */ gpio_request(GPIO_PORT217, NULL); gpio_direction_output(GPIO_PORT217, 0); -- Akira Tsukamoto -- To unsubscribe from this list: send the line

Re: soc_camera with V4L2 driver

2011-04-19 Thread Akira Tsukamoto
*sd); void (*unregistered)(struct v4l2_subdev *sd); }; for the initializing camera module by writing values to the register? With kind regards, Akira -- Akira Tsukamoto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord

Re: soc_camera with V4L2 driver

2011-04-18 Thread Akira Tsukamoto
/delay.h #include linux/i2c.h #include linux/module.h #include linux/moduleparam.h #include linux/videodev2.h #include media/v4l2-device.h #include media/soc_camera.h #include media/soc_mediabus.h MODULE_DESCRIPTION(Sharp RJ65NA20 sensor driver); MODULE_AUTHOR(Akira Tsukamoto akira.tsukam...@nomovok.com

Re: soc_camera with V4L2 driver

2011-04-18 Thread Akira Tsukamoto
: the ARM board, Renesas, through I2C. arch/arm/mach-shmobile/board-ag5evm.c This file is temporal situation just for me to start with. Akira -- Akira Tsukamoto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More

Re: soc_camera with V4L2 driver

2011-04-18 Thread Akira Tsukamoto
v4l2_subdev_core_ops rj65na20_core_ops = { .reset = rj65na20_reset, [snip] } With kind regards, Akira -- Akira Tsukamoto -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: soc_camera with V4L2 driver

2011-04-13 Thread Akira Tsukamoto
Linux and now moved Nomovok to develop ARM based embedded devices. With kind regards, Akira --- Guennadi Liakhovetski, Ph.D. Freelance Open-Source Software Developer http://www.open-technology.de/ -- Akira Tsukamoto akir...@s9.dion.ne.jp -- To unsubscribe from this list: send the line

Re: soc_camera with V4L2 driver

2011-04-13 Thread Akira Tsukamoto
Hello Guennadi, Additional information. The ARM cpu is made by Renesas. Then, perhaps, something similar to arch/arm/mach-shmobile/board-ap4evb.c Thank you, I will look into it too. With kind regards, Akira -- Akira Tsukamoto -- To unsubscribe from this list: send the line