From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 96E15C4332F for ; Tue, 21 Dec 2021 23:28:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237251AbhLUX2h (ORCPT ); Tue, 21 Dec 2021 18:28:37 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237140AbhLUX2g (ORCPT ); Tue, 21 Dec 2021 18:28:36 -0500 Received: from mail-io1-xd33.google.com (mail-io1-xd33.google.com [IPv6:2607:f8b0:4864:20::d33]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A1C0C061574; Tue, 21 Dec 2021 15:28:36 -0800 (PST) Received: by mail-io1-xd33.google.com with SMTP id u8so606391iol.5; Tue, 21 Dec 2021 15:28:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=+Y9qNhArsQ0y20VLdp6J5wDm7XykoFJAUNYk5IaM9hU=; b=ffbFCTx9cfBHU9hVLoh1EuPKDfCbDkzePVspueec6ve0wQOxK3Dy3UTajDENOBWcQp 3acuN4AJC4/cQfOHUVm4rfZcCEB79xPSQ/1Xs2knQPKSppIUuMp6Z9YEmznMypkZC/Lw qxavyX1+ZR82xuusqd1+l3ejhhDRBSv43dksVNIN38QVBOnIF+x+wb51eGNR+44o84zt v49Za90vVKeECaz59prHRMf/PDtQJoW/PneufPYykMW+81S8JAfNM02zxwGvxNQ41qrN 7r2cIEMBO0N5xS+DtmB2TNA1yiKJ2uAicO9L9LmDqulNhKn/WChLbYTRiJbw6D3I0khq gOWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=+Y9qNhArsQ0y20VLdp6J5wDm7XykoFJAUNYk5IaM9hU=; b=7KfPTOiOs2Mfo8UMe+IkH15PuGX/FbbOPAVBoooSfHDGQ0BymOmLd9/u45knJEHYti SY85JslEZz/a52h/+kq1ZqKZMo8mYmHURkBuogZFasIhX5rttVb7SbV+0jqzMPjsuypl DP8Wk3jXXRAXPJPc7BNTFJpSqtcxK41+9y4rAvQ8TZbVGDuQqhLoqHehgyUiHgtOO7Us 7Bn7X71RIf39R8Bwk3dILhYc+STal/+BpGsvnpfoyOImZXVD1HRqWIQ/ORV69f89tJkb 6OpqClFwdfczCW5B6yFLRXPFIN0OD0ts/G1ded9NXVVdrudRJ9xEgaOC0WkLq7V5mEjf Md3Q== X-Gm-Message-State: AOAM5304ntmPT2n1if852H2EeSyYc9V11E5JZ4nFDlbT8H0CMBds9DV/ 3UVMlK/E9TKM2DJHK/AZsUPraPQ4Tn2zuxEmfm2fmp12ZuoINgHQEWbVHw== X-Google-Smtp-Source: ABdhPJxEqu9uWtwLGTXTaastqfzijEJ++BtgObWTVb3g45BTyAIZLFBFjCN3lj09MdocSmg5U6Aq/GG7aq42sEeGSjs= X-Received: by 2002:a05:6602:204e:: with SMTP id z14mr212310iod.90.1640129316028; Tue, 21 Dec 2021 15:28:36 -0800 (PST) MIME-Version: 1.0 References: <20211103114830.62711-1-alistair@alistair23.me> <20211103114830.62711-2-alistair@alistair23.me> <20211218231823.49a72256@aktux> In-Reply-To: <20211218231823.49a72256@aktux> From: Alistair Francis Date: Wed, 22 Dec 2021 09:28:10 +1000 Message-ID: Subject: Re: [PATCH v2 1/4] Input: Add driver for Cypress Generation 5 touchscreen To: Andreas Kemnade Cc: Dmitry Torokhov , Alistair Francis , linux-arm-kernel , devicetree , linux-input , Linux Kernel Mailing List , Mylene Josserand , Linus Walleij , Henrik Rydberg , Rob Herring , =?UTF-8?Q?Myl=C3=A8ne_Josserand?= , Maxime Ripard Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Dec 19, 2021 at 8:18 AM Andreas Kemnade wrote: > > Hi, > > On Sun, 12 Dec 2021 21:45:48 -0800 > Dmitry Torokhov wrote: > > [...] > > > > This is also likely unsafe if controller is not completely shut off and > > > > is capable of generating interrupts given input device is not yet > > > > allocated. > > > > > > I have dropped the `IRQF_TRIGGER_FALLING |` > > > > > > I have tried to use level interrupts, but I can't get the device > > > working with them. > > > > That is weird, does the interrupt controller support level interrupts? > > > I have set level interrupts via the devicetree, > things seem to work on Kobo Clara HD: > /proc/interrupts > 203: 37402 gpio-mxc 6 Level tt21000 > > touchscreen@24 { > compatible = "cypress,tt21000"; > reg = <0x24>; > pinctrl-names = "default","sleep"; > pinctrl-0 = <&pinctrl_cyttsp5_gpio>; > pinctrl-1 = <&pinctrl_cyttsp5_gpio_sleep>; > interrupt-parent = <&gpio5>; > interrupts = <6 IRQ_TYPE_LEVEL_LOW>; > reset-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>; > }; I have tried using IRQ_TYPE_LEVEL_LOW as well, but the device doesn't start correctly and the commands time out. It works fine with IRQ_TYPE_EDGE_FALLING though. Alistair > > Regards, > Andreas