From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.3ffe.de (0001.3ffe.de [159.69.201.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 2AEF03002D1 for ; Tue, 11 Aug 2026 06:31:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=159.69.201.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786429912; cv=none; b=YQZaSOSDKg4mMeCoufRKMCikH7DXmCgz3chPsxKMxSumdOTbqCuydTra/3ohKZ9Yfc3+hngy5tfBm4DzoeBJrMG6dh+zG1IiRM3XgoIF8bvNzUhnXgmKzSvwHB3Csem5Cbjl8CM91WDQxP3x92iMBMzBllGXHG5zAZgsWS1y4Fw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786429912; c=relaxed/simple; bh=gEOG/qgIhDdUjX9qB46MtIc4/G78QCr+yQbectfHfdE=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:From:To:Subject: References:In-Reply-To; b=cps1QRpmjp5h866hAnPpLfCP+/QVs7Rzb0dtanM2UvaY4nKPK1TcWZNdXHCf3RE1XcGKJyUannfAsMSxtIleF3GyO77oPQWbqoDUXg7aB7CrEXnkwMMyh2+PFD5mGXIXLtWCmSphHZFqrdSnUHPm6nIdpms9hDv+s9VsYejRawA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=pass smtp.mailfrom=walle.cc; arc=none smtp.client-ip=159.69.201.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=walle.cc Received: from localhost (unknown [IPv6:2a02:810b:4320:1000:4685:ff:fe12:5967]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id D4B1C2E0; Tue, 11 Aug 2026 08:31:48 +0200 (CEST) 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 Date: Tue, 11 Aug 2026 08:31:48 +0200 Message-Id: Cc: "Miquel Raynal" , "Pratyush Yadav" , "Takahiro Kuwano" , "Richard Weinberger" , "Vignesh Raghavendra" , , , From: "Michael Walle" To: "Cheng Ming Lin" Subject: Re: [PATCH v3 0/2] mtd: spi-nor: macronix: Add support for MX25L12833F and MX25L12845G X-Mailer: aerc 0.20.0 References: <20260605084837.1875896-1-linchengming884@gmail.com> <20260811012238.961754-1-linchengming884@gmail.com> In-Reply-To: <20260811012238.961754-1-linchengming884@gmail.com> Hi, On Tue Aug 11, 2026 at 3:22 AM CEST, Cheng Ming Lin wrote: > Gentle ping on this series, which has been on the list since June 5 > without review feedback. > > v3 addresses the comments from v1 and v2: the fixup now uses > ->post_sfdp() with a comment explaining the ID collision, and the build > error in v2 is fixed. Patch 2/2 is an independent regression fix > (Fixes: 947c86e481a0, Cc: stable) for the legacy MX25L12805D, which > currently fails to probe. The series still applies cleanly on master. > > Could you take a look when you get a chance? Sorry that fell through the cracks. -michael