Re: [PATCH 1/7] Input: cy8ctmg110_ts - rely on platform code to supply interrupt
From: Linus Walleij
Date: Fri Jun 04 2021 - 03:30:53 EST
Hi Dmitry,
I see you noticed that there is no upstream board defining
any cy8ctmg110_pdata, so I don't see any problem with
fixing this. Outoftree users can adopt.
On Thu, Jun 3, 2021 at 6:37 AM Dmitry Torokhov
<dmitry.torokhov@xxxxxxxxx> wrote:
>
> Instead of using platform data to specify GPIO that is used as interrupt
> source, rely on the platform and I2C core to set it up properly.
>
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
> - client->irq = gpio_to_irq(ts->irq_pin);
This looks like a violation of the struct anyway....
Yours,
Linus Walleij