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.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 31558C35242 for ; Fri, 14 Feb 2020 19:43:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E6D1B24649 for ; Fri, 14 Feb 2020 19:43:21 +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="CylmmngX" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387586AbgBNTnV (ORCPT ); Fri, 14 Feb 2020 14:43:21 -0500 Received: from outils.crapouillou.net ([89.234.176.41]:33004 "EHLO crapouillou.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387571AbgBNTnV (ORCPT ); Fri, 14 Feb 2020 14:43:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1581709398; 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=wZkIWoT3qotVQAzgQYaq41IW6DjnXJ58Og2TKl+UxYc=; b=CylmmngXMjnDLNsYuyOHJWaCyYN0prjTB1gjlXLjqUQdJiqu7vagPSkN3rR0aPj+wUsXg+ 9Mb3yvg0l7sdZBsY3pTeC6M1N39ROw6FHsBzknaIEO29dIOPcUAwkiD1AMdfbWLTgzR0fp wDSRW6INz8BjS/H4ShcERbCgE415yNA= Date: Fri, 14 Feb 2020 16:42:57 -0300 From: Paul Cercueil Subject: Re: [PATCH v2 03/12] MIPS: CI20: defconfig: configure for supporting modules To: "H. Nikolaus Schaller" Cc: Paul Boddie , Rob Herring , Mark Rutland , Ralf Baechle , Paul Burton , David Airlie , Daniel Vetter , Andi Kleen , Miquel Raynal , Kees Cook , devicetree@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, letux-kernel@openphoenux.org, kernel@pyra-handheld.com Message-Id: <1581709377.3.9@crapouillou.net> In-Reply-To: References: <1581707415.3.7@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Le ven., f=E9vr. 14, 2020 at 20:30, H. Nikolaus Schaller=20 a =E9crit : > Hi Paul, >=20 >> Am 14.02.2020 um 20:10 schrieb Paul Cercueil : >>=20 >> Hi Nikolaus, >>=20 >> Patches 03-12 only touch the same two files - ci20.dts and=20 >> ci20_defconfig. >>=20 >> Unless someone strongly disagrees, I'd suggest to squash all=20 >> patches that touch each file together (except the ones with a Fixes=20 >> tag), I don't think we really need that much granularity here. >=20 > It comes more from having developed these things quite independently=20 > and only collected for submission... >=20 > One patch I don't know how to handle: "MIPS: DTS: CI20: add DT node=20 > for IR sensor". > It is from 2015 and has a different author (some Alex Smith but the=20 > mail address seems to be broken). > This information and attribution will be lost if we squash them. Ah, alright. Then I guess keep this one separate. -Paul >=20 > But I can do for V3 and will also fix the fixes tags by adding cc:=20 > stable :) >=20 > BR and thanks, > Nikolaus >=20 >=20 >>=20 >> -Paul >>=20 >>=20 >> Le ven., f=E9vr. 14, 2020 at 17:10, H. Nikolaus Schaller=20 >> a =E9crit : >>> Not all drivers need to be compiled into the kernel. >>> Support building and loading of kernel modules. >>> Signed-off-by: H. Nikolaus Schaller >>> --- >>> arch/mips/configs/ci20_defconfig | 1 + >>> 1 file changed, 1 insertion(+) >>> diff --git a/arch/mips/configs/ci20_defconfig=20 >>> b/arch/mips/configs/ci20_defconfig >>> index be41df2a81fb..e0d3c9d4c2ae 100644 >>> --- a/arch/mips/configs/ci20_defconfig >>> +++ b/arch/mips/configs/ci20_defconfig >>> @@ -1,4 +1,5 @@ >>> # CONFIG_LOCALVERSION_AUTO is not set >>> +CONFIG_MODULES=3Dy >>> CONFIG_KERNEL_XZ=3Dy >>> CONFIG_SYSVIPC=3Dy >>> CONFIG_POSIX_MQUEUE=3Dy >>> -- >>> 2.23.0 >>=20 >>=20 >=20 = 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.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,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 94851C7619F for ; Mon, 17 Feb 2020 08:21:23 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5791F20718 for ; Mon, 17 Feb 2020 08:21:23 +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="CylmmngX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5791F20718 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=crapouillou.net Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 437DA6E558; Mon, 17 Feb 2020 08:20:49 +0000 (UTC) Received: from crapouillou.net (outils.crapouillou.net [89.234.176.41]) by gabe.freedesktop.org (Postfix) with ESMTPS id 04D046E867 for ; Fri, 14 Feb 2020 19:43:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=crapouillou.net; s=mail; t=1581709398; 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=wZkIWoT3qotVQAzgQYaq41IW6DjnXJ58Og2TKl+UxYc=; b=CylmmngXMjnDLNsYuyOHJWaCyYN0prjTB1gjlXLjqUQdJiqu7vagPSkN3rR0aPj+wUsXg+ 9Mb3yvg0l7sdZBsY3pTeC6M1N39ROw6FHsBzknaIEO29dIOPcUAwkiD1AMdfbWLTgzR0fp wDSRW6INz8BjS/H4ShcERbCgE415yNA= Date: Fri, 14 Feb 2020 16:42:57 -0300 From: Paul Cercueil Subject: Re: [PATCH v2 03/12] MIPS: CI20: defconfig: configure for supporting modules To: "H. Nikolaus Schaller" Message-Id: <1581709377.3.9@crapouillou.net> In-Reply-To: References: <1581707415.3.7@crapouillou.net> MIME-Version: 1.0 X-Mailman-Approved-At: Mon, 17 Feb 2020 08:20:47 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Paul Boddie , Kees Cook , Paul Burton , David Airlie , kernel@pyra-handheld.com, linux-mips@vger.kernel.org, Ralf Baechle , linux-kernel@vger.kernel.org, Andi Kleen , Rob Herring , dri-devel@lists.freedesktop.org, Miquel Raynal , letux-kernel@openphoenux.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Le ven., f=E9vr. 14, 2020 at 20:30, H. Nikolaus Schaller = a =E9crit : > Hi Paul, > = >> Am 14.02.2020 um 20:10 schrieb Paul Cercueil : >> = >> Hi Nikolaus, >> = >> Patches 03-12 only touch the same two files - ci20.dts and = >> ci20_defconfig. >> = >> Unless someone strongly disagrees, I'd suggest to squash all = >> patches that touch each file together (except the ones with a Fixes = >> tag), I don't think we really need that much granularity here. > = > It comes more from having developed these things quite independently = > and only collected for submission... > = > One patch I don't know how to handle: "MIPS: DTS: CI20: add DT node = > for IR sensor". > It is from 2015 and has a different author (some Alex Smith but the = > mail address seems to be broken). > This information and attribution will be lost if we squash them. Ah, alright. Then I guess keep this one separate. -Paul > = > But I can do for V3 and will also fix the fixes tags by adding cc: = > stable :) > = > BR and thanks, > Nikolaus > = > = >> = >> -Paul >> = >> = >> Le ven., f=E9vr. 14, 2020 at 17:10, H. Nikolaus Schaller = >> a =E9crit : >>> Not all drivers need to be compiled into the kernel. >>> Support building and loading of kernel modules. >>> Signed-off-by: H. Nikolaus Schaller >>> --- >>> arch/mips/configs/ci20_defconfig | 1 + >>> 1 file changed, 1 insertion(+) >>> diff --git a/arch/mips/configs/ci20_defconfig = >>> b/arch/mips/configs/ci20_defconfig >>> index be41df2a81fb..e0d3c9d4c2ae 100644 >>> --- a/arch/mips/configs/ci20_defconfig >>> +++ b/arch/mips/configs/ci20_defconfig >>> @@ -1,4 +1,5 @@ >>> # CONFIG_LOCALVERSION_AUTO is not set >>> +CONFIG_MODULES=3Dy >>> CONFIG_KERNEL_XZ=3Dy >>> CONFIG_SYSVIPC=3Dy >>> CONFIG_POSIX_MQUEUE=3Dy >>> -- >>> 2.23.0 >> = >> = > = _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel