From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 AD14E2D7D2E for ; Thu, 20 Nov 2025 19:37:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763667430; cv=none; b=Z1a+xMBLtrUCsHxUNSPvcZM03Cb3bYH+SxncR5I8QiRubVoao5VkIQ+yxfjZnp/v3FdPNnijt3RLdIoAbmqX4XqIgQqzAPSB3onHHLlj2epvQQEFbZ8Ilu4fRNrAVMXO/DsjqATlx82B8CrpNnzhbAXR7q6IhpRwgr6X5fyHtFg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763667430; c=relaxed/simple; bh=ishKQWb8Z/7mUfdGYCf4kJQjw+KC/2tu4S8tMK65SvU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=K0EdO6KBZKFrF5Y23opPIHPQE1CCzGo3Z4RIj7TW7LGZPoZiDJqkjGeMIIp4cDlUddmo/oPTnYJlI0c1Yxry+zyPZlszO7TUiUVk0vkVh+upcQ3Z8U7aCzab3fVM2nGVh8kmcCZZWoU9qps/wTRXGUFSfJcozBqoWhvveqDN87U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=htn0AFni; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="htn0AFni" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=P0DRZEp84WkEnzjkgyPaWHQ8QibvNmt+rg3XTQKUgZ0=; b=htn0AFniziTJsDDPZAgtYkCT5X Zpq10afOrAkpp1JoU2+qoNM8S491b5UvpVzyVivGxg5J9pKIKBGpQZojGRmdSDVF/a/Kaxe+TC2b8 pEak6DDDfNb2C79UTSjODT+7UtcyS8gbQsasKowFZXpe1zViV/pcbCPoNxAB7AJrCmkNyE+0ZbXlM NVumx7Dh+gN8V6iCqfPSCM91u+s6/8Dhp33XNNvPy0NrG/hWstTY4tkfotdbRXwrq3BDZuLZ9fzxa eiuxDDj7F28JA0Bv3n842vJuIQUWO+mnfrS2yzErprF9cKZi77UhzR3GiqpfL3slteFVbdzJZ6b8i CiZiKdhQ==; Received: from [213.192.12.196] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1vMASg-0005Ra-Aa; Thu, 20 Nov 2025 20:36:58 +0100 From: Heiko Stuebner To: lee@kernel.org, srini@kernel.org, Lee Jones Cc: linux-kernel@vger.kernel.org Subject: Re: (subset) [PATCH v4 2/2] mfd: qnap-mcu: Hook up the eeprom sub-device Date: Thu, 20 Nov 2025 20:36:56 +0100 Message-ID: <5679238.Sb9uPGUboI@phil> In-Reply-To: <176304950569.1556182.3664553953755268557.b4-ty@kernel.org> References: <20251103232942.410386-3-heiko@sntech.de> <176304950569.1556182.3664553953755268557.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-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Hi Lee, Am Donnerstag, 13. November 2025, 16:58:25 Mitteleurop=C3=A4ische Normalzei= t schrieb Lee Jones: > On Tue, 04 Nov 2025 00:29:42 +0100, Heiko Stuebner wrote: > > Add the qnap-mcu-eeprom platform-driver as sub-device for the MCU. > >=20 > >=20 >=20 > Applied, thanks! >=20 > [2/2] mfd: qnap-mcu: Hook up the eeprom sub-device > commit: 4e2236230b3d6dda4a60111605e25bf482ef7492 >=20 Somehow I can see the error handling series in your for-mfd-next branch but not the patch above. Did it get lost somewhere or am I simply too blind? Thanks Heiko