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 X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2078AC433DF for ; Mon, 18 May 2020 20:51:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E07C220758 for ; Mon, 18 May 2020 20:51:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727018AbgERUvF convert rfc822-to-8bit (ORCPT ); Mon, 18 May 2020 16:51:05 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:33564 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726250AbgERUvE (ORCPT ); Mon, 18 May 2020 16:51:04 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 7154F6071A74; Mon, 18 May 2020 22:51:02 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id KUrDaPiIdUDY; Mon, 18 May 2020 22:51:00 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 5D0B16071A76; Mon, 18 May 2020 22:51:00 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id KhVKLKkHVMLA; Mon, 18 May 2020 22:51:00 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 39EAF6071A74; Mon, 18 May 2020 22:51:00 +0200 (CEST) Date: Mon, 18 May 2020 22:51:00 +0200 (CEST) From: Richard Weinberger To: Miquel Raynal Cc: Ricardo Ribalda Delgado , Vignesh Raghavendra , linux-mtd , linux-kernel , Boris Brezillon , Alban Bedel Message-ID: <560174857.237649.1589835060139.JavaMail.zimbra@nod.at> In-Reply-To: <20200518215649.5273b132@xps13> References: <20200430131721.360064-1-ricardo@ribalda.com> <20200504104339.31b4a858@xps13> <20200518215649.5273b132@xps13> Subject: Re: [PATCH] mtd: Fix mtd not registered due to nvmem name collision MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF68 (Linux)/8.8.12_GA_3809) Thread-Topic: Fix mtd not registered due to nvmem name collision Thread-Index: Q7Nx72pmZrkxf39ekBQmY2OOnvapSg== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Miquel Raynal" > An: "Ricardo Ribalda Delgado" > CC: "richard" , "Vignesh Raghavendra" , "linux-mtd" , > "linux-kernel" , "Boris Brezillon" , "Alban Bedel" > > Gesendet: Montag, 18. Mai 2020 21:56:49 > Betreff: Re: [PATCH] mtd: Fix mtd not registered due to nvmem name collision > Hi Ricardo, > > Ricardo Ribalda Delgado wrote on Mon, 18 May 2020 > 16:01:47 +0200: > >> Hi >> >> This is just a friendly ping after two weeks ;) > > Don't worry, it's in the pipe :) And now applied and pushed. :-) Thanks, //richard