From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99ABEC433F5 for ; Mon, 23 May 2022 14:59:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237429AbiEWO7P (ORCPT ); Mon, 23 May 2022 10:59:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35420 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237418AbiEWO7M (ORCPT ); Mon, 23 May 2022 10:59:12 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9289B5B8A4 for ; Mon, 23 May 2022 07:59:09 -0700 (PDT) Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id 6655222248; Mon, 23 May 2022 16:59:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1653317947; 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=cGj5h6n/mhpEpy/6trXc2PvmpwVRapEg4Ui9pjNgjCk=; b=X8G07+KlUFysKyCB10+5jywwKqQlpSDbTI+WOtIwm/bKeGpS0aNMPEKxV5rk0+QMblOTc4 bqzbvI0SDmR8nAECqNV3TSO/65zTkO+TOt0GgHvmffOdwh5W0U/gw/JlrLlGGQEOFV5aE+ QJMurQLjuz1ISSbq6gi1es8Lylt4BiM= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 23 May 2022 16:59:07 +0200 From: Michael Walle To: Jiaqing Zhao Cc: linux-mtd@lists.infradead.org, Tudor Ambarus , Pratyush Yadav , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] mtd: spi-nor: macronix: Add support for mx66l2g45g In-Reply-To: References: <20220523143002.1754922-1-jiaqing.zhao@linux.intel.com> User-Agent: Roundcube Webmail/1.4.13 Message-ID: <35d64d702798d437245090ce96ae29a8@walle.cc> X-Sender: michael@walle.cc Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2022-05-23 16:33, schrieb Jiaqing Zhao: > Use PARSE_SFDP for now as the SNOR_ID3() patch is not merged yet, will > switch to it after it is merged. Fair enough, could you resubmit it with { "mx66l2g45g", INFO(0xc2201c, 0, 0, 0) PARSE_SFDP }, Looks odd, but is the same as SNOR_ID3(0xc2201c), so we can just switch to the new macro without any more testing. Or Pratyush can replace it inline while committing this patch if the SNOR_ID3() will make it in before. -michael