From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from harvie.cz (harvie.cz [77.87.242.242]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 62FC81DA4E; Wed, 19 Feb 2025 14:51:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=77.87.242.242 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739976693; cv=none; b=hU9ZscfhjYUuLQBVmJ9i6KwsHXAoQ9ePgYyFvvwHOog4W35Abu9BiaGkc0GGtiWRFCSxdrcgU5p4jTHYjzVi1srwhNUiUWAtzI03/frbOiJt0lZkypLtDTrWPaeMdg9epkylEMy/jlyrma/d0/VaBCZafBmgmbe9aHZ34khnuNU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739976693; c=relaxed/simple; bh=J+GwiUIAf4Zl5aBThaRvLpOLV44yr5j5p0Eqe3SYLRA=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=U0Svylrn6+QlwuDAsNjfRcMzcUA9N0PpB71V0vMbQG142waZ1DkcVQWG+y8G8k96K6StrxwnQ9SzFaNXnMUjgSaTUtPMfzUQN3s8fLVxalm5165VOpgj+jsENHG0mDD/xTXKTkZNx8Ay4ZstN4QWMfKrH/TCrRXVawv+p3MAq4w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com; spf=fail smtp.mailfrom=gmail.com; arc=none smtp.client-ip=77.87.242.242 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=gmail.com Received: from anemophobia.amit.cz (unknown [31.30.84.130]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by harvie.cz (Postfix) with ESMTPSA id 374FD180129; Wed, 19 Feb 2025 15:51:22 +0100 (CET) From: Tomas Mudrunka To: tomas.mudrunka@gmail.com Cc: dmitry.torokhov@gmail.com, jeff@labundy.com, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7] Fix freeze in lm8333 i2c keyboard driver Date: Wed, 19 Feb 2025 15:51:16 +0100 Message-ID: <20250219145116.209210-1-tomas.mudrunka@gmail.com> X-Mailer: git-send-email 2.48.1 In-Reply-To: <20231215155643.705116-1-tomas.mudrunka@gmail.com> References: <20231215155643.705116-1-tomas.mudrunka@gmail.com> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi guys! Been a while. Is there anything else blocking this from being merged? Best regards. Tom