From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) (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 1B43C3090D4 for ; Thu, 22 Jan 2026 14:07:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.85.4 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769090837; cv=none; b=oDDmFXg1ZyGEKaS71fAVweioj1sxzN6BC55Fx4y9S3kbW8UErARwjjxbco5NuaDrnr0FPFfdv+YafjkQweO4GvZm+LFu5BaC2bnSQDyACn0P2rvfd0ytQn2ZvrOTaewyyKDi8RgYNUz8sNlv2hiqqGswtnmdQ2uu9lASZmVa/P4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769090837; c=relaxed/simple; bh=QOdEk8tMzp73TF6qEswsTx99HzaW/mTz9VPQktmQcWM=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=FYh+HAWOI7EknQFkJlLHH0CCFevOijcDKklPSUKIHyq1sRLLpnQcVt3A9L187eED3io6jVdDomt34AAsXyP7DRPZ6PZzgt+oQeo1kKsVsnrdEvx7dS6lkI8YeglPfOdN0xJgzNGzML5xUmrrojOtEawvtElhDZ5HBYCeP79Te7Y= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=o34Ja+Av; arc=none smtp.client-ip=185.246.85.4 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="o34Ja+Av" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 46F8D4E421F1 for ; Thu, 22 Jan 2026 14:07:08 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 0D66E606B6; Thu, 22 Jan 2026 14:07:08 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id CD990119B8245; Thu, 22 Jan 2026 15:07:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1769090827; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=QOdEk8tMzp73TF6qEswsTx99HzaW/mTz9VPQktmQcWM=; b=o34Ja+Av+3EcsQVJ3lNUiluGS2aovyw6u0Dw3oAnlWp3sNJAMce6ZeLDwOfF5hdR99WCms 3MqWYJhIPHdTNiIwarhzmNrAbq0MZhvhkkVIXiS+VlHl2kMlolt4cmHJXuOTI7nZZQOZXU T+ytfJ8MXMo91pIfXPUWLpUDzK7BNk1Wlymoe5lTbAHFdcHVR/SoPMofGWiAd/E9L0VozX Mm2RPEK/kyHOdtlwMYTwrENxrLfKcup2ecTrG8DMYY5ZXADvC5WKm9o8qrE3ZEaYRb06ci rxisn8AbBFrWnChCqX4PFsREay4K7C0HCsngG/Kfxjes0XMy9QOYK5GJFFVtGg== From: Miquel Raynal To: Geert Uytterhoeven Cc: Richard Weinberger , Vignesh Raghavendra , Richard Genoud , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7] mtd: rawnand: sunxi: Convert to common field_{get,prep}() helpers In-Reply-To: (Geert Uytterhoeven's message of "Thu, 15 Jan 2026 15:26:22 +0100") References: User-Agent: mu4e 1.12.7; emacs 30.2 Date: Thu, 22 Jan 2026 15:07:04 +0100 Message-ID: <87fr7xpwqf.fsf@bootlin.com> 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-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Hi Geert, On 15/01/2026 at 15:26:22 +01, Geert Uytterhoeven = wrote: > Drop the driver-specific field_get() and field_prep() macros, in favor > of the globally available variants from . > > Signed-off-by: Geert Uytterhoeven > Acked-by: Miquel Raynal I think b4 didn't catch up that I applied this patch (in the wrong branch, then moved it manually), so in case I indeed did not send a formal "applied to the MTD tree" yet, here it is :-) Cheers, Miqu=C3=A8l