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 501C8CA0EC9 for ; Mon, 11 Sep 2023 21:04:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241647AbjIKU5P convert rfc822-to-8bit (ORCPT ); Mon, 11 Sep 2023 16:57:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244138AbjIKTKh (ORCPT ); Mon, 11 Sep 2023 15:10:37 -0400 Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1E46DDD; Mon, 11 Sep 2023 12:10:31 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 616D0635DB56; Mon, 11 Sep 2023 21:10:29 +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 BhVzL38_nvWl; Mon, 11 Sep 2023 21:10:28 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 68B35635DB5A; Mon, 11 Sep 2023 21:10:28 +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 am1q5NFYuOSv; Mon, 11 Sep 2023 21:10:28 +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 3DA8F635DB56; Mon, 11 Sep 2023 21:10:28 +0200 (CEST) Date: Mon, 11 Sep 2023 21:10:28 +0200 (CEST) From: Richard Weinberger To: Daniel Golle Cc: linux-mtd , chengzhihao1 , robh , Vignesh Raghavendra , Randy Dunlap , Miquel Raynal , devicetree , Krzysztof Kozlowski , Conor Dooley , Rob Herring , linux-kernel Message-ID: <1097004835.16854.1694459428036.JavaMail.zimbra@nod.at> In-Reply-To: References: <169263908218.2000617.16931192155432403196.robh@kernel.org> Subject: Re: [PATCH v4 1/8] dt-bindings: mtd: add basic bindings for UBI 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 - FF97 (Linux)/8.8.12_GA_3809) Thread-Topic: dt-bindings: mtd: add basic bindings for UBI Thread-Index: LBx3qjf2tbmBuBCvCWOgaQQSzR540w== Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > Von: "Daniel Golle" > An: "linux-mtd" > CC: "chengzhihao1" , "robh" , "Vignesh Raghavendra" , "Randy > Dunlap" , "Miquel Raynal" , "richard" , "devicetree" > , "Krzysztof Kozlowski" , "Conor Dooley" > , "Rob Herring" , "linux-kernel" > Gesendet: Montag, 11. September 2023 21:01:57 > Betreff: Re: [PATCH v4 1/8] dt-bindings: mtd: add basic bindings for UBI > On Mon, Aug 21, 2023 at 12:31:22PM -0500, Rob Herring wrote: >> On Fri, 11 Aug 2023 02:36:37 +0100, Daniel Golle wrote: >> > Add basic bindings for UBI devices and volumes. >> > >> Reviewed-by: Rob Herring >> > > Patch 3 - 7 have previously been discussed on the mailing list, patch > 1 and 2 have been reviewed by Rob, patch 8 ("mtd: ubi: provide NVMEM > layer over UBI volumes") still needs review. > > Is there anything I can do from my end to have this series moving > forward? > > Patchwork: https://patchwork.ozlabs.org/project/linux-mtd/list/?series=368347 It is on my review TODO. Thanks for your patience, //richard