[PATCH v2 0/2] Input/omap1: fix touchscreen functionality on Nokia 770

Aaro Koskinen posted 2 patches 2 weeks, 6 days ago
arch/arm/mach-omap1/board-nokia770.c |  11 --
drivers/input/touchscreen/ads7846.c  | 180 +++++++++++++++++++++++++--
2 files changed, 173 insertions(+), 18 deletions(-)
[PATCH v2 0/2] Input/omap1: fix touchscreen functionality on Nokia 770
Posted by Aaro Koskinen 2 weeks, 6 days ago
Hi,

Another attempt to make 770 touchscreen work again.

v2: Unrelated fbdev patch dropped (already merged)
    GPIO setup fixed by deleting the conflicting descriptor.

v1: https://lore.kernel.org/linux-input/20250102181953.1020878-1-aaro.koskinen@iki.fi/

Aaro Koskinen (2):
  Input: ads7846 - restore half-duplex support
  Input: ads7846 - fix up the pendown GPIO setup on Nokia 770

 arch/arm/mach-omap1/board-nokia770.c |  11 --
 drivers/input/touchscreen/ads7846.c  | 180 +++++++++++++++++++++++++--
 2 files changed, 173 insertions(+), 18 deletions(-)

-- 
2.39.2
Re: [PATCH v2 0/2] Input/omap1: fix touchscreen functionality on Nokia 770
Posted by Linus Walleij 2 weeks, 6 days ago
On Sun, Apr 19, 2026 at 6:21 PM Aaro Koskinen <aaro.koskinen@iki.fi> wrote:

> Another attempt to make 770 touchscreen work again.
>
> v2: Unrelated fbdev patch dropped (already merged)
>     GPIO setup fixed by deleting the conflicting descriptor.
>
> v1: https://lore.kernel.org/linux-input/20250102181953.1020878-1-aaro.koskinen@iki.fi/
>
> Aaro Koskinen (2):
>   Input: ads7846 - restore half-duplex support
>   Input: ads7846 - fix up the pendown GPIO setup on Nokia 770

Patches look good to me!
Reviewed-by: Linus Walleij <linusw@kernel.org>

Yours,
Linus Walleij