devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 00/11] media: rkisp1: Add support for i.MX8MP
@ 2024-01-11 11:48 Paul Elder
  2024-01-11 11:48 ` [PATCH v6 01/11] media: rkisp1: Add and use rkisp1_has_feature() macro Paul Elder
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Paul Elder @ 2024-01-11 11:48 UTC (permalink / raw)
  To: linux-media, linux-rockchip, devicetree
  Cc: kieran.bingham, tomi.valkeinen, umang.jain, aford173, Paul Elder

This patch series depends on the series "media: rkisp1: Fix shared
interrupt handling" [1]

This series extends the rkisp1 driver to support the ISP found in the
NXP i.MX8MP SoC.

The ISP IP cores in the Rockchip RK3399 (known as the "Rockchip ISP1")
and in the NXP i.MX8MP have the same origin, and have slightly diverged
over time as they are now independently developed (afaik) by Rockchip
and VeriSilicon. The latter is marketed under the name "ISP8000Nano",
and is close enough to the RK3399 ISP that it can easily be supported by
the same driver.

The last two patches add support for UYVY output format, which can be
implemented on the ISP version in the i.MX8MP but not in the one in the
RK3399.

This version of the series specifically has been tested on a Polyhex
Debix model A with an imx219 (Raspberry Pi cam v2).

v6 adds an extra patch at to fix endinanness issues on raw streams on
the i.MX8MP.

In v5 the patch "media: rkisp1: Fix RSZ_CTRL bits for i.MX8MP" has been
dropped.

[1] https://lore.kernel.org/all/20231218-rkisp-shirq-fix-v1-0-173007628248@ideasonboard.com/

Laurent Pinchart (2):
  media: rkisp1: Add and use rkisp1_has_feature() macro
  media: rkisp1: Configure gasket on i.MX8MP

Paul Elder (9):
  media: rkisp1: Support setting memory stride for main path
  media: rkisp1: Support devices lacking self path
  media: rkisp1: Support devices lacking dual crop
  dt-bindings: media: rkisp1: Add i.MX8MP ISP to compatible
  media: rkisp1: Add match data for i.MX8MP ISP
  media: rkisp1: Support i.MX8MP's 34-bit DMA
  media: rkisp1: Add YC swap capability
  media: rkisp1: Add UYVY as an output format
  media: rkisp1: Fix endianness on raw streams on i.MX8MP

 .../bindings/media/rockchip-isp1.yaml         |  37 ++-
 .../platform/rockchip/rkisp1/rkisp1-capture.c | 219 +++++++++++++-----
 .../platform/rockchip/rkisp1/rkisp1-common.h  |  39 +++-
 .../platform/rockchip/rkisp1/rkisp1-dev.c     |  73 +++++-
 .../platform/rockchip/rkisp1/rkisp1-isp.c     | 131 ++++++++++-
 .../platform/rockchip/rkisp1/rkisp1-regs.h    |  35 +++
 .../platform/rockchip/rkisp1/rkisp1-resizer.c |  12 +-
 include/uapi/linux/rkisp1-config.h            |   2 +
 8 files changed, 470 insertions(+), 78 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2024-02-01 14:03 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 11:48 [PATCH v6 00/11] media: rkisp1: Add support for i.MX8MP Paul Elder
2024-01-11 11:48 ` [PATCH v6 01/11] media: rkisp1: Add and use rkisp1_has_feature() macro Paul Elder
2024-01-11 11:48 ` [PATCH v6 02/11] media: rkisp1: Support setting memory stride for main path Paul Elder
2024-01-11 11:48 ` [PATCH v6 03/11] media: rkisp1: Support devices lacking self path Paul Elder
2024-01-11 11:48 ` [PATCH v6 04/11] media: rkisp1: Support devices lacking dual crop Paul Elder
2024-02-01 13:52   ` Laurent Pinchart
2024-01-11 11:48 ` [PATCH v6 05/11] dt-bindings: media: rkisp1: Add i.MX8MP ISP to compatible Paul Elder
2024-01-11 11:48 ` [PATCH v6 06/11] media: rkisp1: Add match data for i.MX8MP ISP Paul Elder
2024-02-01 13:55   ` Laurent Pinchart
2024-01-11 11:48 ` [PATCH v6 07/11] media: rkisp1: Configure gasket on i.MX8MP Paul Elder
2024-01-11 11:48 ` [PATCH v6 08/11] media: rkisp1: Support i.MX8MP's 34-bit DMA Paul Elder
2024-01-11 11:48 ` [PATCH v6 09/11] media: rkisp1: Add YC swap capability Paul Elder
2024-01-11 11:48 ` [PATCH v6 10/11] media: rkisp1: Add UYVY as an output format Paul Elder
2024-01-11 11:48 ` [PATCH v6 11/11] media: rkisp1: Fix endianness on raw streams on i.MX8MP Paul Elder
2024-02-01 14:03   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).