Re: [PATCH] serial: sh-sci: do not warn if DMA transfers are not supported

2018-11-09 Thread Wolfram Sang
On Fri, Oct 12, 2018 at 03:47:49PM +0200, Ulrich Hecht wrote:
> Not all (H)SCIF devices support DMA, and failure to set it up is not
> normally a cause for concern. This patch demotes the associated warning to
> debug output.
> 
> Inspired by BSP patch "sci: sh-sci: Fix transfer sequence of unsupport DMA
> transfer" (6beb1f98d3bd30) by Hiromitsu Yamasaki.
> 
> Signed-off-by: Ulrich Hecht 

Acked-by: Wolfram Sang 



signature.asc
Description: PGP signature


Re: [PATCH v5 3/6] pinctrl: sh-pfc: r8a77990: Add VIN[4|5] groups/functions

2018-11-09 Thread Simon Horman
On Thu, Nov 08, 2018 at 05:07:24PM +0100, Jacopo Mondi wrote:
> Add pin, mux and functions definitions for VIN4 and VIN5 for R-Car E3.
> 
> Signed-off-by: Jacopo Mondi 

Reviewed-by: Simon Horman 



Re: [PATCH v5 2/6] pinctrl: sh-pfc: r8a77965: Add VIN[4|5] groups/functions

2018-11-09 Thread Simon Horman
On Thu, Nov 08, 2018 at 05:07:23PM +0100, Jacopo Mondi wrote:
> The VIN4 and VIN5 interfaces supports parallel video input.
> Add pin, mux and functions definitions for VIN4 and VIN5 for R-Car M3-N.
> 
> Reviewed-by: Ulrich Hecht 
> Signed-off-by: Jacopo Mondi 

Reviewed-by: Simon Horman 



Re: [PATCH v5 1/6] pinctrl: sh-pfc: Add optional arg to VIN_DATA_PIN_GROUP

2018-11-09 Thread Simon Horman
On Thu, Nov 08, 2018 at 05:07:22PM +0100, Jacopo Mondi wrote:
> VIN data groups may appear on different sets of pins, usually named
> "vinX_data_[a|b]". The existing VIN_DATA_PIN_GROUP() does not support
> appending the '_a' or '_b' suffix, leading to the definition of group
> names not consistent with the ones defined using the SH_PFC_PIN_GROUP()
> macro.
> 
> Fix this by making the VIN_DATA_PIN_GROUP macro a variadic one,
> which accepts an optional 'version' argument.
> 
> Fixes: 423caa52534f ("pinctrl: sh-pfc: r8a779[01]: Move 'union vin_data' to 
> shared header file")
> Reviewed-by: Geert Uytterhoeven 
> Signed-off-by: Jacopo Mondi 

Reviewed-by: Simon Horman 


Re: [PATCH v2 2/3] ARM: dts: r8a77470: Add QSPI support

2018-11-09 Thread Simon Horman
On Thu, Nov 08, 2018 at 05:04:42PM +, Fabrizio Castro wrote:
> Add QSPI[01] support to the RZ/G1C SoC specific device tree.
> 
> Signed-off-by: Fabrizio Castro 

Thanks,

This looks fine to me but I will wait to see if there are other reviews
before applying.

Reviewed-by: Simon Horman 


Re: [PATCH v2 3/3] ARM: dts: iwg23s-sbc: Add QSPI flash support

2018-11-09 Thread Simon Horman
On Thu, Nov 08, 2018 at 05:04:43PM +, Fabrizio Castro wrote:
> This commit adds QSPI flash support to the iwg23s board specific
> device tree.
> 
> Signed-off-by: Fabrizio Castro 

Thanks,

This looks fine to me but I will wait to see if there are other reviews
before applying.

Reviewed-by: Simon Horman 


Re: [PATCH 0/4] arm64: renesas: enable ULCB HDMI / ULCB-KF sound

2018-11-09 Thread Simon Horman
On Fri, Nov 09, 2018 at 12:02:01AM +, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > These patches adds sound support for KingFisher.
> > > We can enable it on top of v4.20-rc1, but, it is not stable.
> > > We need this patch (= from ASoC for-v4.21 branch) to be stable it.
> > > 
> > >   223bc10b84970fd772c105b550beeef3ac3502be
> > >   ("ASoC: pcm3168a: remove read-only status register from 
> > > snd_kcontrol_new")
> > 
> > Perhaps it is best to wait for that patch to hit an rc release.
> > Do you know when that will happen?
> 
> It will be v4.21, not for v4.20.

Are the dependencies present in v4.21-rc1?
If so perhaps we could apply this series as
my branches are currently based on v4.21-rc1.

Let me know what you think.