From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Jacopo Mondi <jacopo+renesas@jmondi.org>
Cc: geert@linux-m68k.org, horms@verge.net.au,
kieran.bingham+renesas@ideasonboard.com,
niklas.soderlund+renesas@ragnatech.se,
damm+renesas@opensource.se, ulrich.hecht+renesas@gmail.com,
linux-renesas-soc@vger.kernel.org
Subject: Re: [RFT 0/8] arm64: dts: renesas: Ebisu: Add HDMI and CVBS input
Date: Sat, 25 Aug 2018 02:54:44 +0300 [thread overview]
Message-ID: <12690843.BN01eCh2kh@avalon> (raw)
In-Reply-To: <1534760202-20114-1-git-send-email-jacopo+renesas@jmondi.org>
Hi Jacopo,
On Monday, 20 August 2018 13:16:34 EEST Jacopo Mondi wrote:
> Hello renesas list,
> this series add supports for the HDMI and CVBS input to R-Car E3 R8A77990
> Ebisu board.
>
> It's an RFT, as I don't have an Ebisu to test with :(
>
> The series adds supports for the following items:
>
> - PFC: add VIN groups and functions
> - R-Car VIN and R-Car CSI-2: add support for R8A77990
> - R8A77990: Add I2C, VIN and CSI-2 nodes
> - Ebisu: describe HDMI and CVBS inputs
>
> Each patch, when relevant reports difference between the upported BSP patch
> and the proposed one.
>
> I know Laurent should receive an Ebisu sooner or later, maybe we can sync
> for testing :)
I've given the series a first test, and I think a bit more work is needed :-)
[ 1.455533] adv748x 0-0070: Endpoint /soc/i2c@e6500000/video-receiver@70/
port@7/endpoint on port 7
[ 1.464683] adv748x 0-0070: Endpoint /soc/i2c@e6500000/video-receiver@70/
port@8/endpoint on port 8
[ 1.473728] adv748x 0-0070: Endpoint /soc/i2c@e6500000/video-receiver@70/
port@a/endpoint on port 10
[ 1.484835] adv748x 0-0070: chip found @ 0xe0 revision 2143
[ 1.639470] adv748x 0-0070: No endpoint found for txb
[ 1.644653] adv748x 0-0070: Failed to probe TXB
> PS: the list of upported patches will be sent separately.
>
> Jacopo Mondi (5):
> media: dt-bindings: media: rcar-vin: Add R8A77990 support
> media: rcar-vin: Add support for R-Car R8A77990
> dt-bindings: media: rcar-csi2: Add R8A77990
> media: rcar-csi2: Add R8A77990 support
> arm64: dts: renesas: ebisu: Add HDMI and CVBS input
>
> Koji Matsuoka (1):
> arm64: dts: r8a77990: Add VIN and CSI-2 device nodes
>
> Takeshi Kihara (2):
> pinctrl: sh-pfc: r8a77990: Add VIN pins, groups and functions
> arm64: dts: r8a77990: Add I2C device nodes
>
> .../devicetree/bindings/media/rcar_vin.txt | 1 +
> .../bindings/media/renesas,rcar-csi2.txt | 1 +
> arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts | 86 ++++
> arch/arm64/boot/dts/renesas/r8a77990.dtsi | 202 +++++++++
> drivers/media/platform/rcar-vin/rcar-core.c | 20 +
> drivers/media/platform/rcar-vin/rcar-csi2.c | 9 +
> drivers/pinctrl/sh-pfc/pfc-r8a77990.c | 504 ++++++++++++++++++
> 7 files changed, 823 insertions(+)
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2018-08-25 3:31 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-20 10:16 [RFT 0/8] arm64: dts: renesas: Ebisu: Add HDMI and CVBS input Jacopo Mondi
2018-08-20 10:16 ` [RFT 1/8] media: dt-bindings: media: rcar-vin: Add R8A77990 support Jacopo Mondi
2018-08-20 22:39 ` Rob Herring
2018-08-21 6:45 ` jacopo mondi
2018-08-20 10:16 ` [RFT 2/8] media: rcar-vin: Add support for R-Car R8A77990 Jacopo Mondi
2018-08-20 10:16 ` [RFT 3/8] dt-bindings: media: rcar-csi2: Add R8A77990 Jacopo Mondi
2018-08-20 22:40 ` Rob Herring
2018-08-20 22:40 ` Rob Herring
2018-08-20 10:16 ` [RFT 4/8] media: rcar-csi2: Add R8A77990 support Jacopo Mondi
2018-08-20 10:16 ` [RFT 5/8] pinctrl: sh-pfc: r8a77990: Add VIN pins, groups and functions Jacopo Mondi
2018-08-28 7:46 ` Geert Uytterhoeven
2018-08-28 8:43 ` jacopo mondi
2018-08-20 10:16 ` [RFT 6/8] arm64: dts: r8a77990: Add VIN and CSI-2 device nodes Jacopo Mondi
2018-08-20 10:16 ` [RFT 7/8] arm64: dts: r8a77990: Add I2C " Jacopo Mondi
2018-08-30 15:18 ` Geert Uytterhoeven
2018-08-20 10:16 ` [RFT 8/8] arm64: dts: renesas: ebisu: Add HDMI and CVBS input Jacopo Mondi
2018-08-24 23:54 ` Laurent Pinchart [this message]
2018-08-25 6:37 ` [RFT 0/8] arm64: dts: renesas: Ebisu: " Niklas Söderlund
2018-08-25 13:18 ` jacopo mondi
2018-08-27 9:49 ` jacopo mondi
2018-08-27 13:23 ` Niklas Söderlund
2018-08-27 14:20 ` jacopo mondi
2018-08-28 10:40 ` Laurent Pinchart
2018-08-29 23:44 ` Niklas Söderlund
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=12690843.BN01eCh2kh@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=damm+renesas@opensource.se \
--cc=geert@linux-m68k.org \
--cc=horms@verge.net.au \
--cc=jacopo+renesas@jmondi.org \
--cc=kieran.bingham+renesas@ideasonboard.com \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=niklas.soderlund+renesas@ragnatech.se \
--cc=ulrich.hecht+renesas@gmail.com \
/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.