| Commit message (Expand) | Author | Age | Files | Lines |
* | V4L/DVB (13659): soc-camera: convert to the new mediabus API | Guennadi Liakhovetski | 2009-12-16 | 1 | -115/+114 |
* | V4L/DVB (13650): soc-camera: switch drivers and platforms to use .priv in str... | Guennadi Liakhovetski | 2009-12-16 | 1 | -2/+2 |
* | tree-wide: fix typos "selct" + "slect" -> "select" | Uwe Kleine-König | 2009-11-09 | 1 | -1/+1 |
* | V4L/DVB (12536): soc-camera: remove .gain and .exposure struct soc_camera_dev... | Guennadi Liakhovetski | 2009-09-19 | 1 | -2/+4 |
* | V4L/DVB (12534): soc-camera: V4L2 API compliant scaling (S_FMT) and cropping ... | Guennadi Liakhovetski | 2009-09-19 | 1 | -17/+67 |
* | V4L/DVB (12531): soc-camera: Use I2C device for dev_{dbg,info,...} output in ... | Guennadi Liakhovetski | 2009-09-19 | 1 | -3/+3 |
* | V4L/DVB (12529): soc-camera: switch to s_crop v4l2-subdev video operation | Guennadi Liakhovetski | 2009-09-19 | 1 | -19/+0 |
* | V4L/DVB (12526): ov772x: do not use scaling for cropping | Guennadi Liakhovetski | 2009-09-19 | 1 | -9/+8 |
* | V4L/DVB (12518): ov772x: S_CROP must return actually configured geometry | Guennadi Liakhovetski | 2009-09-19 | 1 | -2/+8 |
* | V4L/DVB (12516): ov772x: successful S_FMT and S_CROP must update user-provide... | Guennadi Liakhovetski | 2009-09-19 | 1 | -4/+7 |
* | V4L/DVB (12515): soc-camera: use struct v4l2_rect in struct soc_camera_device | Guennadi Liakhovetski | 2009-09-19 | 1 | -3/+3 |
* | V4L/DVB (12512): ov772x: implement a band-stop filter support | Guennadi Liakhovetski | 2009-09-19 | 1 | -2/+50 |
* | V4L/DVB (12510): soc-camera: (partially) convert to v4l2-(sub)dev API | Guennadi Liakhovetski | 2009-09-19 | 1 | -101/+68 |
* | V4L/DVB (12506): soc-camera: convert to platform device | Guennadi Liakhovetski | 2009-09-19 | 1 | -71/+86 |
* | soc-camera: unify i2c camera device platform data | Guennadi Liakhovetski | 2009-06-17 | 1 | -2/+4 |
* | V4L/DVB (11327): ov772x: add edge contrl support | Kuninori Morimoto | 2009-04-06 | 1 | -4/+59 |
* | V4L/DVB (11324): ov772x: wrong pointer for soc_camera_link is modified | Kuninori Morimoto | 2009-04-06 | 1 | -1/+1 |
* | V4L/DVB (11028): ov772x: use soft sleep mode in stop_capture | Kuninori Morimoto | 2009-03-30 | 1 | -0/+4 |
* | V4L/DVB (11024): soc-camera: separate S_FMT and S_CROP operations | Guennadi Liakhovetski | 2009-03-30 | 1 | -5/+26 |
* | V4L/DVB (10669): ov772x: Add image flip support | Kuninori Morimoto | 2009-03-30 | 1 | -4/+84 |
* | V4L/DVB (10668): ov772x: bit mask operation fix on ov772x_mask_set. | Kuninori Morimoto | 2009-03-30 | 1 | -1/+4 |
* | V4L/DVB (10667): ov772x: setting method to register is changed. | Kuninori Morimoto | 2009-03-30 | 1 | -73/+48 |
* | V4L/DVB (10666): ov772x: move configuration from start_capture() to set_fmt() | Kuninori Morimoto | 2009-03-30 | 1 | -63/+62 |
* | V4L/DVB (10665): soc-camera: add data signal polarity flags to drivers | Guennadi Liakhovetski | 2009-03-30 | 1 | -1/+1 |
* | V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins... | Hans Verkuil | 2009-01-02 | 1 | -3/+4 |
* | V4L/DVB (10098): ov772x: fix try_fmt calculation method | Kuninori Morimoto | 2008-12-30 | 1 | -20/+35 |
* | V4L/DVB (10097): ov772x: clear i2c client data on error and remove | Kuninori Morimoto | 2008-12-30 | 1 | -1/+4 |
* | V4L/DVB (10096): ov772x: change dev_info to dev_dbg | Kuninori Morimoto | 2008-12-30 | 1 | -2/+1 |
* | V4L/DVB (10072): soc-camera: Add signal inversion flags to be used by camera ... | Guennadi Liakhovetski | 2008-12-30 | 1 | -5/+5 |
* | V4L/DVB (10069): Add ov7725 support to ov772x driver | Kuninori Morimoto | 2008-12-30 | 1 | -0/+22 |
* | V4L/DVB (10068): Change device ID selection method on ov772x driver | Kuninori Morimoto | 2008-12-30 | 1 | -6/+21 |
* | V4L/DVB (10067): Remove ov772x_default_regs from ov772x driver | Kuninori Morimoto | 2008-12-30 | 1 | -18/+3 |
* | V4L/DVB (9788): soc-camera: simplify naming | Guennadi Liakhovetski | 2008-12-30 | 1 | -7/+7 |
* | V4L/DVB (9784): Register name fix for ov772x driver | Kuninori Morimoto | 2008-12-30 | 1 | -24/+24 |
* | V4L/DVB (9783): Change power on/off sequence on ov772x | Kuninori Morimoto | 2008-12-30 | 1 | -13/+22 |
* | V4L/DVB (9502): ov772x: CodingStyle improvements | Hans Verkuil | 2008-12-29 | 1 | -4/+2 |
* | V4L/DVB (9488): Add ov772x driver | Kuninori Morimoto | 2008-12-29 | 1 | -0/+966 |