All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Link frequency helper for receivers
@ 2020-10-13 15:36 Sakari Ailus
  2020-10-13 15:36 ` [PATCH 1/2] v4l: Add a helper for obtaining the link frequency Sakari Ailus
  2020-10-13 15:36 ` [PATCH 2/2] ipu3-cio2: Use v4l2_get_link_freq helper Sakari Ailus
  0 siblings, 2 replies; 10+ messages in thread
From: Sakari Ailus @ 2020-10-13 15:36 UTC (permalink / raw)
  To: linux-media; +Cc: laurent.pinchart

Hi folks,

Here's a small helper for getting the link frequency from the transmitter
drivers. Besides being easy to use, it allows receiver drivers to work
with old sensor drivers implementing just V4L2_CID_PIXEL_RATE control but
not V4L2_CID_LINK_FREQ control. Using V4L2_CID_PIXEL_RATE is supported on
parallel and CSI-2 D-PHY busses.

Sakari Ailus (2):
  v4l: Add a helper for obtaining the link frequency
  ipu3-cio2: Use v4l2_get_link_freq helper

 drivers/media/pci/intel/ipu3/ipu3-cio2.c | 33 +++++++++---------------
 drivers/media/v4l2-core/v4l2-common.c    | 33 ++++++++++++++++++++++++
 include/media/v4l2-common.h              | 21 +++++++++++++++
 3 files changed, 66 insertions(+), 21 deletions(-)

-- 
2.27.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-02-15  7:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 15:36 [PATCH 0/2] Link frequency helper for receivers Sakari Ailus
2020-10-13 15:36 ` [PATCH 1/2] v4l: Add a helper for obtaining the link frequency Sakari Ailus
2020-10-13 15:36 ` [PATCH 2/2] ipu3-cio2: Use v4l2_get_link_freq helper Sakari Ailus
2020-10-13 17:16   ` kernel test robot
2020-10-13 17:16     ` kernel test robot
2020-10-14  8:30   ` [PATCH v2 " Sakari Ailus
2021-02-15  0:12     ` Laurent Pinchart
2021-02-15  7:54       ` Sakari Ailus
2020-10-15 22:47   ` [PATCH " kernel test robot
2020-10-15 22:47     ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.