Re: [PATCH] arm64: dts: renesas: r8a774b1: Add Sound and Audio DMAC device nodes

2019-10-04 Thread Kuninori Morimoto
Hi Biju Thank you for your patch > Based on a similar patch of the R8A7796 device tree > by Kuninori Morimoto . > > Signed-off-by: Biju Das > --- (snip) > + ports { > + #address-cells = <1>; > +

Re: [Announce] Renesas SoC Co-Maintainer

2019-06-26 Thread Kuninori Morimoto
all the best in his new role. Thank you very much for your hard work for a long term. Your work as Renesas SoC maintainer was very helpful / useful / kindly. I would say you are great maintainer for me. Again, Than you very much ! Thank you for your help !! Best regards --- Kuninori Morimoto

Re: [PATCH v4] pwm: renesas-tpu: Add suspend/resume function

2019-05-26 Thread Kuninori Morimoto
if (pwm_is_enabled(pwm)) { > + if (!test_bit(PWMF_REQUESTED, &pwm->flags)) > + return 0; > + tpu_pwm_enable(pwm->chip,pwm); > + } > + } Please use ${LINUX}/scripts/checkpatch.pl Thank you for your help !! Best regards --- Kuninori Morimoto

Re: [PATCH v3] pwm: renesas-tpu: Add suspend/resume function

2019-05-23 Thread Kuninori Morimoto
t; of /sys/class/pwm/pwmchip1/ . > - Inspect PWM signals on the input side of { CN29-[58,60] > or SW31-[1,2] (only for Salvator-xs) } > before and after suspend/resume using an oscilloscope. > > Signed-off-by: Cao Van Dong > Tested-by: Cao Van Dong > Acked-by: Kuninor

Re: [PATCH v2] pwm: renesas-tpu: Add suspend/resume function

2019-05-22 Thread Kuninori Morimoto
time_put(dev); > >> + > >> + return 0; > >> +} > > Do we need to call pm_runtime_xxx here ? > > "pm_runtime_put(dev);" function is called for runtime idle operations. I know. I'm asking do we need to call it here ? Thank you for your help !! Best regards --- Kuninori Morimoto

Re: [PATCH v2] pwm: renesas-tpu: Add suspend/resume function

2019-05-22 Thread Kuninori Morimoto
Hi > +static int tpu_pwm_suspend(struct device *dev) > +{ > + struct tpu_device *tpu = dev_get_drvdata(dev); > + struct pwm_chip *chip = &tpu->chip; > + struct pwm_device *pwm; > + int i; > + > + for (i = 0; i <= 3; i++) { > + if ((pwm_get_chip_data(&chip->pwms[i]

Re: [PATCH v6 1/7] dt-bindings: usb: hd3ss3220 device tree binding document

2019-05-21 Thread Kuninori Morimoto
connector node > have ports, port@1 and an endpoint nodes like below? "ports" is needed if it has multiple "port", otherwise, single port is allowed from OF-graph point of view. Thank you for your help !! Best regards --- Kuninori Morimoto

Re: [PATCH 2/4] arm64: dts: r8a77995: Add Audio device nodes

2019-04-16 Thread Kuninori Morimoto
  dmas = <&audma0 0x09>, <&audma0 0x0a>; > +                    dma-names = "rx", "tx"; > +                }; > +                ssi5: ssi-5 { > +                    status = "disabled"; > +                }; > +                ssi6: ssi-6 { > +                    status = "disabled"; > +                }; > +                ssi7: ssi-7 { > +                    status = "disabled"; > +                }; > +                ssi8: ssi-8 { > +                    status = "disabled"; > +                }; I think ssi-5 - ssi-8 are not needed Thank you for your help !! Best regards --- Kuninori Morimoto

Re: [PATCH 06/11] ARM: dts: r8a77470: Add Audio support

2019-04-09 Thread Kuninori Morimoto
umentation/../sound/renesas,rsnd.txt) > and update this patch in version 2. Again, are these tested code ? If not, please indicate such information at git-log. Otherwise, people will think that these are well tested upsteam code. Thank you for your help !! Best regards --- Kuninori Morimoto

Re: [PATCH 05/11] ARM: dts: r8a77470: Add VIN support

2019-04-09 Thread Kuninori Morimoto
patch looks good but you should also add renesas,vin-r8a77470 to > Documentation/devicetree/bindings/media/rcar_vin.txt in a separate > patch. Same for sound Documentation/devicetree/bindings/sound/renesas,rsnd.txt Thank you for your help !! Best regards --- Kuninori Morimoto

Re: [PATCH 06/11] ARM: dts: r8a77470: Add Audio support

2019-04-09 Thread Kuninori Morimoto
rcar_sound,ssi") da90dd849dc22e920388d18a0f877366bd4d2b7f ("arm64: dts: renesas: r8a7795: add SSIU support for sound") BTW, this patch-set is including SoC only. Do you have plan to post board support patch after this ? In other words, did you test these ? Thank you for your help !! Best regards --- Kuninori Morimoto

[PATCH 2/2] ASoC: rsnd: explain extended Audio DMAC peri peri address

2019-03-17 Thread Kuninori Morimoto
From: Kuninori Morimoto If SoC has extended Audio DMAC peri peri address, DT needs to select it. Otherwise, it can select normal Audio DMAC peri peri address. Extended Audio DMAC peri peri address can use BUSIF4-7, normal address can't. Reported-by: Jiada Wang Signed-off-by: Kun

[PATCH 1/2] ASoC: rsnd: add missing reg/reg-name at Document

2019-03-17 Thread Kuninori Morimoto
From: Kuninori Morimoto reg is missing "Audio DMAC peri peri" part, and reg-name itself is missing at Document. This patch add these. Reported-by: Geert Uytterhoeven Signed-off-by: Kuninori Morimoto --- Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 5 - 1 file

[PATCH 0/2] ASoC: rsnd: add Extended Audio DMAC peri peri on Doc

2019-03-17 Thread Kuninori Morimoto
Hi Mark Cc Geert, Jiada These patches tidyup reg/reg-name, and adds Extended Audio DMAC peri peri on Doc for Renesas rsnd driver. Kuninori Morimoto (2): ASoC: rsnd: add missing reg/reg-name at Document ASoC: rsnd: explain extended Audio DMAC peri peri address Documentation/devicetree

Re: [PATCH 0/2] arm64: dts: renesas: r8a77965-salvator-x: enable HDMI sound

2019-02-28 Thread Kuninori Morimoto
Hi Simon > > These are HDMI sound support for r8a77965. > > I didn't/can't test these. > > Thanks Morimoto-san, > > Is this because of lack of hardware or some deeper reason? Beause, I don't have such hardware Best regards --- Kuninori Morimoto

[PATCH 1/2] arm64: dts: renesas: r8a77965-salvator-x: enable HDMI sound

2019-02-26 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- .../arm64/boot/dts/renesas/r8a77965-salvator-x.dts | 28 ++ 1 file changed, 28 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a77965-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a77965-salvator-x.dts

[PATCH 2/2] arm64: dts: renesas: r8a77965-salvator-xs: enable HDMI sound

2019-02-26 Thread Kuninori Morimoto
From: Kuninori Morimoto Signed-off-by: Kuninori Morimoto --- .../boot/dts/renesas/r8a77965-salvator-xs.dts | 28 ++ 1 file changed, 28 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a77965-salvator-xs.dts b/arch/arm64/boot/dts/renesas/r8a77965-salvator

[PATCH 0/2] arm64: dts: renesas: r8a77965-salvator-x: enable HDMI sound

2019-02-26 Thread Kuninori Morimoto
Hi Simon These are HDMI sound support for r8a77965. I didn't/can't test these. Kuninori Morimoto (2): arm64: dts: renesas: r8a77965-salvator-x: enable HDMI sound arm64: dts: renesas: r8a77965-salvator-xs: enable HDMI sound .../arm64/boot/dts/renesas/r8a77965-salvator-

Re: [PATCH] arm64: dts: renesas: salvator: add dummy 2nd port to rcar_sound

2019-02-26 Thread Kuninori Morimoto
Hi Simon > > This solution is strange for me. > > I want to solve it, but I couldn't reproduce this. > > Which branch, and how to reproduce it ? > > Thanks Morimoto-san, > > I see this on renesas-devel-20190225-v5.0-rc8 using: > > ARCH=arm64 make dtbs W=1 Thanks !! I think we can avoid this

Re: [PATCH] arm64: dts: renesas: salvator: add dummy 2nd port to rcar_sound

2019-02-25 Thread Kuninori Morimoto
Hi Simon Thank you for your patch > Add dummy 2nd port node to rcar_sound ports node to satisfy dtc > recommendation that #address-cells / #size-cells is only needed. > > This addresses the following warning: > > arch/arm64/boot/dts/renesas/salvator-common.dtsi:703.8-719.4: Warning > (graph_

Re: [PATCH v2] arm64: dts: renesas: r8a77965: add SSIU support for sound

2019-02-25 Thread Kuninori Morimoto
64: dts: renesas: > r8a7796: remove BUSIF0 settings from rcar_sound,ssi") for r8a77965. > > Signed-off-by: Jiada Wang > Signed-off-by: Timo Wischer > --- Acked-by: Kuninori Morimoto

Re: [PATCH v2] ASoC: rsnd: gen: fix SSI9 4/5/6/7 busif related register address

2019-02-25 Thread Kuninori Morimoto
ster, and access these registers in case of > SSI9 BUSIF 4/5/6/7. > > Fixes: commit 8c9d75033340 ("ASoC: rsnd: ssiu: Support BUSIF other than > BUSIF0") > Signed-off-by: Jiada Wang > Signed-off-by: Timo Wischer > --- Acked-by: Kuninori Morimoto

Re: [PATCH v2 0/6] R-Car DU DPAD support for D3 and E3

2019-02-25 Thread Kuninori Morimoto
my repository in the > drm/du/base branch. OK, Thanks. Nice to know Best regards --- Kuninori Morimoto

Re: [PATCH v2 0/6] R-Car DU DPAD support for D3 and E3

2019-02-24 Thread Kuninori Morimoto
fs/heads Best regards --- Kuninori Morimoto

Re: [alsa-devel] [PATCH] ALSA: hda/ca0132: need CONFIG_PCI for compile

2019-02-05 Thread Kuninori Morimoto
Forward to Renesas / SH ML arch/sh need to be fixed pci_iounmap() > > From: Kuninori Morimoto > > > > commit d99501b8575d ("ALSA: hda/ca0132 - Call pci_iounmap() instead of > > iounmap()") started to use pci_iounmap() on ca0132, but then, it should > >

[PATCH v2 7/8] arm64: defconfig: select Kingfisher Sound related configs

2019-01-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch selects PCM3168A which is needed for Kingfisher Sound Signed-off-by: Kuninori Morimoto --- v1 -> v2 - add "dts:" on Subject - fixup W=1 warning arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/conf

[PATCH v2 6/8] arm64: dts: renesas: r8a77990-ebisu: use simple-audio-card

2019-01-06 Thread Kuninori Morimoto
From: Kuninori Morimoto Current Ebisu board is using simple-scu-audio-card which is used for Sampling Rate Convert, or MIXer, etc. But, Ebisu is not using such feature. Then, simple-audio-card is very enough. This patch fixup it. Signed-off-by: Kuninori Morimoto --- v1 -> v2 - add "

[PATCH v2 8/8] arm64: renesas_defconfig: select Kingfisher Sound related configs

2019-01-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch selects PCA954x, PCM3168A which are missing for Kingfisher Sound. Signed-off-by: Kuninori Morimoto --- v1 -> v2 - add "dts:" on Subject - fixup W=1 warning arch/arm64/configs/renesas_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff

[PATCH v2 4/8] arm64: dts: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi

2019-01-06 Thread Kuninori Morimoto
From: Kuninori Morimoto Before, BUSIF which is needed for DMA transfer was automatically handled via SSI, but it cared BUSIF0 only. Now, rsnd driver can handle BUSIF0-7 (= for Gen3) BUSIF0-3 (= for Gen2) via SSIU, and it is keeping compatibility. Thus, BUSIF0 settings via SSI had been kept to

[PATCH v2 3/8] arm64: dts: renesas: ulcb-kf: add pcm3168 sound codec

2019-01-06 Thread Kuninori Morimoto
From: Kuninori Morimoto KingFisher has pcm3168 sound codec. This patch enables it. Because pcm3168 can't handle symmetric channel on playback/ capture, we need to handle it as different DAI. Signed-off-by: Kuninori Morimoto --- v1 -> v2 - add "dts:" on Subject - fixup

[PATCH v2 5/8] arm64: dts: renesas: r8a7796: remove BUSIF0 settings from rcar_sound,ssi

2019-01-06 Thread Kuninori Morimoto
From: Kuninori Morimoto Before, BUSIF which is needed for DMA transfer was automatically handled via SSI, but it cared BUSIF0 only. Now, rsnd driver can handle BUSIF0-7 (= for Gen3) BUSIF0-3 (= for Gen2) via SSIU, and it is keeping compatibility. Thus, BUSIF0 settings via SSI had been kept to

[PATCH v2 2/8] arm64: dts: renesas: ulcb: add HDMI sound support

2019-01-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch adds missing ULCB HDMI sound support. To use sound card, HDMI video is mandatory. Signed-off-by: Kuninori Morimoto --- v1 -> v2 - add "dts:" on Subject - fixup W=1 warning arch/arm64/boot/dts/renesas/u

[PATCH v2 1/8] arm64: dts: renesas: ulcb: use audio-graph-card

2019-01-06 Thread Kuninori Morimoto
From: Kuninori Morimoto ULCB can use daughter board which is called as KingFisher. It has extra sound interface, thus we want to use it. But, basically, ALSA SoC can't use Multiple sound card with single CPU sound interface (= SSI). Thus we need to use Single Sound Card with multipl

[PATCH v2 0/8] arm64: dts: renesas: Sound update for ULCB/KF, etc

2019-01-06 Thread Kuninori Morimoto
Hi Simon These are v2 of ULCB/KF sound patches. Kuninori Morimoto (8): arm64: dts: renesas: ulcb: use audio-graph-card arm64: dts: renesas: ulcb: add HDMI sound support arm64: dts: renesas: ulcb-kf: add pcm3168 sound codec arm64: dts: renesas: r8a7795: remove BUSIF0 settings from

Re: [PATCH 3/8] arm64: renesas: ulcb-kf: add pcm3168 sound codec

2019-01-06 Thread Kuninori Morimoto
Hi Simon > > KingFisher has pcm3168 sound codec. This patch enables it. > > Because pcm3168 can't handle symmetric channel on playback/ > > capture, we need to handle it as different DAI. > > Hi Morimoto-san, > > as per my response to other patches in this series I have found, > hopefully, min

Re: [PATCH 0/8] arm64: renesas: Sound update for ULCB/KF, etc

2018-12-26 Thread Kuninori Morimoto
Morimoto-san, > > these look good to me but I would like to wait a little before applying > them to allow time for review by others. OK, Thanks ! Best regards --- Kuninori Morimoto

[PATCH 7/8] arm64: defconfig: select Kingfisher Sound related configs

2018-12-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch selects PCM3168A which is needed for Kingfisher Sound Signed-off-by: Kuninori Morimoto --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 80c7425..51f536f

[PATCH 3/8] arm64: renesas: ulcb-kf: add pcm3168 sound codec

2018-12-25 Thread Kuninori Morimoto
From: Kuninori Morimoto KingFisher has pcm3168 sound codec. This patch enables it. Because pcm3168 can't handle symmetric channel on playback/ capture, we need to handle it as different DAI. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

[PATCH 6/8] arm64: renesas: r8a77990-ebisu: use simple-audio-card

2018-12-25 Thread Kuninori Morimoto
From: Kuninori Morimoto Current Ebisu board is using simple-scu-audio-card which is used for Sampling Rate Convert, or MIXer, etc. But, Ebisu is not using such feature. Then, simple-audio-card is very enough. This patch fixup it. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts

[PATCH 4/8] arm64: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi

2018-12-25 Thread Kuninori Morimoto
From: Kuninori Morimoto Before, BUSIF which is needed for DMA transfer was automatically handled via SSI, but it cared BUSIF0 only. Now, rsnd driver can handle BUSIF0-7 (= for Gen3) BUSIF0-3 (= for Gen2) via SSIU, and it is keeping compatibility. Thus, BUSIF0 settings via SSI had been kept to

[PATCH 8/8] arm64: renesas_defconfig: select Kingfisher Sound related configs

2018-12-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch selects PCA954x, PCM3168A which are missing for Kingfisher Sound. Signed-off-by: Kuninori Morimoto --- arch/arm64/configs/renesas_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs

[PATCH 5/8] arm64: renesas: r8a7796: remove BUSIF0 settings from rcar_sound,ssi

2018-12-25 Thread Kuninori Morimoto
From: Kuninori Morimoto Before, BUSIF which is needed for DMA transfer was automatically handled via SSI, but it cared BUSIF0 only. Now, rsnd driver can handle BUSIF0-7 (= for Gen3) BUSIF0-3 (= for Gen2) via SSIU, and it is keeping compatibility. Thus, BUSIF0 settings via SSI had been kept to

[PATCH 1/8] arm64: renesas: ulcb: use audio-graph-card

2018-12-25 Thread Kuninori Morimoto
From: Kuninori Morimoto ULCB can use daughter board which is called as KingFisher. It has extra sound interface, thus we want to use it. But, basically, ALSA SoC can't use Multiple sound card with single CPU sound interface (= SSI). Thus we need to use Single Sound Card with multipl

[PATCH 2/8] arm64: renesas: ulcb: add HDMI sound support

2018-12-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch adds missing ULCB HDMI sound support. To use sound card, HDMI video is mandatory. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts/renesas/ulcb.dtsi | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a

[PATCH 0/8] arm64: renesas: Sound update for ULCB/KF, etc

2018-12-25 Thread Kuninori Morimoto
) : For defconfig Kuninori Morimoto (8): 1) arm64: renesas: ulcb: use audio-graph-card 2) arm64: renesas: ulcb: add HDMI sound support 3) arm64: renesas: ulcb-kf: add pcm3168 sound codec 4) arm64: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi 5) arm64: renesas: r8a7796

[PATCH] arm64: renesas: r8a77990-ebisu: use simple-audio-card

2018-12-17 Thread Kuninori Morimoto
From: Kuninori Morimoto Current Ebisu board is using simple-scu-audio-card which is used for Sampling Rate Convert, or MIXer, etc. But, Ebisu is not using such feature. Then, simple-audio-card is very enough. This patch fixup it. Signed-off-by: Kuninori Morimoto Tested-by: Simon Horman

Re: [PATCH 2/3] arm64: defconfig: Enable scu-simple-card driver

2018-12-17 Thread Kuninori Morimoto
> > CONFIG_SND_SIMPLE_SCU_CARD is no longer needed, I think. > > > Thanks Morimoto-san, > > I confirm that Sound on Ebisu-4D appears to work with a) > CONFIG_SND_SIMPLE_SCU_CARD disabled and b) the following patch applied. Thank you for your test. OK, I will post patch for Ebisu. Best regards --- Kuninori Morimoto

Re: [PATCH 2/3] arm64: defconfig: Enable scu-simple-card driver

2018-12-17 Thread Kuninori Morimoto
;; - simple-audio-card,prefix = "ak4613"; - simple-audio-card,routing = "ak4613 Playback", "DAI0 Playback", - "DAI0 Capture", "ak4613 Capture"; sndcpu: simple-audio-card,cpu { sound-dai = <&rcar_sound>; }; -- Best regards --- Kuninori Morimoto

Re: [PATCH 2/3] arm64: defconfig: Enable scu-simple-card driver

2018-12-16 Thread Kuninori Morimoto
Hi Simon > Enable the scu-simple-card which is used by > the R-Car E3 (r8a77990) based Ebisu board. > > Signed-off-by: Simon Horman > --- > arch/arm64/configs/defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig > inde

Re: [PATCH] ASoC: rsnd: Add r8a774c0 support

2018-12-13 Thread Kuninori Morimoto
Hi Fabrizio > Document RZ/G2E (R8A774C0) SoC bindings. > > Signed-off-by: Fabrizio Castro > --- Acked-by: Kuninori Morimoto > Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetre

Re: [PATCH v2 07/16] drm: rcar-du: Use LVDS PLL clock as dot clock when possible

2018-12-06 Thread Kuninori Morimoto
just to this situation ? > > DIDSR :: PDCSn allows only 0 > > I think this would make sense. I'm not sure how to implement that, but I'll > give it a try. What is the priority ? Normal priority is very OK, so far. Thank you Best regards --- Kuninori Morimoto

Re: [PATCH v2 07/16] drm: rcar-du: Use LVDS PLL clock as dot clock when possible

2018-11-26 Thread Kuninori Morimoto
, and fixed for DU_DOTCLKIN0 -> DU0 DU_DOTCLKIN1 -> DU1 But on E3 (Ebisu) board, it has only DU_DOTCLKIN0. We might use like this DU_DOTCLKIN0 -> DU0 DU_DOTCLKIN0 -> DU1 It is possible to adjust to this situation ? DIDSR :: PDCSn allows only 0 Best regards --- Kuninori Morimoto

Re: [PATCH] arm64: dts: renesas: r8a7796: add SSIU support for sound

2018-11-21 Thread Kuninori Morimoto
Hi Simon > > From: Kuninori Morimoto > > > > rsnd driver supports SSIU now, let's use it. > > Then, BUSIF DMA settings on rcar_sound,ssi (= rxu, txu) are > > no longer needed. > > To avoid git merge timing issue / git bisect issue, > > this patc

[PATCH] arm64: dts: renesas: r8a7796: add SSIU support for sound

2018-11-20 Thread Kuninori Morimoto
From: Kuninori Morimoto rsnd driver supports SSIU now, let's use it. Then, BUSIF DMA settings on rcar_sound,ssi (= rxu, txu) are no longer needed. To avoid git merge timing issue / git bisect issue, this patch doesn't remove it so far, but will be removed in the future. Sig

Re: [PATCH 3/4] arm64: renesas: ulcb-kf: add pcm3168 sound codec

2018-11-20 Thread Kuninori Morimoto
ards can not be created > > > > Could you let me know your thoughts on this? Thank you for pointing it. I will fix it in v2 Best regards --- Kuninori Morimoto

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

2018-11-19 Thread Kuninori Morimoto
Hi Simon sorry for my late response > > > 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. > > Hi Morimoto-san, > > could

Re: HDMI doesn't work on ULCB board

2018-11-11 Thread Kuninori Morimoto
was my fault. I'm using ES1.x board, but I used XS dtb Best regards --- Kuninori Morimoto

Re: HDMI doesn't work on ULCB board

2018-11-08 Thread Kuninori Morimoto
y for device, assuming no driver [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [drm] No driver support for vblank timestamp query. ** stop here ** Best regards --- Kuninori Morimoto

Re: [PATCH] arm64: renesas: r8a7795: add SSIU support for sound

2018-11-08 Thread Kuninori Morimoto
Hi Simon > > rsnd sound driver will handle SSIU from v4.21 via DT. > > Of course it is keeping compatibility, thus, no SSIU settings > > is no problem. > > > > SSIU handles BUSIFn, but rsnd driver had been assumed only BUSIF0 was used. > > Thus, SSIU / BUSIF0 was attached via SSI automatically,

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

2018-11-08 Thread Kuninori Morimoto
("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. Best regards --- Kuninori Morimoto

[-----] arm64: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi

2018-11-07 Thread Kuninori Morimoto
From: Kuninori Morimoto Before, BUSIF which is needed for DMA transfer was automatically handled via SSI, but it cared BUSIF0 only. Now, rsnd driver can handle BUSIF0-7 (= for Gen3) BUSIF0-3 (= for Gen2) via SSIU, and it is keeping compatibility. Thus, BUSIF0 settings via SSI had been kept to

[PATCH] arm64: renesas: r8a7795: add SSIU support for sound

2018-11-07 Thread Kuninori Morimoto
From: Kuninori Morimoto rsnd driver supports SSIU now, let's use it. Then, BUSIF DMA settings on rcar_sound,ssi (= rxu, txu) are no longer needed. To avoid git merge timing issue / git bisect issue, this patch doesn't remove it so far, but will be removed in the future. Sig

[PATCH] arm64: renesas: r8a7795: add SSIU support for sound

2018-11-07 Thread Kuninori Morimoto
"remove" patch later (= for v4.22). Please consider 1st patch and ignore 2nd patch so far. Kuninori Morimoto (2): arm64: renesas: r8a7795: add SSIU support for sound arm64: renesas: r8a7795: remove BUSIF0 settings from rcar_sound,ssi arch/arm64/boot/dts/renesas/r8a7795.

[PATCH 5/4] arm64: defconfig: select Kingfisher Sound related configs

2018-11-07 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch selects PCM3168A which is missing for Kingfisher Sound Signed-off-by: Kuninori Morimoto --- Hi Simon I missed this patch. Please include this, too. arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs

[PATCH 1/4] arm64: renesas: ulcb: use audio-graph-card

2018-11-07 Thread Kuninori Morimoto
From: Kuninori Morimoto ULCB can use daughter board which is called as KingFisher. It has extra sound interface, thus we want to use it. But, basically, ALSA SoC can't use Multiple sound card with single CPU sound interface (= SSI). Thus we need to use Single Sound Card with multipl

[PATCH 4/4] arm64: renesas_defconfig: select Kingfisher Sound related configs

2018-11-07 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch selects PCA954x, PCM3168A which are missing for Kingfisher Sound. Signed-off-by: Kuninori Morimoto --- arch/arm64/configs/renesas_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs

[PATCH 3/4] arm64: renesas: ulcb-kf: add pcm3168 sound codec

2018-11-07 Thread Kuninori Morimoto
From: Kuninori Morimoto KingFisher has pcm3168 sound codec. This patch enables it. Because pcm3168 can't handle symmetric channel on playback/ capture, we need to handle it as different DAI. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

[PATCH 2/4] arm64: renesas: ulcb: add HDMI sound support

2018-11-07 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch adds missing ULCB HDMI sound support. To use sound card, HDMI video is mandatory. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts/renesas/ulcb.dtsi | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a

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

2018-11-07 Thread Kuninori Morimoto
ister from snd_kcontrol_new") Kuninori Morimoto (4): arm64: renesas: ulcb: use audio-graph-card arm64: renesas: ulcb: add HDMI sound support arm64: renesas: ulcb-kf: add pcm3168 sound codec arm64: renesas_defconfig: select Kingfisher Sound related configs arch/arm64/boot/dts/re

Re: HDMI doesn't work on ULCB board

2018-11-07 Thread Kuninori Morimoto
clock error checks". Thanks !! I tried your posted patch, and it solved Oops issue, and CONFIG_COMMON_CLK_VC5 solved HDMI outputs !! Best regards --- Kuninori Morimoto

Re: HDMI doesn't work on ULCB board

2018-10-28 Thread Kuninori Morimoto
Hi Laurent > > I'm testing ULCB board, and I noticed that HDMI doen't work on it. > > Which ULCB board is this ? I'm using R-Car H3 v2.0 ULCB board. > > -- kernel log - > > ... > > [1.728010] renesas_irqc e61c.interrupt-controller: driving 6 irqs > > [1.739166] [drm] S

[PATCH] arm64: dts: renesas: r8a7795: remove unneeded sound #address/size-cells

2018-09-27 Thread Kuninori Morimoto
From: Kuninori Morimoto commit 2d87dc0e5be2 ("arm64: dts: renesas: r8a7795: Add address properties to rcar_sound port nodes") added missing #address-cells and #size-cells for sound ports. But, these are based on platform, not on SoC. This patch cleanups it. Signed-off-by: Kuninor

[PATCH] arm64: dts: renesas: r8a7795: add missing dma-names on hscif2

2018-09-27 Thread Kuninori Morimoto
From: Kuninori Morimoto hscif2 has 4 dmas, but has only 2 dma-names. This patch add missing dma-names. Signed-off-by: Kuninori Morimoto --- Hi Simon, Geert I think this is bugfix, but I'm not sure detail of scif... arch/arm64/boot/dts/renesas/r8a7795.dtsi | 2 +- 1 file chang

Re: [PATCH resend] can: rcar_can: convert to SPDX identifiers

2018-09-27 Thread Kuninori Morimoto
Hi Marc > > From: Kuninori Morimoto > > > > This patch updates license to use SPDX-License-Identifier > > instead of verbose license text. > > > > Signed-off-by: Kuninori Morimoto > > Reviewed-by: Simon Horman > > Wolfram Sang has alread

Re: [PATCH linux-next 01/10] ASoC: rsnd: ssi: Request dedicated dma channels for busif1 to 7

2018-09-27 Thread Kuninori Morimoto
Hi Jiada Cc: linux-renesas-soc ML Thank you for your patch > From: Jiada Wang > > Currently ssi driver only request dma channel for SSI_0, > which is used to transfer data to/from busif0. > > But since busif1 to busif7 also maybe used, dedicated dma channels > are request for data transfer b

Re: [PATCH v2 resend] iommu/ipmmu-vmsa: convert to SPDX identifiers

2018-09-26 Thread Kuninori Morimoto
Hi Joerg > > Joerg > > > > 2 weeks past. resend patch > > I applied that patch just yesterday, didn't you get the notice about > that? Thanks, nice to know

[PATCH resend] phy: renesas: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- Kishon 2weeks past, resend patch drivers/phy/renesas/Kconfig | 1 + drivers/phy/renesas/Makefile | 1 + 2

[PATCH resend] pwm: rcar: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- Thierry 2weeks past, resend patch drivers/pwm/pwm-rcar.c | 5 + 1 file changed, 1 insertion(+), 4

[PATCH resend] pwm: renesas-tpu: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- Thierry 2weeks past, resend patch drivers/pwm/pwm-renesas-tpu.c | 10 +- 1 file changed, 1 insertion

[PATCH resend] can: rcar_can: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- Wolfgang, Marc 2 weeks past, resend patch drivers/net/can/rcar/Kconfig | 1 + drivers/net/can/rcar

[PATCH v2 resend] iommu/ipmmu-vmsa: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Geert Uytterhoeven Reviewed-by: Simon Horman --- Joerg 2 weeks past. resend patch drivers/iommu/ipmmu-vmsa.c | 5 + 1 file

[PATCH v2 resend 11/13] sh: cpu: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/clock.c| 5 + arch/sh/kernel/cpu/init.c | 5 + arch/sh/kernel/cpu

[PATCH v2 resend 12/13] sh: kernel: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/debugtraps.S| 7 ++- arch/sh/kernel/disassemble.c | 5 + arch/sh/kernel

[PATCH v2 resend 13/13] sh: lib: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/lib/ashiftrt.S | 29 - arch/sh/lib/ashlsi3.S| 29

[PATCH v2 resend 09/13] sh: sh5: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh5/clock-sh5.c | 5 + arch/sh/kernel/cpu/sh5/entry.S | 7 ++- arch/sh/kernel/cpu

[PATCH v2 resend 08/13] sh: sh4a: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh4a/clock-sh7343.c | 14 +- arch/sh/kernel/cpu/sh4a/clock-sh7366.c | 14

[PATCH v2 resend 10/13] sh: shmobile: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/shmobile/Makefile | 1 + arch/sh/kernel/cpu/shmobile/cpuidle.c | 5 + arch/sh/kernel/cpu

[PATCH v2 resend 07/13] sh: sh4: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text, excepting ${LINUX}/arch/sh/kernel/cpu/sh4/softfloat.c which is not GPL license Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh4/clock-sh4

[PATCH v2 resend 06/13] sh: sh3: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh3/clock-sh3.c | 5 + arch/sh/kernel/cpu/sh3/clock-sh7705.c | 5 + arch/sh

[PATCH v2 resend 04/13] sh: sh2: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh2/Makefile | 1 + arch/sh/kernel/cpu/sh2/clock-sh7619.c | 5 + arch/sh/kernel/cpu

[PATCH v2 resend 05/13] sh: sh2a: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh2a/clock-sh7201.c | 5 + arch/sh/kernel/cpu/sh2a/clock-sh7203.c | 5 + arch/sh

[PATCH v2 resend 03/13] sh: include: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/include/asm/Kbuild | 1 + arch/sh/include/asm/addrspace.h

[PATCH v2 resend 02/13] sh: drivers: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. As original license mentioned, it is GPL-2.0 in SPDX. Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL". See ${LINUX}/include/linux/mo

[PATCH v2 resend 01/13] sh: boards: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/boards/board-apsh4a3a.c | 5 + arch/sh/boards/board-apsh4ad0a.c| 5

[PATCH v2 resend 00/13] sh: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
Hi Sato-san 2weeks past. I resend SPDX conversion patch for SH Kuninori Morimoto (13): sh: boards: convert to SPDX identifiers sh: drivers: convert to SPDX identifiers sh: include: convert to SPDX identifiers sh: sh2: convert to SPDX identifiers sh: sh2a: convert to SPDX identifiers

Re: [PATCH] clk: renesas: Convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
Hi Geert > From: Kuninori Morimoto > > This patch updates license to use SPDX-License-Identifier > instead of verbose license text. > > Signed-off-by: Kuninori Morimoto > [rebased against clk-spdx] > Signed-off-by: Geert Uytterhoeven > --- > Hi Mi

[PATCH] arm64: dts: renesas: ulcb: add default bootargs

2018-09-19 Thread Kuninori Morimoto
From: Kuninori Morimoto It can't boot without bootargs settings on Uboot on ulcb board. This patch adds missing default bootargs. ulcb BSP can overwrite it by own UBoot settings. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts/renesas/ulcb.dtsi | 1 + 1 file changed, 1 inse

Re: [PATCH] dma: sh: convert to SPDX identifiers

2018-09-11 Thread Kuninori Morimoto
Hi Vinod > > > From: Kuninori Morimoto > > > > > > This patch updates license to use SPDX-License-Identifier > > > instead of verbose license text. > > > > Thanks but the style is not consistent in files :( > > > > Can we use one o

Re: [PATCH 3/4] arm64: dts: r8a77995-draak: Enable Audio

2018-09-07 Thread Kuninori Morimoto
Hi Nguyen > From: Hoan Nguyen An > > This patch enables Audio support for the D3 Draak board on the R8A77995 > > Signed-off-by: Hoan Nguyen An > --- (snip) > + rsnd_ak4613: sound { > + compatible = "simple-scu-audio-card"; I don't think you need to use "*-scu-*" sound card h

Re: [PATCH 2/4] arm64: dts: r8a77995: Add Audio device nodes

2018-09-07 Thread Kuninori Morimoto
Hi Nguyen Thank you for your patch > From: Hoan Nguyen An > > This patch adds Audio device nodes for the R8A77995 > > Signed-off-by: Hoan Nguyen An > --- (snip) > + clock-names = "ssi-all", > + "ssi.9", "ssi.8", "ssi.7", "ssi.6", > +

  1   2   3   4   5   6   7   8   9   10   >