All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] media: rcar-vin: Mask access to VNCSI_IFMD register
@ 2020-11-26  7:47 Jacopo Mondi
  2020-11-26  7:47 ` [PATCH v3 1/2] media: rcar-vin: Remove unused macro Jacopo Mondi
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jacopo Mondi @ 2020-11-26  7:47 UTC (permalink / raw)
  To: koji.matsuoka.xm, niklas.soderlund+renesas, laurent.pinchart
  Cc: Jacopo Mondi, linux-media, linux-renesas-soc

As reported in patch 2/2 commit message the the VNCSI_IFMD register
has the following limitations according to chip manual revision 2.20

- V3M, V3H and E3 do not support the DES1 field has they do not feature
a CSI20 receiver.
- D3 only supports parallel input, and the whole register shall always
be written as 0.

This patch upports the BSP change commit f54697394457
("media: rcar-vin: Fix VnCSI_IFMD register access for r8a77990") from
Koji Matsuoka

Tested on r-car E3 Ebisu.

v2 -> v3:
- Remove a few comments and add Niklas' tag to [2/2]

v1 -> v2:
- Inspect the channel routing table to deduce the availability of DES1/DES0
  bits as suggested by Niklas.

Jacopo Mondi (2):
  media: rcar-vin: Remove unused macro
  media: rcar-vin: Mask VNCSI_IFMD register

 drivers/media/platform/rcar-vin/rcar-dma.c | 26 ++++++++++++++++++----
 1 file changed, 22 insertions(+), 4 deletions(-)

--
2.29.1


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

end of thread, other threads:[~2020-12-03  9:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-26  7:47 [PATCH v3 0/2] media: rcar-vin: Mask access to VNCSI_IFMD register Jacopo Mondi
2020-11-26  7:47 ` [PATCH v3 1/2] media: rcar-vin: Remove unused macro Jacopo Mondi
2020-11-26  7:47 ` [PATCH v3 2/2] media: rcar-vin: Mask VNCSI_IFMD register Jacopo Mondi
2020-12-03  6:58 ` [PATCH v3 0/2] media: rcar-vin: Mask access to " Mauro Carvalho Chehab
2020-12-03  7:06   ` Hans Verkuil
2020-12-03  7:08     ` Hans Verkuil
2020-12-03  7:52       ` Mauro Carvalho Chehab
2020-12-03  8:33         ` Geert Uytterhoeven
2020-12-03  9:20           ` Jacopo Mondi

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.