Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp2172516ybd; Thu, 27 Jun 2019 07:58:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqwbnbUnl83iFARa0KZ549re+92MZOEW3xA+Qw1/hh4hWLykPhH95H88hhsHb3JPhV+6xA6z X-Received: by 2002:a63:50f:: with SMTP id 15mr4247565pgf.148.1561647500992; Thu, 27 Jun 2019 07:58:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561647500; cv=none; d=google.com; s=arc-20160816; b=Oax01KjztLF1XzP6eDF4HRc1Za15kDO/LyEJhRJCiMsiK1i1S1oUku8CYx61qjRTqa t5qLijvDtijH9iZHZJ2TYNS5jWbSsg8iAzUiokXHBon/VI1w30ka2syv4f88IRWNRV71 usTSFFAJdu9bppwRM6npnvR9rCzlCztl7z5J0lLfGeyKRt5lpG9ujH2iCZiGVQaC7KEy PcSAOyLmyTuCbH4E0bqC5Tr1Ak3CyzuMqgyNOK0nCo2/5BsfZ6R8rPtt1sfQ5Qcl92zr byHcN3IgLsGhBFHovIWWoMiRCEFLzyfaemyTOwYcrzpLiB/bTCh5v/O5H/xDMHqaW9iB Ovtg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=+jN340LsFy9HTBChxye+TPyjLJrQOQAtnhvBhSHEnzk=; b=E8F3x6z6O7Rb4eXHFUKSrrA1CUb05VTB8gt35CF7RfqgTxOtsSfyCiDEvez6RSOKeN ZoogfFl/HC4RrM55LrmJUEUWZsoQjsl1NwAraGIVWwoQT75wkhrIRd80rhPEe75Ljcni RljTyFcz6Sth36HgTrvfk9gr2mC2OuqWLhPBu3ClyrxVvfB3tsBgo1wB8BnsuyBzCbKB Y1XGaH7tLFgueW1GyPNdgw7cVt2ZUU6wDpGL4NTrPN+ZT53G1EXXn8GyN3GmCkEIgXDW zzYNLGsC6FJRZBdFMhF2nb8UOwamYBuzyhcNqB0WfnaZuRoFVthp6Rurw2isQQNaYdku Qm8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p62si5379859pjp.66.2019.06.27.07.58.04; Thu, 27 Jun 2019 07:58:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726590AbfF0O4V convert rfc822-to-8bit (ORCPT + 99 others); Thu, 27 Jun 2019 10:56:21 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:53839 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726370AbfF0O4U (ORCPT ); Thu, 27 Jun 2019 10:56:20 -0400 X-Originating-IP: 86.250.200.211 Received: from xps13 (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (Authenticated sender: miquel.raynal@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 1884A240014; Thu, 27 Jun 2019 14:56:14 +0000 (UTC) Date: Thu, 27 Jun 2019 16:56:13 +0200 From: Miquel Raynal To: Kamal Dasu Cc: linux-mtd@lists.infradead.org, bcm-kernel-feedback-list@broadcom.com, linux-kernel@vger.kernel.org, Brian Norris , Richard Weinberger , David Woodhouse , Marek Vasut , Vignesh Raghavendra Subject: Re: [PATCH v2 1/3] mtd: nand: raw: brcmnand: Refactored code to introduce helper functions Message-ID: <20190627165613.0bbe4304@xps13> In-Reply-To: <1559659013-34502-1-git-send-email-kdasu.kdev@gmail.com> References: <1559659013-34502-1-git-send-email-kdasu.kdev@gmail.com> 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 Kamal, Kamal Dasu wrote on Tue, 4 Jun 2019 10:36:29 -0400: > Refactored NAND ECC and CMD address configuration code to use helper > functions. > I'll take this series and edit myself the commit title but for next time please change the subject to "mtd: rawnand:" ;) Thanks, Miquèl