mbox series

[0/3] ASoC: Rename "sh" to "renesas"

Message ID 20241015113757.152548-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series ASoC: Rename "sh" to "renesas" | expand

Message

Lad, Prabhakar Oct. 15, 2024, 11:37 a.m. UTC
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi All,

This patch series aims to rename "sh" to "renesas", along with this
the references to this path have been updated.

Note,
- This patch series applies on top of [0] + [1]
- This change was agrreed based on the discussion [2]

[0] https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
[1] https://lore.kernel.org/all/20241011175346.1093649-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
[2] https://lore.kernel.org/all/87v7xuqm84.wl-kuninori.morimoto.gx@renesas.com/

Cheers,
Prabhakar

Lad Prabhakar (3):
  ASoC: Rename "sh" to "renesas"
  ASoC: renesas, rsnd: Update file path
  ASoC: audio-graph-card2: Update comment with renamed file path

 Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 2 +-
 sound/soc/Kconfig                                        | 2 +-
 sound/soc/Makefile                                       | 2 +-
 sound/soc/generic/audio-graph-card2.c                    | 2 +-
 sound/soc/{sh => renesas}/Kconfig                        | 0
 sound/soc/{sh => renesas}/Makefile                       | 0
 sound/soc/{sh => renesas}/dma-sh7760.c                   | 0
 sound/soc/{sh => renesas}/fsi.c                          | 0
 sound/soc/{sh => renesas}/hac.c                          | 0
 sound/soc/{sh => renesas}/migor.c                        | 0
 sound/soc/{sh => renesas}/rcar/Makefile                  | 0
 sound/soc/{sh => renesas}/rcar/adg.c                     | 0
 sound/soc/{sh => renesas}/rcar/cmd.c                     | 0
 sound/soc/{sh => renesas}/rcar/core.c                    | 0
 sound/soc/{sh => renesas}/rcar/ctu.c                     | 0
 sound/soc/{sh => renesas}/rcar/debugfs.c                 | 0
 sound/soc/{sh => renesas}/rcar/dma.c                     | 0
 sound/soc/{sh => renesas}/rcar/dvc.c                     | 0
 sound/soc/{sh => renesas}/rcar/gen.c                     | 0
 sound/soc/{sh => renesas}/rcar/mix.c                     | 0
 sound/soc/{sh => renesas}/rcar/rsnd.h                    | 0
 sound/soc/{sh => renesas}/rcar/src.c                     | 0
 sound/soc/{sh => renesas}/rcar/ssi.c                     | 0
 sound/soc/{sh => renesas}/rcar/ssiu.c                    | 0
 sound/soc/{sh => renesas}/rz-ssi.c                       | 0
 sound/soc/{sh => renesas}/sh7760-ac97.c                  | 0
 sound/soc/{sh => renesas}/siu.h                          | 0
 sound/soc/{sh => renesas}/siu_dai.c                      | 0
 sound/soc/{sh => renesas}/siu_pcm.c                      | 0
 sound/soc/{sh => renesas}/ssi.c                          | 0
 30 files changed, 4 insertions(+), 4 deletions(-)
 rename sound/soc/{sh => renesas}/Kconfig (100%)
 rename sound/soc/{sh => renesas}/Makefile (100%)
 rename sound/soc/{sh => renesas}/dma-sh7760.c (100%)
 rename sound/soc/{sh => renesas}/fsi.c (100%)
 rename sound/soc/{sh => renesas}/hac.c (100%)
 rename sound/soc/{sh => renesas}/migor.c (100%)
 rename sound/soc/{sh => renesas}/rcar/Makefile (100%)
 rename sound/soc/{sh => renesas}/rcar/adg.c (100%)
 rename sound/soc/{sh => renesas}/rcar/cmd.c (100%)
 rename sound/soc/{sh => renesas}/rcar/core.c (100%)
 rename sound/soc/{sh => renesas}/rcar/ctu.c (100%)
 rename sound/soc/{sh => renesas}/rcar/debugfs.c (100%)
 rename sound/soc/{sh => renesas}/rcar/dma.c (100%)
 rename sound/soc/{sh => renesas}/rcar/dvc.c (100%)
 rename sound/soc/{sh => renesas}/rcar/gen.c (100%)
 rename sound/soc/{sh => renesas}/rcar/mix.c (100%)
 rename sound/soc/{sh => renesas}/rcar/rsnd.h (100%)
 rename sound/soc/{sh => renesas}/rcar/src.c (100%)
 rename sound/soc/{sh => renesas}/rcar/ssi.c (100%)
 rename sound/soc/{sh => renesas}/rcar/ssiu.c (100%)
 rename sound/soc/{sh => renesas}/rz-ssi.c (100%)
 rename sound/soc/{sh => renesas}/sh7760-ac97.c (100%)
 rename sound/soc/{sh => renesas}/siu.h (100%)
 rename sound/soc/{sh => renesas}/siu_dai.c (100%)
 rename sound/soc/{sh => renesas}/siu_pcm.c (100%)
 rename sound/soc/{sh => renesas}/ssi.c (100%)


base-commit: 4197e5638cfd2d73e67ba89d97ec7ae8383b3b38
prerequisite-patch-id: 63dc578627303bb0b33654043bd1037fa03063a1

Comments

Lad, Prabhakar Oct. 15, 2024, 11:46 a.m. UTC | #1
Hi Morimoto-san,

On Tue, Oct 15, 2024 at 12:38 PM Prabhakar <prabhakar.csengg@gmail.com> wrote:
>
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Hi All,
>
> This patch series aims to rename "sh" to "renesas", along with this
> the references to this path have been updated.
>
> Note,
> - This patch series applies on top of [0] + [1]
> - This change was agrreed based on the discussion [2]
>
> [0] https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
> [1] https://lore.kernel.org/all/20241011175346.1093649-1-prabhakar.mahadev-lad.rj@bp.renesas.com/
> [2] https://lore.kernel.org/all/87v7xuqm84.wl-kuninori.morimoto.gx@renesas.com/
>
> Cheers,
> Prabhakar
>
> Lad Prabhakar (3):
>   ASoC: Rename "sh" to "renesas"
>   ASoC: renesas, rsnd: Update file path
>   ASoC: audio-graph-card2: Update comment with renamed file path
>
I was intending to add the below entry to MAINTAINERS file, but wanted
to make sure you are happy with below (I can send it as a follow up
patch),

RENESAS AUDIO (ASoC) DRIVERS
M: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
L: linux-sound@vger.kernel.org
L: linux-renesas-soc@vger.kernel.org
S: Supported
F: Documentation/devicetree/bindings/sound/renesas,rsnd.*
F: Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml
F: sound/soc/renesas/

Let me know if you want me to add yourself just for sh7* and r-car
only or include rz* too.

Cheers,
Prabhakar
Kuninori Morimoto Oct. 16, 2024, 12:18 a.m. UTC | #2
Hi

> This patch series aims to rename "sh" to "renesas", along with this
> the references to this path have been updated.
> 
> Note,
> - This patch series applies on top of [0] + [1]
> - This change was agrreed based on the discussion [2]

For all patches

Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Thank you for your help !!

Best regards
---
Kuninori Morimoto
Kuninori Morimoto Oct. 16, 2024, 12:28 a.m. UTC | #3
Hi Prabhakar, Mark

> I was intending to add the below entry to MAINTAINERS file, but wanted
> to make sure you are happy with below (I can send it as a follow up
> patch),

To Mark
I can review / comment for Renesas driver, but can you agree that
you continue to pick the patch instead of sending request-pull from me ?

In addition, I wonder should I be for simple-card/audio-graph, too ?

> RENESAS AUDIO (ASoC) DRIVERS
> M: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> L: linux-sound@vger.kernel.org
> L: linux-renesas-soc@vger.kernel.org
> S: Supported
> F: Documentation/devicetree/bindings/sound/renesas,rsnd.*
> F: Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml
> F: sound/soc/renesas/
> 
> Let me know if you want me to add yourself just for sh7* and r-car
> only or include rz* too.

Please add/remove

+ L: alsa-devel@alsa-project.org
- F: Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml

Thank you for your help !!

Best regards
---
Kuninori Morimoto
Takashi Sakamoto Oct. 16, 2024, 1:01 a.m. UTC | #4
Hi,

On Wed, Oct 16, 2024 at 12:28:22AM +0000, Kuninori Morimoto wrote:
> Please add/remove
> 
> + L: alsa-devel@alsa-project.org

Just a small nitpicking, but I think it better to take care of a merged
commit in which the list address for sound subsystem is changed to
linux-sound@vger.kernel.org. See:

https://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git/commit/MAINTAINERS?h=for-next&id=33027006ecf3


Regards

Takashi Sakamoto
Kuninori Morimoto Oct. 16, 2024, 1:15 a.m. UTC | #5
Hi Sakamoto-san

> > + L: alsa-devel@alsa-project.org
> 
> Just a small nitpicking, but I think it better to take care of a merged
> commit in which the list address for sound subsystem is changed to
> linux-sound@vger.kernel.org. See:

Ah...
I have somehow noticed about this, but I didn't know this mail/patch.
I now understand many things, Thanks


Thank you for your help !!

Best regards
---
Kuninori Morimoto
Mark Brown Oct. 16, 2024, 6:37 p.m. UTC | #6
On Wed, Oct 16, 2024 at 12:28:22AM +0000, Kuninori Morimoto wrote:

> > I was intending to add the below entry to MAINTAINERS file, but wanted
> > to make sure you are happy with below (I can send it as a follow up
> > patch),

> I can review / comment for Renesas driver, but can you agree that
> you continue to pick the patch instead of sending request-pull from me ?

Yes, there's no need to send pull requests.

> In addition, I wonder should I be for simple-card/audio-graph, too ?

Yes, you should be a maintainer/reviewer there.

> Please add/remove

> + L: alsa-devel@alsa-project.org
> - F: Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml

Should that be linux-sound@vger.kernel.org instead?
Kuninori Morimoto Oct. 17, 2024, 12:22 a.m. UTC | #7
Hi Mark, Prabhakar

> > I can review / comment for Renesas driver, but can you agree that
> > you continue to pick the patch instead of sending request-pull from me ?
> 
> Yes, there's no need to send pull requests.

Thanks

Prabhakar, could you please continue for Renesas Audio Driver ?

> > In addition, I wonder should I be for simple-card/audio-graph, too ?
> 
> Yes, you should be a maintainer/reviewer there.

Thanks
I will post the patch for this

> > + L: alsa-devel@alsa-project.org
> > - F: Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml
> 
> Should that be linux-sound@vger.kernel.org instead?

Yeah, Sakamoto-san pointed it.

Thank you for your help !!

Best regards
---
Kuninori Morimoto
Lad, Prabhakar Oct. 17, 2024, 8:48 a.m. UTC | #8
Hi Morimoto-san,

On Thu, Oct 17, 2024 at 1:22 AM Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
>
>
> Hi Mark, Prabhakar
>
> > > I can review / comment for Renesas driver, but can you agree that
> > > you continue to pick the patch instead of sending request-pull from me ?
> >
> > Yes, there's no need to send pull requests.
>
> Thanks
>
> Prabhakar, could you please continue for Renesas Audio Driver ?
>
Sure, I will do that.

Cheers,
Prabhakar