linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 00/11] rkisp1 support for px30 - including uapi questions for 5.11
@ 2021-01-08 19:33 Heiko Stuebner
  2021-01-08 19:33 ` [PATCH RFC 01/11] arm64: dts: rockchip: add csi-dphy to px30 Heiko Stuebner
                   ` (10 more replies)
  0 siblings, 11 replies; 24+ messages in thread
From: Heiko Stuebner @ 2021-01-08 19:33 UTC (permalink / raw)
  To: ezequiel, dafna.hirschfeld, helen.koike, Laurent.pinchart
  Cc: linux-rockchip, christoph.muellner, linux-media, mchehab, heiko

As discussed on IRC, here is a series that makes the ISP produce images
on the px30/rk3326.

There is probably a lot of stuff that can be done more cleanly in future
revisions, but the main issues right now is the uapi change in patch 5.

Extending these constants causes the uapi arrays to increase as well.

So this is more base for discussions, especially as we only have the 5.11
rc cycle to decide.

The users of these changes can be found in
  patch 10: add support for v12 isp variants


Heiko Stuebner (11):
  arm64: dts: rockchip: add csi-dphy to px30
  arm64: dts: rockchip: add isp node for px30
  arm64: dts: rockchip: hook up camera on px30-evb
  phy/rockchip: add Innosilicon-based CSI dphy
  media: rockchip: rkisp1: extend uapi array sizes
  media: rockchip: rkisp1: allow separate interrupts
  media: rockchip: rkisp1: carry ip version information
  media: rockchip: rkisp1: make some isp-param functions variable
  media: rockchip: rkisp1: make some isp-stats functions variable
  media: rockchip: rkisp1: add support for v12 isp variants
  media: rockchip: rkisp1: add support for px30 isp version

 arch/arm64/boot/dts/rockchip/px30-evb.dts     |  52 ++
 arch/arm64/boot/dts/rockchip/px30.dtsi        |  56 ++
 .../platform/rockchip/rkisp1/rkisp1-capture.c |   9 +-
 .../platform/rockchip/rkisp1/rkisp1-common.h  |  60 +-
 .../platform/rockchip/rkisp1/rkisp1-dev.c     |  82 ++-
 .../platform/rockchip/rkisp1/rkisp1-isp.c     |  29 +-
 .../platform/rockchip/rkisp1/rkisp1-params.c  | 581 ++++++++++++++----
 .../platform/rockchip/rkisp1/rkisp1-regs.h    | 404 ++++++++----
 .../platform/rockchip/rkisp1/rkisp1-stats.c   | 122 +++-
 drivers/phy/rockchip/Kconfig                  |   9 +
 drivers/phy/rockchip/Makefile                 |   1 +
 .../phy/rockchip/phy-rockchip-inno-csidphy.c  | 580 +++++++++++++++++
 include/uapi/linux/rkisp1-config.h            |   8 +-
 13 files changed, 1713 insertions(+), 280 deletions(-)
 create mode 100644 drivers/phy/rockchip/phy-rockchip-inno-csidphy.c

-- 
2.29.2


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

end of thread, other threads:[~2021-02-08 12:28 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-08 19:33 [RFC PATCH 00/11] rkisp1 support for px30 - including uapi questions for 5.11 Heiko Stuebner
2021-01-08 19:33 ` [PATCH RFC 01/11] arm64: dts: rockchip: add csi-dphy to px30 Heiko Stuebner
2021-01-08 19:33 ` [PATCH RFC 02/11] arm64: dts: rockchip: add isp node for px30 Heiko Stuebner
2021-01-08 19:33 ` [PATCH RFC 03/11] arm64: dts: rockchip: hook up camera on px30-evb Heiko Stuebner
2021-01-08 19:33 ` [PATCH RFC 04/11] phy/rockchip: add Innosilicon-based CSI dphy Heiko Stuebner
2021-01-18 18:05   ` Helen Koike
2021-01-08 19:33 ` [PATCH RFC 05/11] media: rockchip: rkisp1: extend uapi array sizes Heiko Stuebner
2021-01-09 20:12   ` Dafna Hirschfeld
2021-01-08 19:33 ` [PATCH RFC 06/11] media: rockchip: rkisp1: allow separate interrupts Heiko Stuebner
2021-01-18 18:05   ` Helen Koike
2021-02-05 13:23   ` Dafna Hirschfeld
2021-01-08 19:33 ` [PATCH RFC 07/11] media: rockchip: rkisp1: carry ip version information Heiko Stuebner
2021-01-08 19:33 ` [PATCH RFC 08/11] media: rockchip: rkisp1: make some isp-param functions variable Heiko Stuebner
2021-01-18 18:05   ` Helen Koike
2021-02-05 14:05   ` Dafna Hirschfeld
2021-01-08 19:33 ` [PATCH RFC 09/11] media: rockchip: rkisp1: make some isp-stats " Heiko Stuebner
2021-01-18 18:05   ` Helen Koike
2021-01-08 19:33 ` [PATCH RFC 10/11] media: rockchip: rkisp1: add support for v12 isp variants Heiko Stuebner
2021-01-18 18:06   ` Helen Koike
2021-02-05 19:23     ` Dafna Hirschfeld
2021-02-08 12:24       ` Helen Koike
2021-02-05 14:04   ` Dafna Hirschfeld
2021-02-05 14:32   ` Dafna Hirschfeld
2021-01-08 19:33 ` [PATCH RFC 11/11] media: rockchip: rkisp1: add support for px30 isp version Heiko Stuebner

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).