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 patch doe

[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. Signed-off

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

2018-11-20 Thread Kuninori Morimoto
ot 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
, but I used XS dtb Best regards --- Kuninori Morimoto

Re: HDMI doesn't work on ULCB board

2018-11-08 Thread Kuninori Morimoto
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

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

[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. Signed-off

[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 multiple DAI

[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 | 151

[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

[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
r 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]

[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 changed, 1

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

[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 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 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 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 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 insertion

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

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", > +

[PATCH] power: reset: convert to SPDX identifiers

2018-09-06 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 --- drivers/power/reset/rmobile-reset.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/power/reset/rmobile

[PATCH] pinctrl: sh-pfc: convert to SPDX identifiers

2018-09-06 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 --- drivers/pinctrl/sh-pfc/Kconfig | 1 + drivers/pinctrl/sh-pfc/core.c| 5 + drivers/pinctrl/sh-pfc/core.h

[PATCH] pinctrl: rza1: convert to SPDX identifiers

2018-09-06 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 --- drivers/pinctrl/pinctrl-rza1.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/pinctrl/pinctrl-rza1.c b

[PATCH] watchdog: renesas_wdt: convert to SPDX identifiers

2018-09-06 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 --- drivers/watchdog/renesas_wdt.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/watchdog/renesas_wdt.c b

[PATCH] watchdog: rza_wdt: convert to SPDX identifiers

2018-09-06 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 --- drivers/watchdog/rza_wdt.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/watchdog/rza_wdt.c b/drivers

[PATCH] pwm: rcar: convert to SPDX identifiers

2018-09-06 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 --- drivers/pwm/pwm-rcar.c | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/pwm/pwm-rcar.c b/drivers/pwm/pwm

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

2018-09-06 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 --- drivers/pwm/pwm-renesas-tpu.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/pwm/pwm-renesas-tpu.c b

[PATCH] soc: renesas: convert to SPDX identifiers

2018-09-06 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 --- drivers/soc/renesas/Kconfig | 1 + drivers/soc/renesas/r8a7743-sysc.c | 5 + drivers/soc/renesas/r8a7745-sysc.c | 5

[PATCH] dma: sh: convert to SPDX identifiers

2018-09-06 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 --- drivers/dma/sh/Kconfig | 1 + drivers/dma/sh/shdma-arm.h | 7 ++- drivers/dma/sh/shdma-base.c| 5 + drivers/dma/sh

[PATCH] clk: renesas: convert to SPDX identifiers

2018-09-06 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 --- drivers/clk/renesas/Kconfig | 2 ++ drivers/clk/renesas/clk-div6.c| 5 + drivers/clk/renesas/clk-emev2.c

[PATCH] dt-bindings: renesas: convert to SPDX identifiers

2018-09-06 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text on Renesas related headers. Signed-off-by: Kuninori Morimoto --- include/dt-bindings/clock/r7s72100-clock.h| 7 ++- include/dt-bindings/clock/r8a7743-cpg-mssr.h | 8

[PATCH] ARM: shmobile: convert to SPDX identifiers

2018-09-06 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 --- arch/arm/mach-shmobile/Kconfig| 1 + arch/arm/mach-shmobile/headsmp-scu.S | 13 ++--- arch/arm/mach-shmobile/headsmp.S

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

2018-09-06 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 12/13] sh: kernel: convert to SPDX identifiers

2018-09-06 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 11/13] sh: cpu: convert to SPDX identifiers

2018-09-06 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 10/13] sh: shmobile: convert to SPDX identifiers

2018-09-06 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 09/13] sh: sh5: convert to SPDX identifiers

2018-09-06 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-06 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 07/13] sh: sh4: convert to SPDX identifiers

2018-09-06 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 04/13] sh: sh2: convert to SPDX identifiers

2018-09-06 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 03/13] sh: include: convert to SPDX identifiers

2018-09-06 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 06/13] sh: sh3: convert to SPDX identifiers

2018-09-06 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 05/13] sh: sh2a: convert to SPDX identifiers

2018-09-06 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 02/13] sh: drivers: convert to SPDX identifiers

2018-09-06 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-06 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-06 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 v2] ASoC: rsnd: Add device tree binding for r8a77990

2018-09-06 Thread Kuninori Morimoto
Hi > From: Hiroyuki Yokoyama > > This patch adds the device tree binding of the r8a77990 SoC. > > Signed-off-by: Hiroyuki Yokoyama > Signed-off-by: Yoshihiro Kaneko > --- Acked-by: Kuninori Morimoto

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

2018-08-22 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 --- arch/sh/lib/ashiftrt.S | 29 - arch/sh/lib/ashlsi3.S| 29 - arch/sh

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

2018-08-22 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 12/13] sh: kernel: convert to SPDX identifiers

2018-08-22 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 10/13] sh: shmobile: convert to SPDX identifiers

2018-08-22 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 09/13] sh: sh5: convert to SPDX identifiers

2018-08-22 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 06/13] sh: sh3: convert to SPDX identifiers

2018-08-22 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 08/13] sh: sh4a: convert to SPDX identifiers

2018-08-22 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 04/13] sh: sh2: convert to SPDX identifiers

2018-08-22 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 05/13] sh: sh2a: convert to SPDX identifiers

2018-08-22 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 02/13] sh: drivers: convert to SPDX identifiers

2018-08-22 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 03/13] sh: include: convert to SPDX identifiers

2018-08-22 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 01/13] sh: boards: convert to SPDX identifiers

2018-08-22 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 00/13] sh: convert to SPDX

2018-08-22 Thread Kuninori Morimoto
Hi Yoshinori These patches v2 patches of SPDX license for sh. v1 -> v2 - add Simon's Reviewed-by for [01/13] to [12/13] - [13/13] uses "WITH GCC-exception-2.0" Kuninori Morimoto (13): sh: boards: convert to SPDX identifiers sh: drivers: convert to SPDX identifiers

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

2018-08-21 Thread Kuninori Morimoto
or should post all patches ? > > > > Please sent all patches. > Thanks. OK, will do Best regards --- Kuninori Morimoto

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

2018-08-19 Thread Kuninori Morimoto
Hi Simon, Sato-san > > From: Kuninori Morimoto > > > > This patch updates license to use SPDX-License-Identifier > > instead of verbose license text. > > > > Signed-off-by: Kuninori Morimoto > > --- (snip) > > -In addition to the permissions

Re: [PATCH] ASoC: rsnd: Add device tree binding for r8a77990

2018-08-19 Thread Kuninori Morimoto
Hi > From: Hiroyuki Yokoyama > > This patch adds the device tree binding of the r8a77990 SoC. > > Signed-off-by: Hiroyuki Yokoyama > Signed-off-by: Yoshihiro Kaneko > --- Acked-by: Kuninori Morimoto > > This patch is based on the devel branch of

Re: [PATCH 1/2] pinctrl: sh-pfc: r8a77965: add Audio clock pin support

2018-08-19 Thread Kuninori Morimoto
Hi Nguyen > From: Hoan Nguyen An > > --- > drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 160 > ++ > 1 file changed, 160 insertions(+) You need to add Signed-off-by line. Or, you can use "git commit -s xxx" when commit. Same comment for [2/2] patch.

Re: [PATCH 02/14] dt-bindings: arm: don't embed SoC name into the ULCB boards' compatible

2018-08-07 Thread Kuninori Morimoto
ourse. > This means "matched to more generic compatible") "renesas,ulcb" is very generic naming. Not only h3/m3, if we had v3/e3/d3 etc ulcb, and if we had such compatible driver/soc, it needs to match to all ulcb. In reality, maybe we don't create such compatible driver, though. But, I don't know, I can follow to maintainer opinion. Best regards --- Kuninori Morimoto

Re: [PATCH 02/14] dt-bindings: arm: don't embed SoC name into the ULCB boards' compatible

2018-08-06 Thread Kuninori Morimoto
ly follow your suggestion once I get the confirmation from > maintainer. Oops, I noticed that Simon was requested from ARM maintainer(?) to merge/reduce patches Let's follow Simon's opinion (This kind of "patch categorize" is based on each ML...) Best regards --- Kuninori Morimoto

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

2018-08-05 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 --- arch/sh/kernel/debugtraps.S| 7 ++- arch/sh/kernel/disassemble.c | 5 + arch/sh/kernel/dma-nommu.c | 5

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

2018-08-05 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 --- arch/sh/lib/ashiftrt.S | 29 - arch/sh/lib/ashlsi3.S| 29 - arch/sh

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

2018-08-05 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 --- arch/sh/kernel/cpu/clock.c| 5 + arch/sh/kernel/cpu/init.c | 5 + arch/sh/kernel/cpu/irq/Makefile | 1 + arch

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

2018-08-05 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 --- arch/sh/kernel/cpu/shmobile/Makefile | 1 + arch/sh/kernel/cpu/shmobile/cpuidle.c | 5 + arch/sh/kernel/cpu/shmobile/pm.c | 5

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

2018-08-05 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 --- arch/sh/kernel/cpu/sh5/clock-sh5.c | 5 + arch/sh/kernel/cpu/sh5/entry.S | 7 ++- arch/sh/kernel/cpu/sh5/fpu.c | 5

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

2018-08-05 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 --- arch/sh/kernel/cpu/sh4/clock-sh4-202.c | 5 + arch/sh

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

2018-08-05 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 --- arch/sh/kernel/cpu/sh4a/clock-sh7343.c | 14 +- arch/sh/kernel/cpu/sh4a/clock-sh7366.c | 14 +- arch/sh/kernel

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

2018-08-05 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 --- arch/sh/kernel/cpu/sh3/clock-sh3.c | 5 + arch/sh/kernel/cpu/sh3/clock-sh7705.c | 5 + arch/sh/kernel/cpu/sh3/clock-sh7706.c

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

2018-08-05 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 --- arch/sh/kernel/cpu/sh2/Makefile | 1 + arch/sh/kernel/cpu/sh2/clock-sh7619.c | 5 + arch/sh/kernel/cpu/sh2/entry.S| 7

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

2018-08-05 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 --- arch/sh/kernel/cpu/sh2a/clock-sh7201.c | 5 + arch/sh/kernel/cpu/sh2a/clock-sh7203.c | 5 + arch/sh/kernel/cpu/sh2a/clock-sh7206

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

2018-08-05 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 --- arch/sh/include/asm/Kbuild | 1 + arch/sh/include/asm/addrspace.h | 5 + arch/sh

  1   2   3   4   5   6   7   8   9   10   >