[PATCH][resend] ASoC: rsnd: merge snd_pcm_ops::open and snd_soc_dai_ops::startup

2017-07-26 Thread Kuninori Morimoto
From: Kuninori Morimoto Current rsnd driver has snd_pcm_ops::open and snd_soc_dai_ops::startup, but, these are called from soc_pcm_open in same time. This patch merge these into rsnd_soc_dai_startup() Signed-off-by: Kuninori Morimoto

[RFC PATCH 1/3] watchdog: renesas_wdt: consistently use RuntimePM for clock management

2017-07-26 Thread Wolfram Sang
On Renesas R-Car archs, RuntimePM does all the clock handling. So, use it consistently to enable/disable the clocks. Also make sure that clocks are really enabled around clk_get_rate(). clk_summary looks proper now: clock enable_cnt prepare_cnt rate ... Before this

[RFC PATCH 2/3] watchdog: renesas_wdt: make 'clk' a variable local to probe()

2017-07-26 Thread Wolfram Sang
It is not needed outside probe() anymore. Signed-off-by: Wolfram Sang --- drivers/watchdog/renesas_wdt.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/watchdog/renesas_wdt.c b/drivers/watchdog/renesas_wdt.c index

[RFC PATCH 0/3] watchdog: renesas_wdt: use standard clock handling

2017-07-26 Thread Wolfram Sang
As mentioned in a response to a previous patch, clock handling for Renesas R-Car is done via RuntimePM. Patch 1 implements that consequently. Patch 2 is a cleanup then possible and patch 3 is a trivial copyright update. This is RFC because I'd like Geert's comments on these patches first which

Applied "ASoC: rsnd: don't use private_value on rsnd_kctrl_new()" to the asoc tree

2017-07-26 Thread Mark Brown
The patch ASoC: rsnd: don't use private_value on rsnd_kctrl_new() has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours)

Applied "ASoC: sh: hac: add missing "int ret"" to the asoc tree

2017-07-26 Thread Mark Brown
The patch ASoC: sh: hac: add missing "int ret" has been applied to the asoc tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus

Re: [PATCH v2 3/7] drm/rcar-du: Use new iterator macros, v2.

2017-07-26 Thread Laurent Pinchart
Hi Maarten, Thank you for the patch. On Wednesday 19 Jul 2017 16:39:16 Maarten Lankhorst wrote: > for_each_obj_in_state is about to be removed, so use the correct new > iterator macros. > > Also look at new_plane_state instead of plane->state when looking up > the hw planes in use. They should

[PATCH 3/3] arm64: dts: renesas: r8a7795: salvator-xs: enable HSUSB channel 3

2017-07-26 Thread Yoshihiro Shimoda
This patch enables HSUSB channel 3. Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-salvator-xs.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-xs.dts

[PATCH 0/3] arm64: dts: renesas: r8a7795: salvator-xs: enable usb 2.0 channel 3

2017-07-26 Thread Yoshihiro Shimoda
This patch is based on the renesas-drivers.git / renesas-drivers-2017-07-18-v4.13-rc1 tag and "pinctrl: sh-pfc: r8a7795: add usb2.0 on R-Car H3 ES2.0" patch set and "arm64: dts: renesas: r8a7795: add usb2.0 for R-Car H3 ES2.0" patch set. Yoshihiro Shimoda (3): arm64: dts: renesas: r8a7795:

[PATCH 2/3] arm64: dts: renesas: r8a7795: salvator-xs: enable USB 2.0 channel 3

2017-07-26 Thread Yoshihiro Shimoda
If we turn the SW31-[34] on, we can use USB2.0 channel 3 on the board. Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-salvator-xs.dts | 8 1 file changed, 8 insertions(+) diff --git

[PATCH 5/5] arm64: dts: renesas: r8a7795: add hsusb ch3 device node

2017-07-26 Thread Yoshihiro Shimoda
This patch adds support for hsusb ch3 device nodes for R-Car H3 ES2.0. Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 1 + arch/arm64/boot/dts/renesas/r8a7795.dtsi | 17 + 2 files changed, 18

[PATCH 4/5] arm64: dts: renesas: r8a7795: add usb-dmac ch2 and ch3 device nodes

2017-07-26 Thread Yoshihiro Shimoda
This patch adds support for usb-dmac ch2 and ch3 device nodes for R-Car H3 ES2.0. Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 3 +++ arch/arm64/boot/dts/renesas/r8a7795.dtsi | 28 2 files

[PATCH 2/5] arm64: dts: renesas: r8a7795: add usb2_phy ch3 device node

2017-07-26 Thread Yoshihiro Shimoda
This patch adds support for usb3_phy ch3 device node for R-Car H3 ES2.0. Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 2 ++ arch/arm64/boot/dts/renesas/r8a7795.dtsi | 12 2 files changed, 14 insertions(+)

[PATCH 3/5] arm64: dts: renesas: r8a7795: add usb2.0 host ch3 device nodes

2017-07-26 Thread Yoshihiro Shimoda
This patch adds support for usb2.0 host ch3 device nodes for R-Car H3 ES2.0. Signed-off-by: Yoshihiro Shimoda --- arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi | 2 ++ arch/arm64/boot/dts/renesas/r8a7795.dtsi | 25 + 2 files changed,

[PATCH 1/5] arm64: dts: renesas: r8a7795: Add usb companion property in EHCI

2017-07-26 Thread Yoshihiro Shimoda
From: Kazuya Mizuguchi This patch adds the "companion" property in the EHCI ch0, ch1 and ch2 nodes to wait for the usb companion controller startup at resume. Signed-off-by: Kazuya Mizuguchi Signed-off-by: Takeshi Kihara

[PATCH 0/5] arm64: dts: renesas: r8a7795: add usb2.0 for R-Car H3 ES2.0

2017-07-26 Thread Yoshihiro Shimoda
This patch is based on the renesas-drivers.git / renesas-drivers-2017-07-18-v4.13-rc1 tag. Kazuya Mizuguchi (1): arm64: dts: renesas: r8a7795: Add usb companion property in EHCI Yoshihiro Shimoda (4): arm64: dts: renesas: r8a7795: add usb2_phy ch3 device node arm64: dts: renesas: r8a7795:

[PATCH 1/2] pinctrl: sh-pfc: r8a7795: Change USB3_{OVC,PWEN} definitions

2017-07-26 Thread Yoshihiro Shimoda
Since the latest datasheet revises the names, this patch changes the definitions from USB3_{OVC,PWEN} to USB2_CH3_{OVC,PWEN}. Signed-off-by: Yoshihiro Shimoda --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 20 ++-- 1 file changed, 10 insertions(+),

[PATCH 2/2] pinctrl: sh-pfc: r8a7795: Add USB 2.0 pins, groups and functions

2017-07-26 Thread Yoshihiro Shimoda
Add pins, groups, and functions for USB 2.0 on R-Car H3 ES2.0. Signed-off-by: Yoshihiro Shimoda --- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 57 1 file changed, 57 insertions(+) diff --git

[PATCH 0/2] pinctrl: sh-pfc: r8a7795: add usb2.0 on R-Car H3 ES2.0

2017-07-26 Thread Yoshihiro Shimoda
This patch is based on the renesas-drivers.git / renesas-drivers-2017-07-18-v4.13-rc1 tag. Yoshihiro Shimoda (2): pinctrl: sh-pfc: r8a7795: Change USB3_{OVC,PWEN} definitions pinctrl: sh-pfc: r8a7795: Add USB 2.0 pins, groups and functions drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 77

[PATCH] clk: renesas: r8a7796: Add USB3.0 clock

2017-07-26 Thread Yoshihiro Shimoda
From: Hiromitsu Yamasaki This patch adds USB3.0-IF0 clock for R8A7796 SoC. Signed-off-by: Hiromitsu Yamasaki Signed-off-by: Takeshi Kihara Signed-off-by: Yoshihiro Shimoda

Re: [PATCH v2 01/05] iommu/ipmmu-vmsa: Use iommu_device_register()/unregister()

2017-07-26 Thread Joerg Roedel
On Mon, Jul 17, 2017 at 10:05:10PM +0900, Magnus Damm wrote: > --- 0001/drivers/iommu/ipmmu-vmsa.c > +++ work/drivers/iommu/ipmmu-vmsa.c 2017-07-17 21:01:47.140607110 +0900 > @@ -35,6 +35,7 @@ > struct ipmmu_vmsa_device { > struct device *dev; > void __iomem *base; > + struct

Re: adv7281m and rcar-vin problem

2017-07-26 Thread Niklas Söderlund
Hi Naman, On 2017-07-24 22:43:06 +0530, Naman Jain wrote: > On Mon, Jul 24, 2017 at 3:11 PM, Niklas Söderlund > wrote: > > Hi Naman, > > > > On 2017-07-24 14:30:52 +0530, Naman Jain wrote: > >> i am using renesas soc with video decoder adv7281m > >> i have done thr