Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934621AbcJ0HiA (ORCPT ); Thu, 27 Oct 2016 03:38:00 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:35739 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933242AbcJ0Hh4 (ORCPT ); Thu, 27 Oct 2016 03:37:56 -0400 MIME-Version: 1.0 In-Reply-To: <20161027071523.GD7706@verge.net.au> References: <20161026052422.17283.57864.sendpatchset@little-apple> <20161027070801.GB7706@verge.net.au> <20161027071523.GD7706@verge.net.au> From: Magnus Damm Date: Thu, 27 Oct 2016 16:37:53 +0900 Message-ID: Subject: Re: [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules To: Simon Horman Cc: "linux-arm-kernel@lists.infradead.org" , Arnd Bergmann , Catalin Marinas , Will Deacon , linux-kernel , Linux-Renesas , Laurent Pinchart , khilman@baylibre.com Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 979 Lines: 27 Hi Simon, On Thu, Oct 27, 2016 at 4:15 PM, Simon Horman wrote: > On Thu, Oct 27, 2016 at 09:08:01AM +0200, Simon Horman wrote: >> On Wed, Oct 26, 2016 at 02:24:22PM +0900, Magnus Damm wrote: >> > From: Magnus Damm >> > >> > Extend the ARM64 defconfig to enable the DU DRM device as module >> > together with required dependencies of V4L2 FCP and VSP modules. >> > >> > This enables VGA output on the r8a7795 Salvator-X board. >> > >> > Signed-off-by: Magnus Damm >> >> Thanks, I have queued this up. > > Given discussion elsewhere on enabling DU I am holding off on this for a > little; it is not queued up for now. Sure, thanks for holding off the DT integration patches for r8a7796. Please note that as of mainline v4.9-rc2 the r8a7795 Salvator-X board has thanks to DU, FCP and VSP a working VGA port. So enabling those devices in the defconfig from now on makes sense to me. Cheers, / magnus