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.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no 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 73230C433E1 for ; Tue, 28 Jul 2020 12:51:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5408B20714 for ; Tue, 28 Jul 2020 12:51:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=crapouillou.net header.i=@crapouillou.net header.b="jSac2zYr" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729929AbgG1Mve (ORCPT ); Tue, 28 Jul 2020 08:51:34 -0400 Received: from crapouillou.net ([89.234.176.41]:43316 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729334AbgG1Mvd (ORCPT ); Tue, 28 Jul 2020 08:51:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1595940692; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=d6LEaQ5QXtKpB7Ve+o/tB8JqiizNP+42SBXIHX8JWEg=; b=jSac2zYr62B8+eaewzOIX7FUJY6rr3kuCXlOd2qMiqxaPRWa164pnS8bp6AlwajurTWL2b 7MSo5mzivOQGsoZW++dN4t9vaVYBUYyO1CKgBLEL1qxbY59HZAvTrWP+Iub5d7ye41cbc+ NNJX4eBLSEUlUpKKyVC3KPbNdR6PJls= Date: Tue, 28 Jul 2020 14:51:23 +0200 From: Paul Cercueil Subject: Re: [PATCH v4 2/2] MIPS: ingenic: Enable JZ4780_NEMC manually To: Krzysztof Kozlowski Cc: Thomas Bogendoerfer , "H. Nikolaus Schaller" , linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, Arnd Bergmann Message-Id: In-Reply-To: <20200728120035.GA28766@kozik-lap> References: <20200728104503.23655-1-krzk@kernel.org> <20200728104503.23655-2-krzk@kernel.org> <20200728111935.GA26683@kozik-lap> <20200728113702.GB13443@alpha.franken.de> <20200728120035.GA28766@kozik-lap> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le mar. 28 juil. 2020 =E0 14:00, Krzysztof Kozlowski a=20 =E9crit : > On Tue, Jul 28, 2020 at 01:37:02PM +0200, Thomas Bogendoerfer wrote: >> On Tue, Jul 28, 2020 at 01:19:35PM +0200, Krzysztof Kozlowski wrote: >> > On Tue, Jul 28, 2020 at 01:12:11PM +0200, Paul Cercueil wrote: >> > > Hi Krzysztof, >> > > >> > > Le mar. 28 juil. 2020 =E0 12:45, Krzysztof Kozlowski=20 >> a =E9crit >> > > : >> > > > The CONFIG_JZ4780_NEMC was previously a default on MIPS but=20 >> now it has >> > > > to be enabled manually. >> > > > >> > > > Signed-off-by: Krzysztof Kozlowski >> > > >> > > I think you should swap the two so that there are no problems=20 >> when >> > > bisecting. >> > >> > Good point. I was thinking that it will go via some of MIPS trees=20 >> and >> > the patch #1 will just wait a cycle. However with acks, I can=20 >> take it >> > through drivers/memory tree. >>=20 >> I've acked the patch. >>=20 >> Thomas. >=20 > Thanks but now I noticed that one of changed configs > (arch/mips/configs/rs90_defconfig) is only in MIPS tree. >=20 > I think it is easier then to take the patch #2 (configs) via MIPS and > wait with #1 for the next cycle or also take it via MIPS if it applies > cleanly. Why not take them both in the MIPS tree then? Would that conflict with=20 changes in your tree? -Paul