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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 26FD7C4332F for ; Tue, 14 Sep 2021 19:16:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0CC9D60E8B for ; Tue, 14 Sep 2021 19:16:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232937AbhINTRW (ORCPT ); Tue, 14 Sep 2021 15:17:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229869AbhINTRU (ORCPT ); Tue, 14 Sep 2021 15:17:20 -0400 Received: from mail-pl1-x62c.google.com (mail-pl1-x62c.google.com [IPv6:2607:f8b0:4864:20::62c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2227AC061574 for ; Tue, 14 Sep 2021 12:16:03 -0700 (PDT) Received: by mail-pl1-x62c.google.com with SMTP id bb10so31558plb.2 for ; Tue, 14 Sep 2021 12:16:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:in-reply-to:references:date:message-id :mime-version; bh=WFOT59cCtymWMfL4SO8+d5Xi0mJUHh8WtafGla+6Fjk=; b=fFUtYwDyRmbrGZNDvI6UWZKiCmvMlSwziL8cwdTH2CeDOMkrl0eIUFq46MGgXn6YFH HGQLkqHGMV9AZNAeU0yYflwmP0+eTNGG+pVCkUkHxH2iZ4O8RO+Fkoal29xRSbFn6+rl 0WNChNpZliAfyDd/ac/zMd4FTcuGjGgJJb+sBG071sH6ZtZpLWMfRfdtK5Uxs847Rjju Rv8IIaPAXGwVwd/qZaD1SvQ2SG6R1+lvIwkaeehJikFPSIL+FteKeRgluGaEMTMuPFRD PyF7GYPeIxp4iAccTJWhSsk8Yl6f+6bs0Bq7l4hnAnm6qNskanPWTkQQ16B+G6i/eg2e zykg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=WFOT59cCtymWMfL4SO8+d5Xi0mJUHh8WtafGla+6Fjk=; b=UUsLfcmu7XPEU39IfaHHDGWwxRgAyzdqjW3UpCsKgBbg5n7GfPZuiJLmW7tz1iQQ4c ZLb8vR10ql7nq9aGHmAfba1xwP82H+lwqCtgonw07kDiJutiCDu9cMjO8PkxLnHPOhGN Ez2EDGYa5tmTwyOfmejKxVADoiYriFujkhlCMfZJIWtHertl0UGz7d63DMgJQkDddyOB vdAeSL29LJsi/Igv3lx1Q7DPvtHeRLDF5ZpsO/KWVaau83MT8KyDtbPlm8MIIlhiwvIj 1gJszO8vP6DbEhoxefxFsvZdqs/wQZEHz+wJ4FIayD6IVUC0kVnUsO46nh/HwJb5BPCU 1cvg== X-Gm-Message-State: AOAM532nA8i0nQTUUhOBoxD7my0Lhgi/kejyTOCmPTcmyZt0pYjZZcI9 xfYXR3VgTnQuhVRZJ6kwCxckew== X-Google-Smtp-Source: ABdhPJwXvhp6LRKLX8SxbopWpgdpnqaEzIdnzmExTZ7x8IVkYopo45xSAT9ofirlyG0sr+Upl2o09w== X-Received: by 2002:a17:90a:420c:: with SMTP id o12mr3897532pjg.101.1631646962604; Tue, 14 Sep 2021 12:16:02 -0700 (PDT) Received: from localhost (c-71-197-186-152.hsd1.wa.comcast.net. [71.197.186.152]) by smtp.gmail.com with ESMTPSA id d13sm11034666pfn.114.2021.09.14.12.16.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Sep 2021 12:16:01 -0700 (PDT) From: Kevin Hilman To: Dmitry Torokhov , Matthias Brugger , Rob Herring Cc: Fabien Parent , linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org, Mattijs Korpershoek Subject: Re: [PATCH RESEND v3 0/4] input: MT6358 PMIC button support In-Reply-To: <20210816100013.100412-1-mkorpershoek@baylibre.com> References: <20210816100013.100412-1-mkorpershoek@baylibre.com> Date: Tue, 14 Sep 2021 12:16:01 -0700 Message-ID: <7h4kan7ytq.fsf@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dmitry, Mattijs Korpershoek writes: > The MediaTek MT6358 PMIC has support for two buttons: PWR and HOME. > > The interrupt logic is a little different than other PMICs from the > same family: > for MT6323 and MT6397, we have one interrupt source per button > * for MT6358, we have two interrupts lines per button: the press and > * release interrupts are distinct sources. > > Changes since original v2 at [1]: > * added 4th patch with device tree enable > * cover letter title prefixed with 'input' > > This has been tested with evtest on mt8183-pumpkin on 5.14-rc6 Any feedback on this series? The related MFD patches were merged already, so there are no out-of-tree dependencies. Thanks, Kevin