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 35A0B39A05D; Wed, 25 Mar 2026 08:49:29 +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=1774428569; cv=none; b=KqECQx2Zy8AySSeQ/VHPzPMJo79hmyKqFhY2AKmSdug6bY6SddW71SFNQfFoRIu9BCUnFTagsNNjMCyMWED5NWPaenW+/V42kInlxeLMZncw+WlLFcRf+mtCu1LzNm6mH7lcjXkL67ZMF4JckMshj3Qqvl9GHZvkU65aZim42Zc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774428569; c=relaxed/simple; bh=xQmO7EJXl1PoTtMOtJVG6NGd02VYJTyAaCn3EEcWWss=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=alGCEXT0nZY5XJzkxtvWgdLJNvULSKXqP4sPRXyO+Urz4byTcu27Je9Qd8VED79D4OrAVmQFSnaKe/2bf0n7cBF9VStQ1340KXwd8EmUWHJoqbpRD40d3uCVWbP9vQA0S4ea0qUUieEwNyRkxNiflu43Wt9I7L+sGM0XUrXrtZE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=etwMqJpS; 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="etwMqJpS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 780E7C4CEF7; Wed, 25 Mar 2026 08:49:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774428569; bh=xQmO7EJXl1PoTtMOtJVG6NGd02VYJTyAaCn3EEcWWss=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=etwMqJpS5Ue2xjTIBn/Rrmg0rM3uZ2gmq2jbeysyst1MP7bEAdtOty+h/MGQR6hCv Kg/Z4iUATK8JJBGSA+mBU/S9NNkJMqGUIaLn1zQbR5HeMdet2DEvDXlu+p+Hn3YnIB Y0qZ3v027cRBo5GjYoxAEJH4dETv9Om379JWp0WrQ8Mg/1GndcZpLUBFRr0SECBKKm cKI+keWWgRGAynfHL+0mlC2zBXZeZUaDS5G2MPFpzJpCyZ+nBMGqbbhKVJMRPNR21K 3LaamZ0vWgZZoWDJII9cMgixGcEytoC1WbsjKV+ILkNbIhEa4z+ZCPClkyQTvO10Pa lujBpsu7X7ARw== Date: Wed, 25 Mar 2026 09:49:26 +0100 From: Krzysztof Kozlowski To: Jingyuan Liang Cc: Jiri Kosina , Benjamin Tissoires , Jonathan Corbet , Mark Brown , Steven Rostedt , Masami Hiramatsu , Mathieu Desnoyers , Dmitry Torokhov , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-input@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-trace-kernel@vger.kernel.org, devicetree@vger.kernel.org, hbarnor@chromium.org, tfiga@chromium.org, Jarrett Schultz , Dmitry Antipov , Angela Czubak Subject: Re: [PATCH v2 00/11] Add spi-hid transport driver Message-ID: <20260325-naughty-hungry-wapiti-658e83@quoll> References: <20260324-send-upstream-v2-0-521ce8afff86@chromium.org> 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: <20260324-send-upstream-v2-0-521ce8afff86@chromium.org> On Tue, Mar 24, 2026 at 06:39:33AM +0000, Jingyuan Liang wrote: > This series picks up the spi-hid driver work originally started by > Microsoft. The patch breakdown has been modified and the implementation > has been refactored to address upstream feedback and testing issues. We > are submitting this as a new series while keeping the original sign-off > chain to reflect the history. > > Same as the original series, there is a change to HID documentation, some > HID core changes to support a SPI device, the SPI HID transport driver, > and HID over SPI Device Tree binding. We have added the HID over SPI ACPI > support, power management, panel follower, and quirks for Ilitek touch > controllers. > > Original authors: Jarrett Schultz , > Dmitry Antipov > Link: https://lore.kernel.org/r/86b63b7b-afda-d7f4-7bfa-175085d5a8ef@gmail.com > > Signed-off-by: Jingyuan Liang > --- > Changes in v2: > - Fix style problems and remove unnecessary fields from the DT binding file Style and removal? So other comments were skipped? Please write detailed changelogs, otherwise it feels you just ignore parts of the feedback. Best regards, Krzysztof