devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] media: rockchip: Introduce driver for Rockchip's camera interface
@ 2020-12-08 16:15 Maxime Chevallier
  2020-12-08 16:15 ` [PATCH v4 1/3] media: dt-bindings: media: Document Rockchip VIP bindings Maxime Chevallier
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Maxime Chevallier @ 2020-12-08 16:15 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Mark Rutland, Heiko Stuebner,
	Hans Verkuil, Ezequiel Garcia
  Cc: Maxime Chevallier, linux-media, devicetree, linux-kernel,
	Thomas Petazzoni, Miquel Raynal, Paul Kocialkowski

Hi everyone,

This is the fourth iteration of the series introducing a driver for the
PX30 camera interface.

This was previously known as the "cif" driver in other iterations, but
was renamed to "vip" following Ezequiel's advices to match the datasheet
name.

This is based on a BSP driver, and I'm not fully familiar with the media
and V4L2 frameworks, so I guess some review is still needed.

On top of the previous series, this series addresses most of the reviews
by Ezequiel (Thanks again), and was tested on a PX30 chip.

Maxime


Maxime Chevallier (3):
  media: dt-bindings: media: Document Rockchip VIP bindings
  media: rockchip: Introduce driver for Rockhip's camera interface
  arm64: dts: rockchip: Add the camera interface description of the PX30

 .../bindings/media/rockchip-vip.yaml          |   94 ++
 arch/arm64/boot/dts/rockchip/px30.dtsi        |   12 +
 drivers/media/platform/Kconfig                |   15 +
 drivers/media/platform/Makefile               |    1 +
 drivers/media/platform/rockchip/vip/Makefile  |    3 +
 drivers/media/platform/rockchip/vip/capture.c | 1148 +++++++++++++++++
 drivers/media/platform/rockchip/vip/dev.c     |  333 +++++
 drivers/media/platform/rockchip/vip/dev.h     |  203 +++
 drivers/media/platform/rockchip/vip/regs.h    |  260 ++++
 9 files changed, 2069 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/rockchip-vip.yaml
 create mode 100644 drivers/media/platform/rockchip/vip/Makefile
 create mode 100644 drivers/media/platform/rockchip/vip/capture.c
 create mode 100644 drivers/media/platform/rockchip/vip/dev.c
 create mode 100644 drivers/media/platform/rockchip/vip/dev.h
 create mode 100644 drivers/media/platform/rockchip/vip/regs.h

-- 
2.25.4


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

end of thread, other threads:[~2020-12-09 23:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-08 16:15 [PATCH v4 0/3] media: rockchip: Introduce driver for Rockchip's camera interface Maxime Chevallier
2020-12-08 16:15 ` [PATCH v4 1/3] media: dt-bindings: media: Document Rockchip VIP bindings Maxime Chevallier
2020-12-08 19:23   ` Rob Herring
2020-12-08 16:15 ` [PATCH v4 2/3] media: rockchip: Introduce driver for Rockhip's camera interface Maxime Chevallier
2020-12-09 23:26   ` kernel test robot
2020-12-08 16:15 ` [PATCH v4 3/3] arm64: dts: rockchip: Add the camera interface description of the PX30 Maxime Chevallier

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