All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Paterson <Chris.Paterson2@renesas.com>
To: Cao Van Dong <cv-dong@jinso.co.jp>,
	"linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>,
	"broonie@kernel.org" <broonie@kernel.org>,
	"geert+renesas@glider.be" <geert+renesas@glider.be>,
	"horms+renesas@verge.net.au" <horms+renesas@verge.net.au>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Biju Das <biju.das@bp.renesas.com>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	hideo inayoshi <h-inayoshi@jinso.co.jp>,
	"nv-dung@jinso.co.jp" <nv-dung@jinso.co.jp>,
	"na-hoan@jinso.co.jp" <na-hoan@jinso.co.jp>
Subject: RE: [PATCH v2 00/20] Add more support to the RZ/G1C (r8a77470) SoC
Date: Thu, 11 Apr 2019 08:30:54 +0000	[thread overview]
Message-ID: <TYAPR01MB2285FDDBEC874A3A0621C3CEB72F0@TYAPR01MB2285.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <1554969262-15028-1-git-send-email-cv-dong@jinso.co.jp>

Hello Cao,

> From: devicetree-owner@vger.kernel.org <devicetree-owner@vger.kernel.org>
> On Behalf Of Cao Van Dong
> Sent: 11 April 2019 08:54
> 
> Dear everyone,
> 
> This series adds HSCIF,MSIOF,PWM,CAN,VIN,Audio,Audio-
> DMAC,Ether,VSP,FDP1,LVDS support
> for the RZ/G1C (r8a77470) SoC. It is based on the renesas-drivers-2019-04-02-
> v5.1-rc3 tag

Thank you for your work to upstream more support for the RZ/G1C!

> of renesas-drivers tree. Currently, I only add patches to the tree and compiled.
> Unfortunately, RZ/G1C board is not available, so I have not tested these patches
> on this board yet.
> 
> cc Biju,
> I know it is very difficult. however I still want to ask if you can help me test
> them?
The problem here is that Biju and the team only have iwg23s-sbc boards [1], which only expose these interfaces on external headers, in many cases without the require transceivers etc., meaning that testing is difficult.

This is why we omitted them from the initial RZ/G1C upstreaming.

Some interfaces are pretty low risk, so the maintainers may well accept some of your patches without testing I guess?

[1] https://www.iwavesystems.com/product/single-board-computer/rzg1c/rz-g1c-single-board-computer.html

> If possible, I will send the .dts file separately to you.
I think you'd also need PFC changes.

Kind regards, Chris

> Because I am known you can be available this board. Thanks!
> 
> Cao Van Dong (20):
>   ARM: dts: r8a77470: Add HSCIF support
>   ARM: dts: r8a77470: Add MSIOF support
>   ARM: dts: r8a77470: Add PWM support
>   ARM: dts: r8a77470: Add CAN support
>   ARM: dts: r8a77470: Add VIN support
>   ARM: dts: r8a77470: Add Audio support
>   ARM: dts: r8a77470: Add Audio-DMAC support
>   ARM: dts: r8a77470: Add Ether support
>   ARM: dts: r8a77470: Add VSP support
>   ARM: dts: r8a77470: Add FDP1 support
>   ARM: dts: r8a77470: Add LVDS support
>   ARM: dts: r8a77470: Add audio clocks
>   ARM: dts: r8a77470: Add can clocks
>   dt-bindings: display: renesas: lvds: Add r8a77470 support
>   media: dt-bindings: media: rcar_vin: Document r8a77470 bindings
>   ASoC: rsnd: Document r8a77470 bindings
>   dt-bindings: pwm: Document r8a77470 bindings
>   sh_eth: Document r8a77470 bindings
>   spi: sh-msiof: Document r8a77470 bindings
>   dt-bindings: can: rcar_can: Document r8a77470 bindings
> 
>  .../bindings/display/bridge/renesas,lvds.txt       |   1 +
>  .../devicetree/bindings/media/rcar_vin.txt         |   1 +
>  .../devicetree/bindings/net/can/rcar_can.txt       |   1 +
>  Documentation/devicetree/bindings/net/sh_eth.txt   |   1 +
>  .../devicetree/bindings/pwm/renesas,pwm-rcar.txt   |   1 +
>  .../devicetree/bindings/sound/renesas,rsnd.txt     |   1 +
>  Documentation/devicetree/bindings/spi/sh-msiof.txt |   1 +
>  arch/arm/boot/dts/r8a77470.dtsi                    | 608 +++++++++++++++++++++
>  drivers/gpu/drm/rcar-du/rcar_lvds.c                |   1 +
>  9 files changed, 616 insertions(+)
> 
> --
> 2.7.4

  parent reply	other threads:[~2019-04-11  8:31 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-11  7:54 [PATCH v2 00/20] Add more support to the RZ/G1C (r8a77470) SoC Cao Van Dong
2019-04-11  7:54 ` [PATCH v2 01/20] ARM: dts: r8a77470: Add HSCIF support Cao Van Dong
2019-04-12 11:55   ` Simon Horman
2019-04-30 13:00   ` Geert Uytterhoeven
2019-04-11  7:54 ` [PATCH v2 02/20] ARM: dts: r8a77470: Add MSIOF support Cao Van Dong
2019-04-12 11:22   ` Simon Horman
2019-04-11  7:54 ` [PATCH v2 03/20] ARM: dts: r8a77470: Add PWM support Cao Van Dong
2019-04-12 12:01   ` Simon Horman
2019-04-11  7:54 ` [PATCH v2 04/20] ARM: dts: r8a77470: Add CAN support Cao Van Dong
2019-04-12 11:25   ` Simon Horman
2019-04-11  7:54 ` [PATCH v2 05/20] ARM: dts: r8a77470: Add VIN support Cao Van Dong
2019-04-12 11:26   ` Simon Horman
2019-04-11  7:54 ` [PATCH v2 06/20] ARM: dts: r8a77470: Add Audio support Cao Van Dong
2019-04-12 11:31   ` Simon Horman
2019-04-11  7:54 ` [PATCH v2 07/20] ARM: dts: r8a77470: Add Audio-DMAC support Cao Van Dong
2019-04-11  7:54 ` [PATCH v2 08/20] ARM: dts: r8a77470: Add Ether support Cao Van Dong
2019-04-12 11:36   ` Simon Horman
2019-04-11  7:54 ` [PATCH v2 09/20] ARM: dts: r8a77470: Add VSP support Cao Van Dong
2019-04-12 11:41   ` Simon Horman
2019-04-11  7:54 ` [PATCH v2 10/20] ARM: dts: r8a77470: Add FDP1 support Cao Van Dong
2019-04-12 11:45   ` Simon Horman
2019-04-11  7:54 ` [PATCH v2 11/20] ARM: dts: r8a77470: Add LVDS support Cao Van Dong
2019-04-11  7:54 ` [PATCH v2 12/20] ARM: dts: r8a77470: Add audio clocks Cao Van Dong
2019-04-11  7:54 ` [PATCH v2 13/20] ARM: dts: r8a77470: Add can clocks Cao Van Dong
2019-04-11  7:54 ` [PATCH v2 14/20] dt-bindings: display: renesas: lvds: Add r8a77470 support Cao Van Dong
2019-04-12 10:43   ` Simon Horman
2019-04-11  7:54 ` [PATCH v2 15/20] media: dt-bindings: media: rcar_vin: Document r8a77470 bindings Cao Van Dong
2019-04-12 10:53   ` Simon Horman
2019-04-29 18:03   ` Rob Herring
2019-04-29 18:03     ` Rob Herring
2019-04-11  7:54 ` [PATCH v2 16/20] ASoC: rsnd: " Cao Van Dong
2019-04-15  8:53   ` Applied "ASoC: rsnd: Document r8a77470 bindings" to the asoc tree Mark Brown
2019-04-15  8:53     ` Mark Brown
2019-04-11  7:54 ` [PATCH v2 17/20] dt-bindings: pwm: Document r8a77470 bindings Cao Van Dong
2019-04-12 10:58   ` Simon Horman
2019-04-29 18:05   ` Rob Herring
2019-04-29 18:05     ` Rob Herring
2019-04-11  7:54 ` [PATCH v2 18/20] sh_eth: " Cao Van Dong
2019-04-12 11:05   ` Simon Horman
2019-04-29 18:05   ` Rob Herring
2019-04-29 18:05     ` Rob Herring
2019-04-11  7:54 ` [PATCH v2 19/20] spi: sh-msiof: " Cao Van Dong
2019-04-12 11:10   ` Simon Horman
2019-04-15  8:53   ` Applied "spi: sh-msiof: Document r8a77470 bindings" to the spi tree Mark Brown
2019-04-15  8:53     ` Mark Brown
2019-04-30  8:32     ` Geert Uytterhoeven
2019-05-02  1:36       ` Mark Brown
2019-04-11  7:54 ` [PATCH v2 20/20] dt-bindings: can: rcar_can: Document r8a77470 bindings Cao Van Dong
2019-04-12 11:17   ` Simon Horman
2019-04-29 18:05   ` Rob Herring
2019-04-29 18:05     ` Rob Herring
2019-08-21  8:08     ` Geert Uytterhoeven
2019-04-11  8:30 ` Chris Paterson [this message]
2019-04-11  8:30   ` [PATCH v2 00/20] Add more support to the RZ/G1C (r8a77470) SoC Chris Paterson
2019-04-11 15:25 ` Niklas Söderlund
2019-04-11 15:25   ` 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=TYAPR01MB2285FDDBEC874A3A0621C3CEB72F0@TYAPR01MB2285.jpnprd01.prod.outlook.com \
    --to=chris.paterson2@renesas.com \
    --cc=biju.das@bp.renesas.com \
    --cc=broonie@kernel.org \
    --cc=cv-dong@jinso.co.jp \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=h-inayoshi@jinso.co.jp \
    --cc=horms+renesas@verge.net.au \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=na-hoan@jinso.co.jp \
    --cc=nv-dung@jinso.co.jp \
    --cc=yoshihiro.shimoda.uh@renesas.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.