Re: [PATCH 3/6] devicetree: input: cypress,tt21000: fix interrupt type in dts example

From: Krzysztof Kozlowski
Date: Fri Mar 24 2023 - 05:42:04 EST


On 23/03/2023 14:52, Maximilian Weigand wrote:
> Triggering the interrupt of the IRQ_TYPE_LEVEL_LOW type can lead to
> probing issues with the device for the current driver (encountered on
> the Pine64 PineNote). Basically the interrupt would be triggered before
> certain commands were sent to the device, leading to a race between the
> device responding fast enough and the irq handler fetching a data frame
> from it. Actually all devices currently using the driver already use a

Use subject prefixes matching the subsystem (which you can get for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching). "dt-bindings", not "devicetree"

Please use scripts/get_maintainers.pl to get a list of necessary people
and lists to CC. It might happen, that command when run on an older
kernel, gives you outdated entries. Therefore please be sure you base
your patches on recent Linux kernel.

> falling edge trigger.
>
> Signed-off-by: Maximilian Weigand <mweigand@xxxxxxxxxxxx>
> Reviewed-by: Alistair Francis <alistair@xxxxxxxxxxxxx>

Usually reviews are public.

Best regards,
Krzysztof