linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/7] rkisp1 support for px30
@ 2021-06-18 13:02 Heiko Stuebner
  2021-06-18 13:02 ` [PATCH v6 01/10] media: rockchip: rkisp1: remove unused irq variable Heiko Stuebner
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Heiko Stuebner @ 2021-06-18 13:02 UTC (permalink / raw)
  To: mchehab, hverkuil-cisco
  Cc: ezequiel, dafna.hirschfeld, helen.koike, Laurent.pinchart,
	linux-rockchip, linux-media, heiko, robh+dt, devicetree

This series adds support for the slightly different v12
variant of the ISP used for example in the px30 soc.

changes in v6:
- camera compatible in px30 binding example (Rob's bot)
- move a last wrong positionen constant define (a v12 addition
  should not be added in the v10-prefix change) (Dafna)
- rename size to clk_size in match-data struct (Dafna)

changes in v5:
- handle interrupt-names as conditional required property (Dafna)
- add second example for showing interrupt-names (Dafna)

changes in v4:
- clean up multi-irq case (Dafna)
  Now each variant can have a list of interrupts
  and their respective handlers, with or without
  interrupt-names

changes in v3:
- add necessary binding additions
- fix pclk naming in binding
- move v12 clk_ctrl register bits to v12 addition patch
- fix rebase artefact with hst_enable

changes in v2 (from rfc):
- split out phy patch into a separate series
- drop dts patches for now
- split v12 addition and v10 prefixes into separate patches
  to enable easier review (Dafna)
- remove {stats,params}_config structs, we can just use the
  correct constant (Dafna)
- adapt to styling comments from Dafna and Helen
- add patch to remove the unused irq variable in struct rkisp

Heiko Stuebner (10):
  media: rockchip: rkisp1: remove unused irq variable
  dt-bindings: media: rkisp1: fix pclk clock-name
  dt-bindings: media: rkisp1: document different irq possibilities
  media: rockchip: rkisp1: allow separate interrupts
  media: rockchip: rkisp1: make some isp-param functions variable
  media: rockchip: rkisp1: make some isp-stats functions variable
  media: rockchip: rkisp1: add prefixes for v10 specific parts
  media: rockchip: rkisp1: add support for v12 isp variants
  dt-bindings: media: rkisp1: document px30 isp compatible
  media: rockchip: rkisp1: add support for px30 isp version

 .../bindings/media/rockchip-isp1.yaml         | 114 +++-
 .../platform/rockchip/rkisp1/rkisp1-capture.c |   9 +-
 .../platform/rockchip/rkisp1/rkisp1-common.h  |  44 +-
 .../platform/rockchip/rkisp1/rkisp1-dev.c     |  81 ++-
 .../platform/rockchip/rkisp1/rkisp1-isp.c     |  29 +-
 .../platform/rockchip/rkisp1/rkisp1-params.c  | 557 ++++++++++++++----
 .../platform/rockchip/rkisp1/rkisp1-regs.h    | 406 ++++++++-----
 .../platform/rockchip/rkisp1/rkisp1-stats.c   | 107 +++-
 8 files changed, 1050 insertions(+), 297 deletions(-)

-- 
2.29.2


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

end of thread, other threads:[~2021-07-12 20:48 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 13:02 [PATCH v6 0/7] rkisp1 support for px30 Heiko Stuebner
2021-06-18 13:02 ` [PATCH v6 01/10] media: rockchip: rkisp1: remove unused irq variable Heiko Stuebner
2021-06-18 13:02 ` [PATCH v6 02/10] dt-bindings: media: rkisp1: fix pclk clock-name Heiko Stuebner
2021-07-12 20:04   ` Rob Herring
2021-06-18 13:02 ` [PATCH v6 03/10] dt-bindings: media: rkisp1: document different irq possibilities Heiko Stuebner
2021-07-12 20:05   ` Rob Herring
2021-06-18 13:02 ` [PATCH v6 04/10] media: rockchip: rkisp1: allow separate interrupts Heiko Stuebner
2021-06-18 13:02 ` [PATCH v6 05/10] media: rockchip: rkisp1: make some isp-param functions variable Heiko Stuebner
2021-06-20  7:21   ` Dafna Hirschfeld
2021-07-12 20:43   ` Laurent Pinchart
2021-06-18 13:02 ` [PATCH v6 06/10] media: rockchip: rkisp1: make some isp-stats " Heiko Stuebner
2021-06-20  7:22   ` Dafna Hirschfeld
2021-07-12 20:44   ` Laurent Pinchart
2021-06-18 13:02 ` [PATCH v6 07/10] media: rockchip: rkisp1: add prefixes for v10 specific parts Heiko Stuebner
2021-06-18 13:02 ` [PATCH v6 08/10] media: rockchip: rkisp1: add support for v12 isp variants Heiko Stuebner
2021-06-20  7:26   ` Dafna Hirschfeld
2021-07-12 20:47   ` Laurent Pinchart
2021-06-18 13:02 ` [PATCH v6 09/10] dt-bindings: media: rkisp1: document px30 isp compatible Heiko Stuebner
2021-07-12 20:06   ` Rob Herring
2021-06-18 13:02 ` [PATCH v6 10/10] media: rockchip: rkisp1: add support for px30 isp version Heiko Stuebner
2021-07-12 20:40 ` [PATCH v6 0/7] rkisp1 support for px30 Laurent Pinchart
2021-07-12 20:46   ` Heiko Stübner

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