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 2435DCD54AF for ; Tue, 19 Sep 2023 11:35:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230517AbjISLfU (ORCPT ); Tue, 19 Sep 2023 07:35:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44496 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230272AbjISLfR (ORCPT ); Tue, 19 Sep 2023 07:35:17 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C81D4118 for ; Tue, 19 Sep 2023 04:35:11 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CD3FDC433C8; Tue, 19 Sep 2023 11:35:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695123311; bh=0pBI6sCAihdhsv5bY7X6wkSaJqwGGZtkQFy4U3+xUmA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=d491L4obeamS0W93OSoeKFnBCfZRNzreahdHnE54X8Lr3w59o2daKP85/Ahtkp58o 999HWfKsfrIAP5hyYvIkEiYbanrTYdbfnZdYuCL3GNtVF2ZFzqTi1HWTLCFIpqc/fK pg6GxNRPPpFj/YZzLgIw8c1WaC6tZpozW6BlDLh93IpieVhJa3Xdsv6R1xK1l+hXvH xC4B7wDTMGSLV5+/Txw8XbKUc659V25O4pyyZoIurrlIUcASje50mnoOqYfUiVBsaY md46I2QFY1j0po8dQCd6mcGrGpR6CDZ2B0eGRUIrfjt46vyISt7zWRHGxTT53nJlVg YhziABWBUy+NQ== MIME-Version: 1.0 Date: Tue, 19 Sep 2023 13:35:07 +0200 From: Michael Walle To: Tudor Ambarus Cc: Pratyush Yadav , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH v3 00/41] mtd: spi-nor: clean the flash_info database up In-Reply-To: <11380d64-09dd-352a-a6bf-3b8be332ec1c@linaro.org> References: <20230807-mtd-flash-info-db-rework-v3-0-e60548861b10@kernel.org> <11380d64-09dd-352a-a6bf-3b8be332ec1c@linaro.org> Message-ID: <996b67b91708b7858f76c35fb953e448@kernel.org> X-Sender: mwalle@kernel.org Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2023-09-19 11:39, schrieb Tudor Ambarus: > On 08.09.2023 13:16, Michael Walle wrote: >> - w25q32dw/layerscape spi >> - w25q32dw (with empty size and empty no_sfdp_flags)/layerscape spi >> - w25q16dw/mediatek spi > > all looks good, Michael, thanks for specifying the tests done. > I'll queue the patches with or without the small comments addressed, > just waiting for a couple of hours to get a response from you. Thanks, there is one small piece missing, see my reply in patch 10. It would be great if you can amend that. -michael