All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>
To: linux-media@vger.kernel.org
Cc: linux-renesas-soc@vger.kernel.org,
	"Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>
Subject: [PATCH 0/2] rcar-{csi2,vin}: Extend RAW8 support to all RGB layouts
Date: Wed, 16 Sep 2020 01:01:38 +0200	[thread overview]
Message-ID: <20200915230140.1201187-1-niklas.soderlund+renesas@ragnatech.se> (raw)

Hello,

When adding support for V4L2_PIX_FMT_SRGGB8 it was overlooked that the 
same solution could be used to support all RAW8 RGB layouts (SBGGR8, 
SGBRG8, SGRBG8 and SRGGB8).

This series extends the R-Car VIN and CSI-2 drivers to support all RAW8
RGB layouts. The VIN driver changes are applicable to both Gen2 and Gen3 
while the changes to the CSI-2 driver only effects Gen3.

Niklas Söderlund (2):
  rcar-csi2: Extend RAW8 support to all RGB layouts
  rcar-vin: Extend RAW8 support to all RGB layouts

 drivers/media/platform/rcar-vin/rcar-csi2.c |  3 +++
 drivers/media/platform/rcar-vin/rcar-dma.c  | 28 ++++++++++++++++++++-
 drivers/media/platform/rcar-vin/rcar-v4l2.c | 27 ++++++++++++++++++++
 3 files changed, 57 insertions(+), 1 deletion(-)

-- 
2.28.0


             reply	other threads:[~2020-09-15 23:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-15 23:01 Niklas Söderlund [this message]
2020-09-15 23:01 ` [PATCH 1/2] rcar-csi2: Extend RAW8 support to all RGB layouts Niklas Söderlund
2020-09-19 10:16   ` Ulrich Hecht
2020-09-15 23:01 ` [PATCH 2/2] rcar-vin: " Niklas Söderlund
2020-09-19 10:17   ` Ulrich Hecht

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200915230140.1201187-1-niklas.soderlund+renesas@ragnatech.se \
    --to=niklas.soderlund+renesas@ragnatech.se \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.