From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Belloni Date: Mon, 15 Apr 2019 15:28:02 +0000 Subject: Re: [PATCH] video: fbdev: atmel_lcdfb: add COMPILE_TEST support Message-Id: <20190415152802.GH3578@piout.net> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bartlomiej Zolnierkiewicz Cc: dri-devel@lists.freedesktop.org, Ludovic Desroches , linux-fbdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org On 12/04/2019 13:29:11+0200, Bartlomiej Zolnierkiewicz wrote: > Add COMPILE_TEST support to atmel_lcdfb driver for better compile > testing coverage. > > Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Alexandre Belloni > --- > drivers/video/fbdev/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: b/drivers/video/fbdev/Kconfig > =================================> --- a/drivers/video/fbdev/Kconfig 2019-04-12 13:12:24.000000000 +0200 > +++ b/drivers/video/fbdev/Kconfig 2019-04-12 13:15:03.986235226 +0200 > @@ -859,7 +859,7 @@ config FB_S1D13XXX > > config FB_ATMEL > tristate "AT91 LCD Controller support" > - depends on FB && OF && HAVE_FB_ATMEL > + depends on FB && OF && (HAVE_FB_ATMEL || COMPILE_TEST) > select FB_BACKLIGHT > select FB_CFB_FILLRECT > select FB_CFB_COPYAREA -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 B6D7EC10F0E for ; Mon, 15 Apr 2019 15:28: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 887D22075B for ; Mon, 15 Apr 2019 15:28:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="uMMWcYWR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 887D22075B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com 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=GsWsw0vvzYq79amInblz97hQyXtsOlicbRAO37g1snU=; b=uMMWcYWRkzpbgY cMTCHCMK4LKPzhuXg9TF82RRdNhZ//5nbks/6YA4VjOTLa/uiHpc5Pv1nMHBvImfvwJQAEVnvC0G7 V7/78+H1D7Uw/L5gRk3jMRiKg9QNhxqn/x9Ue+pEAzHmy6LTLx2knnXDD0kdhLM3gJkLs1YrMNXXX Lb0+o5mQshx8L/ZFD/I/SmLNxfJil8jGAFvxiWBu0aRXimKWMEWg1Lug0smAoBbKfTWytvbFK7f8R bRPHQkZHnSwOjewllxe71zuhq4Cdurc+sbZUXZF8ZQGZCaxZEb4oAfNiFi9vaX2P6ZpGXhkdHXVvF hWavSipiARq1TXMMXYOA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hG3Wp-0003pa-OJ; Mon, 15 Apr 2019 15:28:15 +0000 Received: from relay12.mail.gandi.net ([217.70.178.232]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hG3Wm-0003ov-7k for linux-arm-kernel@lists.infradead.org; Mon, 15 Apr 2019 15:28:14 +0000 Received: from localhost (alyon-652-1-176-226.w109-212.abo.wanadoo.fr [109.212.207.226]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 27E5B200006; Mon, 15 Apr 2019 15:28:03 +0000 (UTC) Date: Mon, 15 Apr 2019 17:28:02 +0200 From: Alexandre Belloni To: Bartlomiej Zolnierkiewicz Subject: Re: [PATCH] video: fbdev: atmel_lcdfb: add COMPILE_TEST support Message-ID: <20190415152802.GH3578@piout.net> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190415_082812_431827_F08899B6 X-CRM114-Status: GOOD ( 11.13 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: dri-devel@lists.freedesktop.org, Ludovic Desroches , linux-fbdev@vger.kernel.org, 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 12/04/2019 13:29:11+0200, Bartlomiej Zolnierkiewicz wrote: > Add COMPILE_TEST support to atmel_lcdfb driver for better compile > testing coverage. > > Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Alexandre Belloni > --- > drivers/video/fbdev/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: b/drivers/video/fbdev/Kconfig > =================================================================== > --- a/drivers/video/fbdev/Kconfig 2019-04-12 13:12:24.000000000 +0200 > +++ b/drivers/video/fbdev/Kconfig 2019-04-12 13:15:03.986235226 +0200 > @@ -859,7 +859,7 @@ config FB_S1D13XXX > > config FB_ATMEL > tristate "AT91 LCD Controller support" > - depends on FB && OF && HAVE_FB_ATMEL > + depends on FB && OF && (HAVE_FB_ATMEL || COMPILE_TEST) > select FB_BACKLIGHT > select FB_CFB_FILLRECT > select FB_CFB_COPYAREA -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Belloni Subject: Re: [PATCH] video: fbdev: atmel_lcdfb: add COMPILE_TEST support Date: Mon, 15 Apr 2019 17:28:02 +0200 Message-ID: <20190415152802.GH3578@piout.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Bartlomiej Zolnierkiewicz Cc: dri-devel@lists.freedesktop.org, Ludovic Desroches , linux-fbdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org List-Id: dri-devel@lists.freedesktop.org On 12/04/2019 13:29:11+0200, Bartlomiej Zolnierkiewicz wrote: > Add COMPILE_TEST support to atmel_lcdfb driver for better compile > testing coverage. > > Signed-off-by: Bartlomiej Zolnierkiewicz Acked-by: Alexandre Belloni > --- > drivers/video/fbdev/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > Index: b/drivers/video/fbdev/Kconfig > =================================================================== > --- a/drivers/video/fbdev/Kconfig 2019-04-12 13:12:24.000000000 +0200 > +++ b/drivers/video/fbdev/Kconfig 2019-04-12 13:15:03.986235226 +0200 > @@ -859,7 +859,7 @@ config FB_S1D13XXX > > config FB_ATMEL > tristate "AT91 LCD Controller support" > - depends on FB && OF && HAVE_FB_ATMEL > + depends on FB && OF && (HAVE_FB_ATMEL || COMPILE_TEST) > select FB_BACKLIGHT > select FB_CFB_FILLRECT > select FB_CFB_COPYAREA -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com