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.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 A7BE5C433E2 for ; Wed, 9 Sep 2020 06:00:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6934121582 for ; Wed, 9 Sep 2020 06:00:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725897AbgIIGAP (ORCPT ); Wed, 9 Sep 2020 02:00:15 -0400 Received: from muru.com ([72.249.23.125]:44356 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725772AbgIIGAO (ORCPT ); Wed, 9 Sep 2020 02:00:14 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 9F31E80DD; Wed, 9 Sep 2020 06:00:14 +0000 (UTC) Date: Wed, 9 Sep 2020 09:00:56 +0300 From: Tony Lindgren To: Pavel Machek Cc: Dmitry Torokhov , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Arthur Demchenkov , Merlijn Wajer , Sebastian Reichel , ruleh Subject: Re: [PATCHv3 0/3] Lost key-up interrupt handling for omap4-keypad Message-ID: <20200909060056.GC2747@atomide.com> References: <20200318225727.29327-1-tony@atomide.com> <20200908085220.GA31790@duo.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200908085220.GA31790@duo.ucw.cz> Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org * Pavel Machek [200908 08:52]: > Hi! > > > This series updates omap4-keypad to disable unused long interrupts, and > > implements the missing parts for the lost key-up interrupt quirk as > > described in the silicon errata pdf. > > I do not see this in 5.9-rc4; problem is real, could we get this > merged? Sorry for the slow going here. FYI, I'm still seeing stuck keys few times a day though. It seems to be with the last entered key now though. Regards, Tony