index
:
pm24.git
master
perf-mon
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
/
ov9640.c
Age
Commit message (
Expand
)
Author
2024-08-09
media: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
2023-12-08
media: ov9640: Don't set format in sub-device state
Sakari Ailus
2023-11-23
media: v4l: subdev: Switch to stream-aware state functions
Sakari Ailus
2023-11-23
media: i2c: Use accessors for pad config 'try_*' fields
Laurent Pinchart
2023-05-25
media: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-11-21
media: i2c/ov9640: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-02-17
media: v4l2-mediabus: Use structures to describe bus configuration
Laurent Pinchart
2021-06-17
media: v4l2-subdev: add subdev-wide state struct
Tomi Valkeinen
2021-02-06
media: ov9640: Use the generic clock framework
Ezequiel Garcia
2020-08-29
media: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-18
media: i2c: Use the new get_mbus_config pad op
Jacopo Mondi
2020-07-04
media: ov9640: update MODULE_DESCRIPTION
Hans Verkuil
2019-06-21
media: ov9640: Don't check for NULL on devm_gpiod_get return values
Sakari Ailus
2019-01-16
media: ov9640: Wrap long and unwrap short lines, align wrapped lines correctly
Sakari Ailus
2019-01-16
media: i2c: ov9640: fix missing error handling in probe
Petr Cvek
2019-01-16
media: i2c: ov9640: make array of supported formats constant
Petr Cvek
2019-01-16
media: i2c: ov9640: add space before return for better clarity
Petr Cvek
2019-01-16
media: i2c: ov9640: change array index or length variables to unsigned
Petr Cvek
2019-01-16
media: i2c: ov9640: add missing SPDX identifiers
Petr Cvek
2019-01-16
media: i2c: ov9640: drop soc_camera code and switch to v4l2_async
Petr Cvek
2019-01-16
media: soc_camera: ov9640: move ov9640 out of soc_camera
Petr Cvek