mbox series

[4.19.y,00/29] Add further support for the RZ/G2M

Message ID 1556706143-11898-1-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive)
Headers show
Series Add further support for the RZ/G2M | expand

Message

Fabrizio Castro May 1, 2019, 10:21 a.m. UTC
Dear All,

this series adds further support for the RZ/G2M SoC
(a.k.a. R8A774C0), including IPMMU, VIN, CSI2, Sound, PWM,
and Thermal.

Thanks,
Fab

Fabrizio Castro (22):
  iommu/ipmmu-vmsa: Hook up R8A774A1 DT maching code
  iommu/ipmmu-vmsa: Hook up r8a774c0 DT matching code
  dt-bindings: iommu: ipmmu-vmsa: Add r8a774a1 support
  dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support
  arm64: dts: renesas: r8a774c0: Add IPMMU device nodes
  media: rcar-vin: Add support for RZ/G2E
  media: rcar-csi2: Add support for RZ/G2E
  media: dt-bindings: rcar-vin: Add R8A774C0 support
  media: dt-bindings: rcar-csi2: Add r8a774c0
  arm64: dts: renesas: r8a774c0: Add VIN and CSI-2 device nodes
  ASoC: rsnd: Add r8a774a1 support
  ASoC: rsnd: Add r8a774c0 support
  arm64: dts: renesas: r8a774c0: Add audio support
  dt-bindings: pwm: rcar: Add r8a774a1 support
  dt-bindings: pwm: rcar: Add r8a774c0 support
  arm64: dts: renesas: r8a774c0: Add PWM support
  arm64: dts: renesas: r8a774c0: Connect RZ/G2E SYS-DMAC to IPMMU
  arm64: dts: renesas: r8a774c0: Connect RZ/G2E AVB to IPMMU
  arm64: dts: renesas: r8a774c0: Connect RZ/G2E Audio-DMAC to IPMMU
  thermal: rcar_thermal: add R8A774C0 support
  dt-bindings: thermal: rcar-thermal: add R8A774C0 support
  arm64: dts: renesas: r8a774c0: Add thermal support

Jacopo Mondi (5):
  media: rcar-vin: Add support for R-Car R8A77990
  media: rcar-csi2: Add R8A77990 support
  media: rcar: rcar-csi2: Update V3M/E3 PHTW tables
  media: rcar-csi2: Handle per-SoC number of channels
  media: rcar-csi2: Fix PHTW table values for E3/V3M

Simon Horman (1):
  arm64: defconfig: Enable R-Car thermal driver

Yoshihiro Shimoda (1):
  iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist() to check SoC
    revisions

Comments

Pavel Machek May 1, 2019, 8:48 p.m. UTC | #1
Hi!

> this series adds further support for the RZ/G2M SoC
> (a.k.a. R8A774C0), including IPMMU, VIN, CSI2, Sound, PWM,
> and Thermal.

Ok, let me take a look...
							Pavel
Pavel Machek May 2, 2019, 9:32 p.m. UTC | #2
Hi!

> this series adds further support for the RZ/G2M SoC
> (a.k.a. R8A774C0), including IPMMU, VIN, CSI2, Sound, PWM,
> and Thermal.

Thanks for the series. Applied and pushed out.
								Pavel
Nobuhiro Iwamatsu May 7, 2019, 1:44 a.m. UTC | #3
Hi Pavel

I came back from a long vacation in Japan.

> > this series adds further support for the RZ/G2M SoC (a.k.a. R8A774C0),
> > including IPMMU, VIN, CSI2, Sound, PWM, and Thermal.
> 
> Thanks for the series. Applied and pushed out.


Thanks for your work.

Best regards,
  Nobuhiro


> -----Original Message-----
> From: cip-dev-bounces@lists.cip-project.org
> [mailto:cip-dev-bounces@lists.cip-project.org] On Behalf Of Pavel
> Machek
> Sent: Friday, May 3, 2019 6:32 AM
> To: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Cc: cip-dev@lists.cip-project.org; Biju Das <biju.das@bp.renesas.com>
> Subject: Re: [cip-dev] [PATCH 4.19.y 00/29] Add further support for the
> RZ/G2M
> 
> Hi!
> 
> > this series adds further support for the RZ/G2M SoC (a.k.a. R8A774C0),
> > including IPMMU, VIN, CSI2, Sound, PWM, and Thermal.
> 
> Thanks for the series. Applied and pushed out.
> 								Pavel
> 
> --
> (english) http://www.livejournal.com/~pavelmachek
> (cesky, pictures)
> http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Chris Paterson May 7, 2019, 9:14 a.m. UTC | #4
> From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Sent: 01 May 2019 11:22
> 
> Dear All,
> 
> this series adds further support for the RZ/G2M SoC
> (a.k.a. R8A774C0), including IPMMU, VIN, CSI2, Sound, PWM,

s|R8A774C0|R8A774A1

Regards, Chris

> and Thermal.
> 
> Thanks,
> Fab
> 
> Fabrizio Castro (22):
>   iommu/ipmmu-vmsa: Hook up R8A774A1 DT maching code
>   iommu/ipmmu-vmsa: Hook up r8a774c0 DT matching code
>   dt-bindings: iommu: ipmmu-vmsa: Add r8a774a1 support
>   dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support
>   arm64: dts: renesas: r8a774c0: Add IPMMU device nodes
>   media: rcar-vin: Add support for RZ/G2E
>   media: rcar-csi2: Add support for RZ/G2E
>   media: dt-bindings: rcar-vin: Add R8A774C0 support
>   media: dt-bindings: rcar-csi2: Add r8a774c0
>   arm64: dts: renesas: r8a774c0: Add VIN and CSI-2 device nodes
>   ASoC: rsnd: Add r8a774a1 support
>   ASoC: rsnd: Add r8a774c0 support
>   arm64: dts: renesas: r8a774c0: Add audio support
>   dt-bindings: pwm: rcar: Add r8a774a1 support
>   dt-bindings: pwm: rcar: Add r8a774c0 support
>   arm64: dts: renesas: r8a774c0: Add PWM support
>   arm64: dts: renesas: r8a774c0: Connect RZ/G2E SYS-DMAC to IPMMU
>   arm64: dts: renesas: r8a774c0: Connect RZ/G2E AVB to IPMMU
>   arm64: dts: renesas: r8a774c0: Connect RZ/G2E Audio-DMAC to IPMMU
>   thermal: rcar_thermal: add R8A774C0 support
>   dt-bindings: thermal: rcar-thermal: add R8A774C0 support
>   arm64: dts: renesas: r8a774c0: Add thermal support
> 
> Jacopo Mondi (5):
>   media: rcar-vin: Add support for R-Car R8A77990
>   media: rcar-csi2: Add R8A77990 support
>   media: rcar: rcar-csi2: Update V3M/E3 PHTW tables
>   media: rcar-csi2: Handle per-SoC number of channels
>   media: rcar-csi2: Fix PHTW table values for E3/V3M
> 
> Simon Horman (1):
>   arm64: defconfig: Enable R-Car thermal driver
> 
> Yoshihiro Shimoda (1):
>   iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist() to check SoC
>     revisions
Fabrizio Castro May 7, 2019, 2:38 p.m. UTC | #5
Thank you Chris

> From: Chris Paterson <Chris.Paterson2@renesas.com>
> Subject: RE: [cip-dev][PATCH 4.19.y 00/29] Add further support for the RZ/G2M
> 
> 
> > From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Sent: 01 May 2019 11:22
> >
> > Dear All,
> >
> > this series adds further support for the RZ/G2M SoC
> > (a.k.a. R8A774C0), including IPMMU, VIN, CSI2, Sound, PWM,
> 
> s|R8A774C0|R8A774A1

I have actually confused RZ/G2E with RZ/G2M, therefore s|RZ/G2M|RZ/G2E|

Thankfully, this is only the cover letter.

Cheers,
Fab

> 
> Regards, Chris
> 
> > and Thermal.
> >
> > Thanks,
> > Fab
> >
> > Fabrizio Castro (22):
> >   iommu/ipmmu-vmsa: Hook up R8A774A1 DT maching code
> >   iommu/ipmmu-vmsa: Hook up r8a774c0 DT matching code
> >   dt-bindings: iommu: ipmmu-vmsa: Add r8a774a1 support
> >   dt-bindings: iommu: ipmmu-vmsa: Add r8a774c0 support
> >   arm64: dts: renesas: r8a774c0: Add IPMMU device nodes
> >   media: rcar-vin: Add support for RZ/G2E
> >   media: rcar-csi2: Add support for RZ/G2E
> >   media: dt-bindings: rcar-vin: Add R8A774C0 support
> >   media: dt-bindings: rcar-csi2: Add r8a774c0
> >   arm64: dts: renesas: r8a774c0: Add VIN and CSI-2 device nodes
> >   ASoC: rsnd: Add r8a774a1 support
> >   ASoC: rsnd: Add r8a774c0 support
> >   arm64: dts: renesas: r8a774c0: Add audio support
> >   dt-bindings: pwm: rcar: Add r8a774a1 support
> >   dt-bindings: pwm: rcar: Add r8a774c0 support
> >   arm64: dts: renesas: r8a774c0: Add PWM support
> >   arm64: dts: renesas: r8a774c0: Connect RZ/G2E SYS-DMAC to IPMMU
> >   arm64: dts: renesas: r8a774c0: Connect RZ/G2E AVB to IPMMU
> >   arm64: dts: renesas: r8a774c0: Connect RZ/G2E Audio-DMAC to IPMMU
> >   thermal: rcar_thermal: add R8A774C0 support
> >   dt-bindings: thermal: rcar-thermal: add R8A774C0 support
> >   arm64: dts: renesas: r8a774c0: Add thermal support
> >
> > Jacopo Mondi (5):
> >   media: rcar-vin: Add support for R-Car R8A77990
> >   media: rcar-csi2: Add R8A77990 support
> >   media: rcar: rcar-csi2: Update V3M/E3 PHTW tables
> >   media: rcar-csi2: Handle per-SoC number of channels
> >   media: rcar-csi2: Fix PHTW table values for E3/V3M
> >
> > Simon Horman (1):
> >   arm64: defconfig: Enable R-Car thermal driver
> >
> > Yoshihiro Shimoda (1):
> >   iommu/ipmmu-vmsa: Modify ipmmu_slave_whitelist() to check SoC
> >     revisions