lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1261f41358da597fb9900b7880618ebcc392160d.1750352394.git.mehdi.djait@linux.intel.com>
Date: Thu, 19 Jun 2025 19:58:55 +0200
From: Mehdi Djait <mehdi.djait@...ux.intel.com>
To: laurent.pinchart@...asonboard.com,
	sakari.ailus@...ux.intel.com
Cc: akinobu.mita@...il.com,
	stanislaw.gruszka@...ux.intel.com,
	hdegoede@...hat.com,
	arnd@...db.de,
	alain.volmat@...s.st.com,
	andrzej.hajda@...el.com,
	benjamin.mugnier@...s.st.com,
	dave.stevenson@...pberrypi.com,
	hansg@...nel.org,
	hverkuil@...all.nl,
	jacopo.mondi@...asonboard.com,
	jonas@...boo.se,
	kieran.bingham@...asonboard.com,
	khalasa@...p.pl,
	prabhakar.csengg@...il.com,
	mani@...nel.org,
	m.felsch@...gutronix.de,
	martink@...teo.de,
	mattwmajewski@...il.com,
	matthias.fend@...end.at,
	mchehab@...nel.org,
	mehdi.djait@...ux.intel.com,
	michael.riesch@...labora.com,
	naush@...pberrypi.com,
	nicholas@...hemail.net,
	nicolas.dufresne@...labora.com,
	paul.elder@...asonboard.com,
	dan.scally@...asonboard.com,
	pavel@...nel.org,
	petrcvekcz@...il.com,
	rashanmu@...il.com,
	ribalda@...omium.org,
	rmfrfs@...il.com,
	zhengsq@...k-chips.com,
	slongerbeam@...il.com,
	sylvain.petinot@...s.st.com,
	s.nawrocki@...sung.com,
	tomi.valkeinen@...asonboard.com,
	umang.jain@...asonboard.com,
	zhi.mao@...iatek.com,
	linux-kernel@...r.kernel.org,
	linux-media@...r.kernel.org
Subject: [PATCH v1 02/55] Documentation: media: camera-sensor: Mention v4l2_devm_sensor_clk_get() for obtaining the clock

Add the new v4l2 helper devm_v4l2_sensor_clk_get() to Documentation. the
helper works on both DT- and ACPI-based platforms to retrieve a
reference to the clock producer from firmware.

Signed-off-by: Mehdi Djait <mehdi.djait@...ux.intel.com>

diff --git a/Documentation/driver-api/media/camera-sensor.rst b/Documentation/driver-api/media/camera-sensor.rst
index c290833165e6..c82c018a5f40 100644
--- a/Documentation/driver-api/media/camera-sensor.rst
+++ b/Documentation/driver-api/media/camera-sensor.rst
@@ -32,7 +32,8 @@ user.
 ACPI
 ~~~~
 
-Read the ``clock-frequency`` _DSD property to denote the frequency. The driver
+Use ``devm_v4l2_sensor_clk_get()`` to get the clock. The function will read the
+``clock-frequency`` _DSD property to denote the frequency. The driver
 can rely on this frequency being used.
 
 Devicetree

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ