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

From: Bartosz Golaszewski
Date: Mon Nov 15 2021 - 06:24:07 EST


On Tue, Nov 9, 2021 at 5:12 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>
> ---
> drivers/gpio/Kconfig | 10 ++-
> drivers/gpio/gpio-xlp.c | 142 +++-------------------------------------
> 2 files changed, 13 insertions(+), 139 deletions(-)
>

Applied, thanks!

Bart