Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp2483770ybk; Tue, 12 May 2020 00:03:56 -0700 (PDT) X-Google-Smtp-Source: APiQypKXbOIeSUSedWSCkvnfiuZfqdkPDQjKnMdJfRKmSf9jXLGgMIL7APqrU9U9ValFiPKw/7Vu X-Received: by 2002:a17:906:4ecb:: with SMTP id i11mr15946989ejv.79.1589267036466; Tue, 12 May 2020 00:03:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589267036; cv=none; d=google.com; s=arc-20160816; b=kgylADTR7CjegAz28clzpOi0+lTb0UjZEjbQJsVhwuYbGUiveNVQhU5yo39XrYsmvR F10Ng5ShiL5rl5PnAqO733rcMeS0byJUVKXiQdUcK8cjwUxWr45t8d9DNH0NRaVi9ofU 5IyhDKEiDl8eK42I0k8nkUz36Aw/t2hFpUL+8xBstP1HlRWfKBfwW3m1lTW3BOMt/ugl QLZrOrdEmo6vkLh8QiOEKFxbOIasepeVignZTCzdwzLmPMRcB35TuwErkBZEJ2DYL+3w rLtxLY/f80YG5tYFNnXTvPp1lBPDMm9V1PJ4FiWGTHUZUHzb1p2mCREp00z95j2s7M0O z2Ew== 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=SURarXyC+c47sMknFQQsoLRnsJDKTXdaarbjbjN3r2A=; b=FWUKZVvCmeH8s7EOPZUUlfa7t1/f3bxr2Z765dQvsh1ybcIk49nJqTt8rU+visw3KK v+ilKqga+AzRmx7x/03IHGTo6B28tbPKpsMC6I/kYS2yr+cXrHvMYPf2X8mp7dIIGTyH w3Y3uHpdrTie7A7ZxLl5OPm2aUAoNrmE+E9TvrE3v5NqiryGZELRNK5EQwZUui92iQqC 5RWEIMbtAV44ZK+DgJT6sMF8Nmx9f00OS7S0pall5b5cVEkGawNLVdTovtMLPBM2aTow e7TVvWAjaS0X1mh1s1maGG3xIyuWqBnsuDyd7epnnhcbjZPpJbtCCREnbKOx5qYiCv+i 8xlw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c17si7319840edt.167.2020.05.12.00.03.32; Tue, 12 May 2020 00:03:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728837AbgELG73 convert rfc822-to-8bit (ORCPT + 99 others); Tue, 12 May 2020 02:59:29 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:50805 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725814AbgELG73 (ORCPT ); Tue, 12 May 2020 02:59:29 -0400 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id A607E20006; Tue, 12 May 2020 06:59:24 +0000 (UTC) Date: Tue, 12 May 2020 08:59:22 +0200 From: Miquel Raynal To: Christophe Kerello Cc: , , , , , , , , , , Subject: Re: [PATCH v4 04/10] mtd: rawnand: stm32_fmc2: cleanup Message-ID: <20200512085922.3fc3e4dd@xps13> In-Reply-To: <49c51a13-96a1-0241-f4d1-c5ff7d52921d@st.com> References: <1588756279-17289-1-git-send-email-christophe.kerello@st.com> <1588756279-17289-5-git-send-email-christophe.kerello@st.com> <20200511223900.030fe5f4@xps13> <49c51a13-96a1-0241-f4d1-c5ff7d52921d@st.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (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 Christophe, Christophe Kerello wrote on Tue, 12 May 2020 08:49:54 +0200: > Hi Miquel, > > On 5/11/20 10:39 PM, Miquel Raynal wrote: > > > > Christophe Kerello wrote on Wed, 6 May 2020 > > 11:11:13 +0200: > > > >> This patch renames functions and local variables. > >> This cleanup is done to get all functions starting by stm32_fmc2_nfc > >> in the FMC2 raw NAND driver when all functions will start by > >> stm32_fmc2_ebi in the FMC2 EBI driver. > >> > >> Signed-off-by: Christophe Kerello > >> Reviewed-by: Miquel Raynal > > > > Applied to nand/next as well but for an unknown reason I had to do it > > by hand because the patch would not apply. > > > > Thanks, > > Miquèl > > > This is strange, I can apply this patch on my tree without any conflicts. > There is a compilation issue line 1301. > > @@ -1302,44 +1298,45 @@ static void stm32_fmc2_write_data(struct nand_chip *chip, const void *buf, > > if (force_8bit && chip->options & NAND_BUSWIDTH_16) > /* Reconfigure bus width to 16-bit */ > - stm32_fmc2_set_buswidth_16(fmc2, true); > + stm32_fmc2_nfc_set_buswidth_16(nfc, true); > } > > I will rebase on top of nand/next today to check that there is no issues with the driver. I had to do some changes manually, maibe I missed this one, but I don't remember touching this helper. Anyway, I just dropped the two last patches of your series, please reba&se now on nand/next and just resend patches 4 and 5. Also, while at it, would you mind changing the commit title to something more meaningful? "cleanup" is a bit vague and not very accurate. Maybe something like "Cosmetic change to use nfc instead of fmc2 where relevant". Thanks, Miquèl