Re: [PATCH 2/4] ravb: Add optional PHY reset during system resume

2017-10-01 Thread Florian Fainelli
On 09/30/2017 01:23 PM, Sergei Shtylyov wrote: > Hello! > > On 09/28/2017 10:21 PM, Florian Fainelli wrote: > > If the optional "reset-gpios" property is specified in DT, the generic > MDIO bus code takes care of resetting the PHY during device probe. > However, the PHY may still

Re: [PATCH 22/48] ARM: dts: gr-peach: Add user led device nodes

2017-10-01 Thread jacopo mondi
Hi Seregei, On Sat, Sep 30, 2017 at 01:36:18PM +0300, Sergei Shtylyov wrote: > Hello! > > On 9/29/2017 2:53 PM, Simon Horman wrote: > > >From: Jacopo Mondi > > > >Add device nodes for user leds on gr-peach board. > > > >Signed-off-by: Jacopo Mondi

Re: [PATCH 3/6] ASoC: rsnd: DVC kctrl sets once

2017-10-01 Thread Kuninori Morimoto
Hi Sergei > > diff --git a/sound/soc/sh/rcar/dvc.c b/sound/soc/sh/rcar/dvc.c > > index 1743ade..b4c4ff2 100644 > > --- a/sound/soc/sh/rcar/dvc.c > > +++ b/sound/soc/sh/rcar/dvc.c > > @@ -44,8 +44,11 @@ struct rsnd_dvc { > > struct rsnd_kctrl_cfg_s ren;/* Ramp Enable */ > > struct

[PATCH 6/6 v3] ASoC: rsnd: add MIX Volume Ramp support

2017-10-01 Thread Kuninori Morimoto
From: Kuninori Morimoto Both DVC/MIX have Volume Ramp Control. This patch supprts MIX Volume Ramp. One note is that main purpose of MIX Volume Ramp is to reduce noise, thus, MIX Ramp range is very few if you compare to DVC Volume Ramp (DVC = 5bit, MIX = 4bit).

[PATCH 3/6 v3] ASoC: rsnd: DVC kctrl sets once

2017-10-01 Thread Kuninori Morimoto
From: Kuninori Morimoto Same DVC might be used few times if system/platform is using MIX. For example below case. DAI0 playback = <>; DAI1 playback = <>; This case, ALSA will have DVC,0 and DVC,1 kcontrol interfaces, but these are same

[PATCH 2/6 v3] ASoC: rsnd: use generic rsnd_flags_xxx() macro on ADG

2017-10-01 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto Tested-by: Hiroyuki Yokoyama --- v2 -> v3 - no change sound/soc/sh/rcar/adg.c | 13 ++--- 1 file changed, 6 insertions(+),

[PATCH 0/6 v3] ASoC: rsnd: add MIX Volume Ramp support

2017-10-01 Thread Kuninori Morimoto
Hi Mark These are v3 of MIX Volume Ramp support on Renesas R-Car sound. 0001 - 0005 are prepare/cleanup patch for it. v2 -> v3 - tidyup typo: INITIALIZEED -> INITIALIZED - flags macro Kuninori Morimoto (6): ASoC: rsnd: add generic rsnd_flags_xxx() macro ASoC: rsnd: use generic

[PATCH 1/6 v3] ASoC: rsnd: add generic rsnd_flags_xxx() macro

2017-10-01 Thread Kuninori Morimoto
From: Kuninori Morimoto SSI is using rsnd_ssi_flags_xxx() macro to control flags. But it is useful macro not only for SSI. This patch replace it to more generic rsnd_flags_xxx(). Signed-off-by: Kuninori Morimoto Tested-by:

[PATCH] usb: renesas_usbhs: Fix DMAC sequence for receiving zero-length packet

2017-10-01 Thread Yoshihiro Shimoda
From: Kazuya Mizuguchi The DREQE bit of the DnFIFOSEL should be set to 1 after the DE bit of USB-DMAC on R-Car SoCs is set to 1 after the USB-DMAC received a zero-length packet. Otherwise, a transfer completion interruption of USB-DMAC doesn't happen. Even if the

RE: [PATCH 20/22] arm64: dts: renesas: r8a77995: draak: enable EthernetAVB

2017-10-01 Thread Yoshihiro Shimoda
Hello, > -Original Message- > From: Sergei Shtylyov > Sent: Saturday, September 30, 2017 7:24 PM > > Hello! > > On 9/29/2017 2:52 PM, Simon Horman wrote: > > > From: Yoshihiro Shimoda > > > > This patch enables EthernetAVB for R-Car D3 draak board. >