Re: [PATCH] MIPS: Alchemy: switch to use software nodes for GPIOs

From: Linus Walleij
Date: Wed Jul 03 2024 - 02:39:49 EST


On Tue, Jul 2, 2024 at 1:48 AM Dmitry Torokhov
<dmitry.torokhov@xxxxxxxxx> wrote:

> Switch to use software nodes/properties to describe GPIOs for the
> ADS7846 touchscreen and the SPI controller (away from using GPIO lookup
> tables). This allows removing use of ADS7846 platform data, which will
> be going away.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
> ---
>
> Compiled only, as I do not have access to the hardware. However I would
> very much like to get rid of ads7846_platform_data from the
> kernel/ads7846 driver, and this is one of the last 3 users of it.

I agree. The years of working on device properties is finally
starting to pay off!
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>

Yours,
Linus Walleij