index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
i2c
/
ov2659.c
Age
Commit message (
Expand
)
Author
2019-10-01
media: i2c: ov2659: Switch to SPDX Licensing
Benoit Parrot
2019-10-01
media: i2c: ov2659: Fix missing 720p register config
Benoit Parrot
2019-10-01
media: i2c: ov2659: Add powerdown/reset gpio handling
Benoit Parrot
2019-10-01
media: i2c: ov2659: fix s_stream return value
Benoit Parrot
2019-10-01
media: i2c: ov2659: Cleanup include file list
Benoit Parrot
2019-10-01
media: i2c: ov2659: Fix sensor detection to actually fail when device is not ...
Benoit Parrot
2019-10-01
media: i2c: ov2659: Fix for image wrap-around in lower resolution
Benoit Parrot
2019-08-13
media: i2c: Convert to new i2c device probe()
Kieran Bingham
2019-07-23
media: media/i2c: don't return ENOTTY if SUBDEV_API is not set
Hans Verkuil
2019-04-22
media: ov2659: fix unbalanced mutex_lock/unlock
Akinobu Mita
2019-04-22
media: ov2659: make S_FMT succeed even if requested format doesn't match
Akinobu Mita
2018-10-04
media: v4l: fwnode: Let the caller provide V4L2 fwnode endpoint
Sakari Ailus
2018-01-23
media: entity: Add a nop variant of media_entity_cleanup
Sakari Ailus
2017-06-06
[media] v4l: Switch from V4L2 OF not V4L2 fwnode API
Sakari Ailus
2017-06-06
[media] media: i2c: initialize scalar variables
Gustavo A. R. Silva
2017-01-30
[media] ov2659: remove NOP assignment
Baruch Siach
2016-01-25
[media] media: i2c: ov2659: speedup probe if no device connected
Grygorii Strashko
2016-01-11
[media] media framework: rename pads init function to media_entity_pads_init()
Mauro Carvalho Chehab
2016-01-11
[media] uapi/media.h: Rename entities types to functions
Mauro Carvalho Chehab
2016-01-11
[media] media-entity.h: rename entity.type to entity.function
Mauro Carvalho Chehab
2016-01-11
[media] media: get rid of unused "extra_links" param on media_entity_init()
Mauro Carvalho Chehab
2015-11-17
[media] i2c: constify v4l2_ctrl_ops structures
Julia Lawall
2015-11-17
[media] include/media: split I2C headers from V4L2 core
Mauro Carvalho Chehab
2015-08-16
[media] ov2659: get rid of unused values
Mauro Carvalho Chehab
2015-06-09
[media] ov2659: Don't depend on subdev API
Mauro Carvalho Chehab
2015-05-12
[media] media: i2c: ov2659: Use v4l2_of_alloc_parse_endpoint()
Lad, Prabhakar
2015-05-01
[media] i2c: ov2659: signedness bug inov2659_set_fmt()
Dan Carpenter
2015-04-02
[media] media: i2c: add support for omnivision's ov2659 sensor
Benoit Parrot