From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) (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 26410221DA4 for ; Thu, 9 Jan 2025 16:14:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.198 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736439250; cv=none; b=TIUhEG4GvdzpgG7RgjWdT6B1lSGujNor1rkOYx3XY4KuQa83hmm1LiK4gmvmd+utj2t+HLOzX+Ej5hYEj3Wq15St1McZgeSiRWaBwjwVfZ4GWFh29C6RmRhqu0uymg9r9nbBVANewGou1BhLUcYGOBPa6ux73QY2gCuxsvVHHP8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736439250; c=relaxed/simple; bh=1b5o8IAI/L94NigHDQxTRJLRMJV4LwKxlacBNDoccDY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=d4PiHN1MS32s9ANGe9wk+iZSDwis5baR+VjZq/R+VN7BPiZOpgvJDRr0wROQfOtWBTtlRi7M0JdHpj7gRjfA9OV8yovlxND/pwYMWFD80DP0aD5zxxlEB9BUPm++avg6isKB/XR7bWuaxXIFURWu8aPUFxVBInuYiC5uCrYzEzA= 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=PHKab5ud; arc=none smtp.client-ip=217.70.183.198 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="PHKab5ud" Received: by mail.gandi.net (Postfix) with ESMTPSA id 20CBEC000A; Thu, 9 Jan 2025 16:14:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1736439246; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mnt4UX2M6nzvjC+FTo0nNt82HePTxgIXL3fB0ZxpSVE=; b=PHKab5udr+JhXVrevTNJ5/J3+psBaYhSnnyXv1tmJFzCf2de2mlPIYNTFw15VRGyhccc7z uF13D9vMY/f3gJKbNDn+8uVzVaduYRkKxK18jVkU7XJZVMuFU083ZBMdABxWdrll46U9gg tmAqa4RbD+9MGueY6MZ6es/VxXlOH+cijJTjE3DbuKedrNvNhzElf0iQdcOKn6NDC2hRK3 9AKLf5TqgtE52wBmETNbMADl0SmexlCclRkdfyvbOy731mCwS5l5dC0eJe4ezm/37RCUCL DEg82p7UZJh9X59b1LekuHtpsPMvWk069yKz/PbCgLiJMeSwPPVMRLWOU2q1MA== From: Miquel Raynal To: Pratyush Yadav Cc: Tudor Ambarus , Michael Walle , Richard Weinberger , Vignesh Raghavendra , Thomas Petazzoni , Steam Lin , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] mtd: spi-nor: winbond: Add support for w25q01jv In-Reply-To: (Pratyush Yadav's message of "Tue, 24 Dec 2024 21:15:41 +0000") References: <20241224-winbond-6-12-rc1-nor-volatile-bit-v1-0-f7c4dff66182@bootlin.com> <20241224-winbond-6-12-rc1-nor-volatile-bit-v1-1-f7c4dff66182@bootlin.com> User-Agent: mu4e 1.12.7; emacs 29.4 Date: Thu, 09 Jan 2025 17:14:03 +0100 Message-ID: <87ed1carsk.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-GND-Sasl: miquel.raynal@bootlin.com Hello Pratyush, >> + }, { >> + .id =3D SNOR_ID(0xef, 0x40, 0x21), >> + .name =3D "w25q01jv", > > We no longer set the name for new flash entries. But knowing the flash > name for an entry is still useful, so make this a comment on top of the > entry. I just connected the dots and understood your request. I will respin a series will all your comments addressed. Thanks! Miqu=C3=A8l