index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
ov772x.c
Age
Commit message (
Expand
)
Author
2012-08-15
[media] move soc_camera i2c drivers into its own dir
Mauro Carvalho Chehab
2012-07-30
[media] ov772x: Don't access the device in the g_mbus_fmt operation
Laurent Pinchart
2012-03-08
[media] convert drivers/media/* to use module_i2c_driver()
Axel Lin
2011-11-03
[media] V4L: replace soc-camera specific soc_mediabus.h with v4l2-mediabus.h
Guennadi Liakhovetski
2011-11-03
[media] V4L: soc-camera: start removing struct soc_camera_device from client ...
Guennadi Liakhovetski
2011-11-03
[media] ov772x: convert to the control framework
Hans Verkuil
2011-11-03
[media] V4L: ov772x: remove superfluous soc-camera client operations
Guennadi Liakhovetski
2011-11-03
[media] V4L: ov772x: support the new mbus-config subdev ops
Guennadi Liakhovetski
2011-11-03
[media] V4L: ov772x: rename macros to not pollute the global namespace
Guennadi Liakhovetski
2011-07-27
[media] V4L: soc-camera: remove soc-camera bus and devices on it
Guennadi Liakhovetski
2010-12-30
[media] v4l: ov772x: simplify pointer dereference
Guennadi Liakhovetski
2010-10-21
V4L/DVB: v4l: Use v4l2_get_subdevdata instead of accessing v4l2_subdev::priv
Laurent Pinchart
2010-08-02
V4L/DVB: mediabus: fix ambiguous pixel code names
Guennadi Liakhovetski
2010-06-04
Merge branch 'v4l_for_2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
2010-06-01
V4L/DVB: v4l2-subdev.h: fix enum_mbus_fmt prototype
Hans Verkuil
2010-02-26
soc-camera: ov772x: Modify buswidth control
Kuninori Morimoto
2009-12-16
V4L/DVB (13659): soc-camera: convert to the new mediabus API
Guennadi Liakhovetski
2009-12-16
V4L/DVB (13650): soc-camera: switch drivers and platforms to use .priv in str...
Guennadi Liakhovetski
2009-11-09
tree-wide: fix typos "selct" + "slect" -> "select"
Uwe Kleine-König
2009-09-19
V4L/DVB (12536): soc-camera: remove .gain and .exposure struct soc_camera_dev...
Guennadi Liakhovetski
2009-09-19
V4L/DVB (12534): soc-camera: V4L2 API compliant scaling (S_FMT) and cropping ...
Guennadi Liakhovetski
2009-09-19
V4L/DVB (12531): soc-camera: Use I2C device for dev_{dbg,info,...} output in ...
Guennadi Liakhovetski
2009-09-19
V4L/DVB (12529): soc-camera: switch to s_crop v4l2-subdev video operation
Guennadi Liakhovetski
2009-09-19
V4L/DVB (12526): ov772x: do not use scaling for cropping
Guennadi Liakhovetski
2009-09-19
V4L/DVB (12518): ov772x: S_CROP must return actually configured geometry
Guennadi Liakhovetski
2009-09-19
V4L/DVB (12516): ov772x: successful S_FMT and S_CROP must update user-provide...
Guennadi Liakhovetski
2009-09-19
V4L/DVB (12515): soc-camera: use struct v4l2_rect in struct soc_camera_device
Guennadi Liakhovetski
2009-09-19
V4L/DVB (12512): ov772x: implement a band-stop filter support
Guennadi Liakhovetski
2009-09-19
V4L/DVB (12510): soc-camera: (partially) convert to v4l2-(sub)dev API
Guennadi Liakhovetski
2009-09-19
V4L/DVB (12506): soc-camera: convert to platform device
Guennadi Liakhovetski
2009-06-17
soc-camera: unify i2c camera device platform data
Guennadi Liakhovetski
2009-04-06
V4L/DVB (11327): ov772x: add edge contrl support
Kuninori Morimoto
2009-04-06
V4L/DVB (11324): ov772x: wrong pointer for soc_camera_link is modified
Kuninori Morimoto
2009-03-30
V4L/DVB (11028): ov772x: use soft sleep mode in stop_capture
Kuninori Morimoto
2009-03-30
V4L/DVB (11024): soc-camera: separate S_FMT and S_CROP operations
Guennadi Liakhovetski
2009-03-30
V4L/DVB (10669): ov772x: Add image flip support
Kuninori Morimoto
2009-03-30
V4L/DVB (10668): ov772x: bit mask operation fix on ov772x_mask_set.
Kuninori Morimoto
2009-03-30
V4L/DVB (10667): ov772x: setting method to register is changed.
Kuninori Morimoto
2009-03-30
V4L/DVB (10666): ov772x: move configuration from start_capture() to set_fmt()
Kuninori Morimoto
2009-03-30
V4L/DVB (10665): soc-camera: add data signal polarity flags to drivers
Guennadi Liakhovetski
2009-01-02
V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...
Hans Verkuil
2008-12-30
V4L/DVB (10098): ov772x: fix try_fmt calculation method
Kuninori Morimoto
2008-12-30
V4L/DVB (10097): ov772x: clear i2c client data on error and remove
Kuninori Morimoto
2008-12-30
V4L/DVB (10096): ov772x: change dev_info to dev_dbg
Kuninori Morimoto
2008-12-30
V4L/DVB (10072): soc-camera: Add signal inversion flags to be used by camera ...
Guennadi Liakhovetski
2008-12-30
V4L/DVB (10069): Add ov7725 support to ov772x driver
Kuninori Morimoto
2008-12-30
V4L/DVB (10068): Change device ID selection method on ov772x driver
Kuninori Morimoto
2008-12-30
V4L/DVB (10067): Remove ov772x_default_regs from ov772x driver
Kuninori Morimoto
2008-12-30
V4L/DVB (9788): soc-camera: simplify naming
Guennadi Liakhovetski
[next]