All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
	Palmer Dabbelt <palmer@dabbelt.com>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	Conor Dooley <conor.dooley@microchip.com>,
	linux-renesas-soc@vger.kernel.org,
	linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org,
	Biju Das <biju.das.jz@bp.renesas.com>,
	Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	kernel test robot <lkp@intel.com>
Subject: Re: [PATCH] soc: renesas: Kconfig: For ARCH_R9A07G043 select the required configs if dependencies are met
Date: Fri, 1 Sep 2023 12:53:00 +0100	[thread overview]
Message-ID: <CA+V-a8s76eZnmBBZ0uuQLUo6Dj_yCeW+0XHMzsj2Udezti2RfQ@mail.gmail.com> (raw)
In-Reply-To: <CAMuHMdUyiWOdXtGR8o4kKOyYV8JwoPN-FvMBxYmcRoKLAdu3PQ@mail.gmail.com>

Hi Geert,

Thank you for the review.

On Fri, Sep 1, 2023 at 12:44 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> Hi Prabhakar,
>
> On Fri, Sep 1, 2023 at 1:10 PM Prabhakar <prabhakar.csengg@gmail.com> wrote:
> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> >
> > To prevent randconfig build issues when enabling the RZ/Five SoC, consider
> > selecting specific configurations only when their dependencies are
> > satisfied.
>
> Thanks for your patch!
>
> > Reported-by: kernel test robot <lkp@intel.com>
> > Closes: https://lore.kernel.org/oe-kbuild-all/202308311610.ec6bm2G8-lkp@intel.com/
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Fixes: ed1a8872ff839de0 ("soc: renesas: Kconfig: Select the required
> configs for RZ/Five SoC")
>
> > --- a/drivers/soc/renesas/Kconfig
> > +++ b/drivers/soc/renesas/Kconfig
> > @@ -334,10 +334,11 @@ if RISCV
> >  config ARCH_R9A07G043
> >         bool "RISC-V Platform support for RZ/Five"
> >         select ARCH_RZG2L
> > -       select AX45MP_L2_CACHE
> > +       select AX45MP_L2_CACHE if RISCV_DMA_NONCOHERENT
> >         select DMA_GLOBAL_POOL
> > -       select ERRATA_ANDES
> > -       select ERRATA_ANDES_CMO
> > +       select ERRATA_ANDES if RISCV_SBI
> > +       select ERRATA_ANDES_CMO if ERRATA_ANDES
> > +
> >         help
> >           This enables support for the Renesas RZ/Five SoC.
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> As the offending commit won't be in my tree until v6.6-rc1, I cannot
> take it now, and risc/for-next sounds like the best target.
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
Agreed.

Palmer, can you please pick this patch via riscv tree?

Cheers,
Prabhakar

WARNING: multiple messages have this Message-ID (diff)
From: "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>,
	Palmer Dabbelt <palmer@dabbelt.com>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	Conor Dooley <conor.dooley@microchip.com>,
	 linux-renesas-soc@vger.kernel.org,
	linux-riscv@lists.infradead.org,  linux-kernel@vger.kernel.org,
	Biju Das <biju.das.jz@bp.renesas.com>,
	 Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
	kernel test robot <lkp@intel.com>
Subject: Re: [PATCH] soc: renesas: Kconfig: For ARCH_R9A07G043 select the required configs if dependencies are met
Date: Fri, 1 Sep 2023 12:53:00 +0100	[thread overview]
Message-ID: <CA+V-a8s76eZnmBBZ0uuQLUo6Dj_yCeW+0XHMzsj2Udezti2RfQ@mail.gmail.com> (raw)
In-Reply-To: <CAMuHMdUyiWOdXtGR8o4kKOyYV8JwoPN-FvMBxYmcRoKLAdu3PQ@mail.gmail.com>

Hi Geert,

Thank you for the review.

On Fri, Sep 1, 2023 at 12:44 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>
> Hi Prabhakar,
>
> On Fri, Sep 1, 2023 at 1:10 PM Prabhakar <prabhakar.csengg@gmail.com> wrote:
> > From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> >
> > To prevent randconfig build issues when enabling the RZ/Five SoC, consider
> > selecting specific configurations only when their dependencies are
> > satisfied.
>
> Thanks for your patch!
>
> > Reported-by: kernel test robot <lkp@intel.com>
> > Closes: https://lore.kernel.org/oe-kbuild-all/202308311610.ec6bm2G8-lkp@intel.com/
> > Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Fixes: ed1a8872ff839de0 ("soc: renesas: Kconfig: Select the required
> configs for RZ/Five SoC")
>
> > --- a/drivers/soc/renesas/Kconfig
> > +++ b/drivers/soc/renesas/Kconfig
> > @@ -334,10 +334,11 @@ if RISCV
> >  config ARCH_R9A07G043
> >         bool "RISC-V Platform support for RZ/Five"
> >         select ARCH_RZG2L
> > -       select AX45MP_L2_CACHE
> > +       select AX45MP_L2_CACHE if RISCV_DMA_NONCOHERENT
> >         select DMA_GLOBAL_POOL
> > -       select ERRATA_ANDES
> > -       select ERRATA_ANDES_CMO
> > +       select ERRATA_ANDES if RISCV_SBI
> > +       select ERRATA_ANDES_CMO if ERRATA_ANDES
> > +
> >         help
> >           This enables support for the Renesas RZ/Five SoC.
>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> As the offending commit won't be in my tree until v6.6-rc1, I cannot
> take it now, and risc/for-next sounds like the best target.
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
Agreed.

Palmer, can you please pick this patch via riscv tree?

Cheers,
Prabhakar

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

  reply	other threads:[~2023-09-01 11:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-01 11:09 [PATCH] soc: renesas: Kconfig: For ARCH_R9A07G043 select the required configs if dependencies are met Prabhakar
2023-09-01 11:09 ` Prabhakar
2023-09-01 11:44 ` Geert Uytterhoeven
2023-09-01 11:44   ` Geert Uytterhoeven
2023-09-01 11:53   ` Lad, Prabhakar [this message]
2023-09-01 11:53     ` Lad, Prabhakar
2023-09-06  2:50 ` patchwork-bot+linux-riscv
2023-09-06  2:50   ` patchwork-bot+linux-riscv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+V-a8s76eZnmBBZ0uuQLUo6Dj_yCeW+0XHMzsj2Udezti2RfQ@mail.gmail.com \
    --to=prabhakar.csengg@gmail.com \
    --cc=biju.das.jz@bp.renesas.com \
    --cc=conor.dooley@microchip.com \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=lkp@intel.com \
    --cc=magnus.damm@gmail.com \
    --cc=palmer@dabbelt.com \
    --cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.