All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/10] media: imx: Miscellaneous fixes for i.MX7
@ 2020-03-10 16:06 Laurent Pinchart
  2020-03-10 16:06 ` [PATCH v2 01/10] media: imx: imx7_mipi_csis: Power off the source when stopping streaming Laurent Pinchart
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Laurent Pinchart @ 2020-03-10 16:06 UTC (permalink / raw)
  To: linux-media; +Cc: Steve Longerbeam, Philipp Zabel, Rui Miguel Silva

Hello,

This patch series contains miscellaneous fixes I developed while trying
to capture from a CSI-2 sensor on the i.MX7.

Patches 01/10, 02/10 and 05/10 are small fixes or enhancements, please
see individual commit messages. Patch 06/10 fixes a recent issue with
video field handling. Patches 03/10, 04/10 and 07/10 to 10/10 add
support for 10- and 12-bit greyscale formats (both on the i.MX7 CSI-2
receiver side and the CSI side), including the ability to clamp Y10 and
Y12 to Y8.

Steve, Philipp, Rui, once you get to review this series, will you submit
a pull request or should I do so ?

Laurent Pinchart (10):
  media: imx: imx7_mipi_csis: Power off the source when stopping
    streaming
  media: imx: imx7_mipi_csis: Print the RESOL_CH0 register
  media: imx: imx7_mipi_csis: Add greyscale formats support
  media: imx: imx7-mipi-csis: Filter on CSI-2 data type
  media: imx: imx7-media-csi: Remove unneeded register read
  media: imx: imx7-media-csi: Fix video field handling
  media: imx: imx6-media-csi: Replace Y16 with Y10 and Y12
  media: imx: imx6-media-csi: Support clamping Y10 and Y12 to Y8
  media: imx: imx7-media-csi: Add Y10 and Y12 formats support
  media: imx: imx7-media-csi: Support clamping Y10 and Y12 to Y8

 drivers/staging/media/imx/imx-media-csi.c   |  3 ++-
 drivers/staging/media/imx/imx-media-utils.c | 19 ++++++++++++------
 drivers/staging/media/imx/imx7-media-csi.c  | 22 ++++++++++++++++++++-
 drivers/staging/media/imx/imx7-mipi-csis.c  | 16 ++++++++++++++-
 4 files changed, 51 insertions(+), 9 deletions(-)

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2020-03-12  0:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10 16:06 [PATCH v2 00/10] media: imx: Miscellaneous fixes for i.MX7 Laurent Pinchart
2020-03-10 16:06 ` [PATCH v2 01/10] media: imx: imx7_mipi_csis: Power off the source when stopping streaming Laurent Pinchart
2020-03-10 16:06 ` [PATCH v2 02/10] media: imx: imx7_mipi_csis: Print the RESOL_CH0 register Laurent Pinchart
2020-03-10 16:06 ` [PATCH v2 03/10] media: imx: imx7_mipi_csis: Add greyscale formats support Laurent Pinchart
2020-03-10 16:06 ` [PATCH v2 04/10] media: imx: imx7-mipi-csis: Filter on CSI-2 data type Laurent Pinchart
2020-03-10 16:06 ` [PATCH v2 05/10] media: imx: imx7-media-csi: Remove unneeded register read Laurent Pinchart
2020-03-10 16:06 ` [PATCH v2 06/10] media: imx: imx7-media-csi: Fix video field handling Laurent Pinchart
2020-03-10 16:06 ` [PATCH v2 07/10] media: imx: imx6-media-csi: Replace Y16 with Y10 and Y12 Laurent Pinchart
2020-03-12  0:21   ` Steve Longerbeam
2020-03-10 16:06 ` [PATCH v2 08/10] media: imx: imx6-media-csi: Support clamping Y10 and Y12 to Y8 Laurent Pinchart
2020-03-12  0:22   ` Steve Longerbeam
2020-03-10 16:06 ` [PATCH v2 09/10] media: imx: imx7-media-csi: Add Y10 and Y12 formats support Laurent Pinchart
2020-03-10 16:06 ` [PATCH v2 10/10] media: imx: imx7-media-csi: Support clamping Y10 and Y12 to Y8 Laurent Pinchart
2020-03-11 14:29   ` Rui Miguel Silva

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.