Re: [PATCH 2/2] sh: dma: Correct the number of DMA channels in SH7709

From: John Paul Adrian Glaubitz
Date: Thu May 11 2023 - 16:21:05 EST


Hi Geert!

On Mon, 2023-05-08 at 12:55 +0200, Geert Uytterhoeven wrote:
> On Sat, May 6, 2023 at 4:22 PM Artur Rojek <contact@xxxxxxxxxxxxxx> wrote:
> > According to the PM, the DMAC found in SH7709 features only 4 channels.
> >
> > Signed-off-by: Artur Rojek <contact@xxxxxxxxxxxxxx>
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>

I assume we can't find a commit for the Fixes tag? Looking at the "git blame"
for the Kconfig file, it seems the corresponding lines were changed before
the source tree was imported into git in 1da177e4c3f4.

> > --- a/arch/sh/drivers/dma/Kconfig
> > +++ b/arch/sh/drivers/dma/Kconfig
> > @@ -28,8 +28,9 @@ config SH_DMA_API
> > config NR_ONCHIP_DMA_CHANNELS
> > int
> > depends on SH_DMA
> > - default "4" if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7751 || \
> > - CPU_SUBTYPE_SH7750S || CPU_SUBTYPE_SH7091
> > + default "4" if CPU_SUBTYPE_SH7709 || CPU_SUBTYPE_SH7750 || \
> > + CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7750S || \
> > + CPU_SUBTYPE_SH7091
> > default "8" if CPU_SUBTYPE_SH7750R || CPU_SUBTYPE_SH7751R || \
> > CPU_SUBTYPE_SH7760
> > default "12" if CPU_SUBTYPE_SH7723 || CPU_SUBTYPE_SH7780 || \
> > @@ -37,8 +38,9 @@ config NR_ONCHIP_DMA_CHANNELS
> > default "6"
> > help
> > This allows you to specify the number of channels that the on-chip
> > - DMAC supports. This will be 4 for SH7750/SH7751/Sh7750S/SH7091 and 8 for the
>
> Might be a good opportunity to s/Sh7750S/SH7750S/
>
> > - SH7750R/SH7751R/SH7760, 12 for the SH7723/SH7780/SH7785/SH7724, default is 6.
> > + DMAC supports. This will be 4 for SH7709/SH7750/SH7751/Sh7750S/SH7091
> > + and 8 for the SH7750R/SH7751R/SH7760, 12 for the SH7723/SH7780/SH7785/SH7724,
>
> ... and sort the list for SoCs with 12 channels.
>
> > + default is 6.
> >
> > config SH_DMABRG
> > bool "SH7760 DMABRG support"

Good point. I will send a follow-up patch to clean that up.

Adrian

--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer
`. `' Physicist
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913