Re: [PATCH 1/3] spi: spi-geni-qcom: Let firmware specify irq trigger flags

From: Doug Anderson
Date: Tue Feb 04 2020 - 16:08:04 EST


Hi,

On Tue, Feb 4, 2020 at 11:12 AM Stephen Boyd <swboyd@xxxxxxxxxxxx> wrote:
>
> We don't need to force IRQF_TRIGGER_HIGH here as the DT or ACPI tables
> should take care of this for us. Just use 0 instead so that we use the
> flags from the firmware.
>
> Cc: Girish Mahadevan <girishm@xxxxxxxxxxxxxx>
> Cc: Dilip Kota <dkota@xxxxxxxxxxxxxx>
> Cc: Alok Chauhan <alokc@xxxxxxxxxxxxxx>
> Cc: Douglas Anderson <dianders@xxxxxxxxxxxx>
> Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
> ---
> drivers/spi/spi-geni-qcom.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>