Re: [PATCH v2] gpio: xlp: Remove Netlogic XLP variants

From: Bartosz Golaszewski
Date: Wed Dec 01 2021 - 11:50:11 EST


On Wed, Dec 1, 2021 at 4:01 PM Rob Herring <robh@xxxxxxxxxx> wrote:
>
> On Wed, Dec 1, 2021 at 2:25 AM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
> >
> > On Tue, Nov 30, 2021 at 8:58 PM Rob Herring <robh@xxxxxxxxxx> wrote:
> > >
> > > Netlogic XLP was removed in commit 95b8a5e0111a ("MIPS: Remove NETLOGIC
> > > support"). With those gone, the single platform left to support is
> > > Cavium ThunderX2. Remove all the Netlogic variants and DT support.
> > >
> > > For simplicity, the existing kconfig name is retained.
> > >
> > > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx>
> > > Cc: Bartosz Golaszewski <brgl@xxxxxxxx>
> > > Cc: linux-gpio@xxxxxxxxxxxxxxx
> > > Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> > > ---
> > > v2:
> > > - Fix !OF and ACPI build errors
> > >
> >
> > Rob,
> >
> > This doesn't apply on top of v5.16-rc1. Anything I'm missing?
>
> It should, that's exactly what it is based on. You dropped v1 that you
> already applied?
>
> Rob

Ah right, didn't see that. Can you send a follow-up that applies on
top of my for-next branch?

Bart