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=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 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 C9849C10F25 for ; Tue, 10 Mar 2020 03:29:20 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 9D84F2465A for ; Tue, 10 Mar 2020 03:29:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="X4QkpQ0T"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="SRP6s3qW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9D84F2465A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=siO/N8Q7eUphpRsN8v++8kis3zcFd2JRMrut3IgMHW8=; b=X4QkpQ0TFKbr/h e9xgQzKoAHjCzNlYqJ5Aq2MYdRRLEhQ0gFHQCnP8Dc5Pg8mN4yXV5/36bQIg4WZTnz9w0mYpm7oKx rppj7CBSk+aDmKmWLBH0tI2yeCbnrz/mXKmfngyeuQr5oaEt4vmu0d0y2aT3Ht96jTFZNK2kSPJxT KwkzPA6SagyTHpDwgq59PRshKp6zqBNEOIcm2C8Ul+TVmKqqKBiykGIadab0A9cBxycGg48QfOBAQ W0/8jMrSBnoM/51uFEKSest2Ks1WamlUUtdf3S9TghnGhFzV277IicvRlmPx9Yd5ePvITTA1D4wlv 3URjx+XO7jHaCd+etuow==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jBVa0-0006EH-Kj; Tue, 10 Mar 2020 03:29:16 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jBVZx-0006BD-D9 for linux-arm-kernel@lists.infradead.org; Tue, 10 Mar 2020 03:29:14 +0000 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5B9F82465A; Tue, 10 Mar 2020 03:29:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583810952; bh=hChG5TuO06hRpHNaYJuYKM2pUOhe6ZKZiMex2rIGmIQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=SRP6s3qWT0eqCspl7lvDEybo2miBsjyHUiTQ4vink9+satmLzK2Xj7+2czwhdju1/ t7maGSy5Ejb+kRFlscTcWMXwQzdXBNMX0KqRglPGg6NTOL8CCjIiMG6sjShF0spEp8 gG0K6X8/s/T3HFW1mfT+pRN3K+XCnOyfWuzMF5xA= Date: Tue, 10 Mar 2020 11:29:04 +0800 From: Shawn Guo To: Christian Gmeiner Subject: Re: [PATCH] ARM: multi_v7_defconfig: enable drm imx support Message-ID: <20200310032902.GA16036@dragon> References: <20200124084359.16817-1-christian.gmeiner@gmail.com> <20200217041936.GH5395@dragon> <20200218091409.GA6075@dragon> <20200219091138.GA12803@dragon> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200309_202913_487404_E3596801 X-CRM114-Status: GOOD ( 25.30 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Enric Balletbo i Serra , Alexandre Torgue , Arnd Bergmann , Tony Lindgren , Sascha Hauer , LKML , Krzysztof Kozlowski , Russell King , Lubomir Rintel , Patrice Chotard , Joel Stanley , Philipp Zabel , Olof Johansson , Geert Uytterhoeven , Fabio Estevam , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Mar 06, 2020 at 02:58:30PM +0100, Christian Gmeiner wrote: > Hi > > Sorry for the delay.. totally forgot about the mail. > > Am Mi., 19. Feb. 2020 um 10:11 Uhr schrieb Shawn Guo : > > > > On Wed, Feb 19, 2020 at 09:48:23AM +0100, Christian Gmeiner wrote: > > > Am Di., 18. Feb. 2020 um 10:14 Uhr schrieb Shawn Guo : > > > > > > > > On Mon, Feb 17, 2020 at 01:09:32PM +0100, Christian Gmeiner wrote: > > > > > Am Mo., 17. Feb. 2020 um 05:19 Uhr schrieb Shawn Guo : > > > > > > > > > > > > On Mon, Feb 10, 2020 at 02:30:12PM +0100, Christian Gmeiner wrote: > > > > > > > Am Mo., 10. Feb. 2020 um 11:58 Uhr schrieb Krzysztof Kozlowski > > > > > > > : > > > > > > > > > > > > > > > > On Mon, 10 Feb 2020 at 11:54, Christian Gmeiner > > > > > > > > wrote: > > > > > > > > > > > > > > > > > > Am Fr., 24. Jan. 2020 um 09:44 Uhr schrieb Christian Gmeiner > > > > > > > > > : > > > > > > > > > > > > > > > > > > > > Makes it possible to multi v7 defconfig for stm32 and imx based devices with > > > > > > > > > > > > What do you mean by stm32 based devices here? > > > > > > > > > > > > > > > > CONFIG_ARCH_STM32 - I have a STM32MP157C-DK2 in my board farm and > > > > > would love to use > > > > > multi_v7 for imx6 and stm32. > > > > > > > > The patch is all about enabling drm-imx driver support. The commit log > > > > gives the impression that drm-imx driver also works on stm32 devices. > > > > Is that the case? > > > > > > > > > > No - the common thing both share is etnaviv. > > > > I did not know that before, and thanks for the information. But looking > > at the code change, there is nothing about etnaviv driver, and it's all > > about drm-imx driver. So I'm still questioning why stm32 needs to be > > mentioned in the commit log at all. > > > > > The patch subject "ARM: > > > multi_v7_defconfig: enable drm imx support" is fine > > > > Agreed. It's perfect. > > > > > I think but in the commit message I missed the verb so this should be > > > a better one: > > > > > > --->8--- > > > ARM: multi_v7_defconfig: enable drm imx support > > > > > > Makes it possible to use multi v7 defconfig for stm32 and imx based devices with > > > full drm support. > > > --->8--- > > > > I don't think 'stm32' should be there, as the code change in this commit > > has nothing to do with stm32, if I understand it correctly. > > > > Okay.. what about: > --->8--- > ARM: multi_v7_defconfig: enable drm imx support > > It will be useful to have it enabled for KernelCI boot and runtime testing. > --->8--- Applied with above commit log. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel