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=-6.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 5128FC43381 for ; Mon, 1 Apr 2019 15:25:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 26247208E4 for ; Mon, 1 Apr 2019 15:25:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728551AbfDAPZX convert rfc822-to-8bit (ORCPT ); Mon, 1 Apr 2019 11:25:23 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:34133 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726754AbfDAPZX (ORCPT ); Mon, 1 Apr 2019 11:25:23 -0400 X-Originating-IP: 90.88.32.136 Received: from xps13 (aaubervilliers-681-1-91-136.w90-88.abo.wanadoo.fr [90.88.32.136]) (Authenticated sender: miquel.raynal@bootlin.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id B688A4001A; Mon, 1 Apr 2019 15:25:20 +0000 (UTC) Date: Mon, 1 Apr 2019 17:25:19 +0200 From: Miquel Raynal To: Paul Cercueil Cc: Harvey Hunt , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 00/13] Ingenic NAND patchset v6 Message-ID: <20190401172519.4b7a42df@xps13> In-Reply-To: <20190319145403.31627-1-paul@crapouillou.net> References: <20190319145403.31627-1-paul@crapouillou.net> Organization: Bootlin X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Paul, Paul Cercueil wrote on Tue, 19 Mar 2019 15:53:50 +0100: > Hi, > > Changes from V5 include just a typo correction in patch 09/13, and the > introduction of the patch 13/13 which is new. > > The rest is untouched. > > Thanks, > -Paul > Applied to git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git on nand/next. Thanks, Miquèl