Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: Documentation: Add a hyphen to list-based

Add a hyphen to list-based for uniform spelling in camera-sensor.rst.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

authored by

Sakari Ailus and committed by
Hans Verkuil
c95c1ea8 6ee42dfc

+3 -3
+3 -3
Documentation/userspace-api/media/drivers/camera-sensor.rst
··· 26 26 27 27 An example of such a driver is the CCS driver. 28 28 29 - Register list based drivers 29 + Register list-based drivers 30 30 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 31 32 - Register list based drivers generally, instead of able to configure the device 32 + Register list-based drivers generally, instead of able to configure the device 33 33 they control based on user requests, are limited to a number of preset 34 34 configurations that combine a number of different parameters that on hardware 35 35 level are independent. How a driver picks such configuration is based on the ··· 67 67 the sensor's **pixel array** is specified by ``V4L2_CID_PIXEL_RATE`` in the same 68 68 sub-device. The unit of that control is pixels per second. 69 69 70 - Register list based drivers need to implement read-only sub-device nodes for the 70 + Register list-based drivers need to implement read-only sub-device nodes for the 71 71 purpose. Devices that are not register list based need these to configure the 72 72 device's internal processing pipeline. 73 73