From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A2BB439E6D4; Wed, 21 Jan 2026 08:18:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768983487; cv=none; b=QO/J+kj4JfJr/cMxEwxkRR9Amx3Ac0y7czVaav1zZSMe/IFCOaFvt4Zmdih61vqtSBQ56dhA38ZzRFc7QfkJns0ALW5NFWGmRrntcyMr+8egb1vzux56kls2cKTb1bmhprNYyGnLxCQyF8a15xrbKDUh0Lgp/GfunEHrcQg47jw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768983487; c=relaxed/simple; bh=jbeqs7i3qfLF6BpDOlQUT8fmHxE0h9cwFli+NR8lm9Q=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YfV3MXise9/8toYfnrseKXs7gF3IKn/Rf9J5h2vBCQVAZg6/UkIrRXXDWQTtnUCk5W2o90JhQJ9NgEzKyCVLNFqNIw0KUU/+8LEoWdUR0frnJhytpqwfhS0Ke50ZQTEPDvJE52/1lKpm44hETRQwTX6ftwoN7ipIssOXZ5L1ojo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=IR7AewlE; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="IR7AewlE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A463EC116D0; Wed, 21 Jan 2026 08:18:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1768983487; bh=jbeqs7i3qfLF6BpDOlQUT8fmHxE0h9cwFli+NR8lm9Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IR7AewlEspXDUV67j3fkqwYe0ALDpkYVyA9EV+HKr5L+ojGjNSH9FpAIMzaxULJdD Gjk4hMIhlMtYKoFgNXVVLm6ZE9nBC95BzS7OOWxb+zJutXUN4SawP1HOZqgbo7rW+X 1Ol8eTZrGWqS7zwxuvDnHmr/xbOHO+eS+0zqFs4SxUfUY6fcK52vn/cmuQMjM0UaE0 cSn2nb0K59bSanSc7bB4TWBxNi3PKlVJPHIlQY+8edMtIWDppbN5xbcanInOsmk69O P0P5DU3tX6eLlBTumoUT/4hQW74ociQhWiFBaoOF89zZDX8QW7fHcPZ5AsBK1j0IY/ aPeL78jKVOIVg== Date: Wed, 21 Jan 2026 09:18:04 +0100 From: Krzysztof Kozlowski To: Gianluca Boiano Cc: hansg@kernel.org, dmitry.torokhov@gmail.com, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] input: touchscreen: novatek-nvt-ts: Add support for NT36672A e7t variant Message-ID: <20260121-calm-azure-caterpillar-ea90c4@quoll> References: <20260120193600.1089458-1-morf3089@gmail.com> <20260120193600.1089458-2-morf3089@gmail.com> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260120193600.1089458-2-morf3089@gmail.com> On Tue, Jan 20, 2026 at 08:36:00PM +0100, Gianluca Boiano wrote: > Add support for the Novatek NT36672A touchscreen variant found on the > Xiaomi Redmi Note 6 Pro (tulip) which uses a different wake_type value > (0x02 instead of 0x01). > > The touchscreen was failing to initialize with error -5 due to the > wake_type parameter mismatch during probe. This adds a new chip data > structure for the e7t variant with the correct wake_type value. > > Closes: https://github.com/sdm660-mainline/linux/issues/155 I don't think this is useful, because it's downstream/fork/distro with at least 100 patches on top of v6.18 (so not even current mainline!). Calling a repo "mainline" does not make it mainline and we do not track distro bugs. Also, lack of a feature is not a bug which needs to be closed. Drop the tag. Best regards, Krzysztof