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 3ECAA4F218; Thu, 12 Dec 2024 17:20:01 +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=1734024001; cv=none; b=dgfvGFNdxusOl4Weoz+i1Ba5eARqUTxilqmZ0NwEpE32WI8cVs5CGwEnVHrCa+Z+Ibm6O6EiKSXJVJN7QhA9li9olBMzGHDpIRhOR1YN5w6A7YsNdmlKTvDVNV8HPWQbITEBQAuLo0D7UnqDVJ+ALcpuPZryV8KVOmizNUYW69M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734024001; c=relaxed/simple; bh=LA9bximptyWrxDDOhzWENsKcJdq+AL2ptZwBglUEvIQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JkjouTufM4Z4nG0zuwgDkFd51VBavElQU8RTU5AHMzChBEKN5cT6e5E99naAetH46QYD1xTdfaUstpoUk9czwVJK6LeT20ARsMtLqZxTMVRGHv9HZnUbp8HVM4ne9IrNu60h4N1NoGVuHhZ7fbNvmmFlZtMyAIsBrde8bhumL/0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tRdRO6ro; 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="tRdRO6ro" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ECB52C4CED3; Thu, 12 Dec 2024 17:19:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1734024001; bh=LA9bximptyWrxDDOhzWENsKcJdq+AL2ptZwBglUEvIQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tRdRO6rogumis9deCjy6y6ne1ICA01Nh28nZ0MFx+VpQWtctwbkrEQoULb7X2nZty ib2ozEVzuuRswzktShb+9DTiYhG857AZfG6MV6HCngGUp6uB8wZQG7B6Sck/TO0bsl GyKNbkmGweOgJkpqNJDZZ53agK6Fd1cMKQtu5pDVrijPxLL166lYt3c5cwE54JtnL6 o2MtW/WjDFjq//DW+MEBykBnNxiWdMRUXS5pipOvZJxfpj2nUobqZWQgyE+EYIW6RW 2oOFQd/rETDW5+xsMmQwyU0Y9bMLeYi8jSDf1hRCRx6K/eCgkc+BcrplodMYV6MtFE gUHXkDWQvzwdQ== Date: Thu, 12 Dec 2024 17:19:54 +0000 From: Lee Jones To: jikos@kernel.org, jic23@kernel.org, Heiko Stuebner Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, jdelvare@suse.com, linux@roeck-us.net, srinivas.pandruvada@linux.intel.com, bentiss@kernel.org, dmitry.torokhov@gmail.com, pavel@ucw.cz, ukleinek@debian.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-input@vger.kernel.org, linux-iio@vger.kernel.org, linux-leds@vger.kernel.org Subject: Re: [PATCH v9 0/9] Drivers to support the MCU on QNAP NAS devices Message-ID: <20241212171954.GI7139@google.com> References: <20241107114712.538976-1-heiko@sntech.de> <173402387748.2234929.7484373598047473898.b4-ty@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <173402387748.2234929.7484373598047473898.b4-ty@kernel.org> On Thu, 12 Dec 2024, Lee Jones wrote: > On Thu, 07 Nov 2024 12:47:03 +0100, Heiko Stuebner wrote: > > This implements a set of drivers for the MCU used on QNAP NAS devices. > > > > Of course no documentation for the serial protocol is available, so > > thankfully QNAP has a tool on their rescue-inird to talk to the MCU and > > I found interceptty [0] to listen to what goes over the serial connection. > > > > In general it looks like there are two different generations in general, > > an "EC" device and now this "MCU" - referenced in the strings of the > > userspace handlers for those devices. > > > > [...] > > Applied, thanks! > > [1/9] HID: hid-sensor-hub: don't use stale platform-data on remove > commit: e079a120f31e3f9c00180aa13c1df18cc138f7fe > [2/9] mfd: core: make platform_data pointer const in struct mfd_cell > commit: 8f4009ad901c44f0428dbde654c4dd1fb29c863b > [3/9] dt-bindings: mfd: add binding for qnap,ts433-mcu devices > commit: 8877bcff3e3b4f08a1fc0232dbfdaeda085cfdf3 > [4/9] mfd: add base driver for qnap-mcu devices > commit: 944ca826f69e4723853b3876875b03aeafe67b60 > [5/9] leds: add driver for LEDs from qnap-mcu devices > commit: fe6a21ee38f12e3e5f9adbd2f9a840be105b943f > [6/9] Input: add driver for the input part of qnap-mcu devices > commit: 4b27e0da257371d3d141fae38fdbdc3c3a67bce6 > [7/9] hwmon: add driver for the hwmon parts of qnap-mcu devices > commit: 41755872a8a8ab8d1644459d9634c53b743fe2be Once build testing is complete, I'll send out a PR. Note to self: ib-mfd-hid-hwmon-input-leds-6.14 -- Lee Jones [李琼斯]