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 8629FCA0EC8 for ; Mon, 11 Sep 2023 22:23:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376654AbjIKWUJ (ORCPT ); Mon, 11 Sep 2023 18:20:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45466 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244062AbjIKTCl (ORCPT ); Mon, 11 Sep 2023 15:02:41 -0400 Received: from pidgin.makrotopia.org (pidgin.makrotopia.org [185.142.180.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A0F5D8; Mon, 11 Sep 2023 12:02:34 -0700 (PDT) Received: from local by pidgin.makrotopia.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.96) (envelope-from ) id 1qfmAg-0000w8-1z; Mon, 11 Sep 2023 19:02:06 +0000 Date: Mon, 11 Sep 2023 20:01:57 +0100 From: Daniel Golle To: linux-mtd@lists.infradead.org Cc: Zhihao Cheng , Rob Herring , Vignesh Raghavendra , Randy Dunlap , Miquel Raynal , Richard Weinberger , devicetree@vger.kernel.org, Krzysztof Kozlowski , Conor Dooley , Rob Herring , linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/8] dt-bindings: mtd: add basic bindings for UBI Message-ID: References: <169263908218.2000617.16931192155432403196.robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <169263908218.2000617.16931192155432403196.robh@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Thank you for your advise! Daniel