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 631E1C61DA4 for ; Mon, 6 Mar 2023 13:02:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230478AbjCFNCO (ORCPT ); Mon, 6 Mar 2023 08:02:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35360 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230465AbjCFNB7 (ORCPT ); Mon, 6 Mar 2023 08:01:59 -0500 Received: from mail.3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5232B2D17B; Mon, 6 Mar 2023 05:01:36 -0800 (PST) Received: from 3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 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 33BE261; Mon, 6 Mar 2023 14:01:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2022082101; t=1678107694; 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=He1msdihuba59TEGTqSxz9CrKJ+Du+SLAYP6lmLufIs=; b=g/Fk+YjL1jRabuGoxyyPr+Hu9t8LZPW1mtHpVO+KDsYELjBz9coIw4mVPApg73l+nwTJmf rLTPG0/ZEN3VYx0VQzB7UgCLSL8U+F9lA2JTNBez1ZDEx8tAGUoPV3d5WaA93T7Vz6M0oc aHZZ8dODr5iondr9VcUgcC5icPoLZrk/GU0PjilpfpcsE+J+QuW31u+UwsZa8rNQ5OvdzZ K31YTP/erTkAbA0bCIMKSJ1K/FKNyH0b8pe1L8Mbrx3BnktMgUEKbPpaYj8hniW9w+/qoF n5tRV37ArBQ4YptSrfHP29/DhMqyhZNgyVh5jXEMveMIwHoGbuaYY6B9qeBxig== MIME-Version: 1.0 Date: Mon, 06 Mar 2023 14:01:34 +0100 From: Michael Walle To: Miquel Raynal Cc: Srinivas Kandagatla , linux-kernel@vger.kernel.org, Greg Kroah-Hartman , devicetree@vger.kernel.org, Rob Herring , Frank Rowand , Robert Marko , Luka Perkov , Thomas Petazzoni , rafal@milecki.pl Subject: Re: [PATCH 0/8] nvmem: Let layout drivers be modules In-Reply-To: <20230301152239.531194-1-miquel.raynal@bootlin.com> References: <20230301152239.531194-1-miquel.raynal@bootlin.com> User-Agent: Roundcube Webmail/1.4.13 Message-ID: X-Sender: michael@walle.cc 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 > Miquel Raynal (8): > of: Fix modalias string generation > of: Change of_device_get_modalias() main argument > of: Create an of_device_request_module() receiving an OF node > nvmem: core: Fix error path ordering > nvmem: core: Handle the absence of expected layouts > nvmem: core: Request layout modules loading > nvmem: layouts: sl28vpd: Convert layout driver into a module > nvmem: layouts: onie-tlv: Convert layout driver into a module With the fixes series [1] applied: Tested-by: Michael Walle I didn't test module autoloading, but I presume you did. Thanks for working on this! -michael [1] https://lore.kernel.org/r/20230306125805.678668-1-michael@walle.cc/