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
/
ov7740.c
Age
Commit message (
Expand
)
Author
2021-06-17
media: v4l2-subdev: add subdev-wide state struct
Tomi Valkeinen
2021-05-19
media: i2c: ov7740: use pm_runtime_resume_and_get()
Mauro Carvalho Chehab
2020-11-16
media: i2c: ov7740: simplify getting state container
Krzysztof Kozlowski
2020-09-01
media: ov7740: use SCCB regmap
Raag Jadav
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-05-23
media: ov7740: remove redundant V4L2_CTRL_FLAG_VOLATILE set
Akinobu Mita
2019-05-23
media: ov7740: fix vertical flip control
Akinobu Mita
2019-05-23
media: ov7740: avoid invalid framesize setting
Akinobu Mita
2019-05-23
media: ov7740: fix unbalanced pm_runtime_get/put
Akinobu Mita
2019-03-29
media: ov7740: enable to get exposure control in autoexposure mode
Akinobu Mita
2019-03-01
media: i2c: fix several typos
Mauro Carvalho Chehab
2019-02-18
media: ov7740: fix runtime pm initialization
Akinobu Mita
2018-11-06
media: ov7740: constify structures stored in fields of v4l2_subdev_ops structure
Julia Lawall
2018-08-31
media: i2c: Fix pm_runtime_get_if_in_use() usage in sensor drivers
Sakari Ailus
2018-04-23
media: ov7740: Set subdev HAS_EVENT flag
Sakari Ailus
2018-04-23
media: ov7740: Fix control handler error at the end of control init
Sakari Ailus
2018-04-23
media: ov7740: Check for possible NULL return value in control creation
Sakari Ailus
2018-04-23
media: ov7740: Fix number of controls hint
Sakari Ailus
2018-02-26
media: ov7740: remove an unused var
Mauro Carvalho Chehab
2018-02-22
media: convert g/s_parm to g/s_frame_interval in subdevs
Hans Verkuil
2018-01-23
media: i2c: ov7740: use gpio/consumer.h instead of gpio.h
Arnd Bergmann
2018-01-23
media: entity: Add a nop variant of media_entity_cleanup
Sakari Ailus
2018-01-05
media: i2c: Add the ov7740 image sensor driver
Wenyou Yang