From patchwork Mon Nov 19 13:56:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Pawel Moll X-Patchwork-Id: 200007 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CA5852C00C8 for ; Tue, 20 Nov 2012 00:58:46 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TaRpp-0006Z1-EC; Mon, 19 Nov 2012 13:56:25 +0000 Received: from service87.mimecast.com ([91.220.42.44]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TaRpl-0006XQ-CP for linux-arm-kernel@lists.infradead.org; Mon, 19 Nov 2012 13:56:22 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Mon, 19 Nov 2012 13:56:18 +0000 Received: from [10.2.201.60] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 19 Nov 2012 13:56:18 +0000 Message-ID: <1353333377.3303.7.camel@hornet> Subject: Re: [PATCH v3] video: Versatile Express DVI output driver From: Pawel Moll To: arm@kernel.org Date: Mon, 19 Nov 2012 13:56:17 +0000 In-Reply-To: <1351612732.6199.4.camel@hornet> References: <1350405036-17997-1-git-send-email-pawel.moll@arm.com> <1351612732.6199.4.camel@hornet> X-Mailer: Evolution 3.6.0-0ubuntu3 Mime-Version: 1.0 X-OriginalArrivalTime: 19 Nov 2012 13:56:18.0340 (UTC) FILETIME=[A607CE40:01CDC65D] X-MC-Unique: 112111913561805001 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121119_085621_854289_DBC6F23F X-CRM114-Status: GOOD ( 17.25 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [91.220.42.44 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: "linux-fbdev@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Florian Tobias Schandinat X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Arnd, Olof, One of the important parts of the VE update is the display muxer driver... On Tue, 2012-10-30 at 15:58 +0000, Pawel Moll wrote: > Hello again Florian, > > On Tue, 2012-10-16 at 17:30 +0100, Pawel Moll wrote: > > Versatile Express' DVI video output can be connected to one the three > > sources - motherboard's CLCD controller or a video signal generated > > by one of the daughterboards. > > > > This driver configures the muxer FPGA so the output displays content > > of one of the framebuffers in the system (0 by default, can be changed > > by user writing to the "fb" sysfs attribute of the muxfpga device). > > > > It will also set up the display formatter mode and keep it up > > to date with mode changes requested by the user (eg. with fbset > > tool). > > > > Signed-off-by: Pawel Moll > > It's just a polite a friendly nag regarding this patch - it's been 2 > weeks since I posted this version (and 1.5 month since the first one)... > > Does it look good enough or completely wrong? I've asked the framebuffer people 3 times about this but got no comment whatsoever: https://patchwork.kernel.org/patch/1473091/ https://patchwork.kernel.org/patch/1601781/ so I assume there is no problem with merging this code ;-) Therefore, would you be so kind to pull this single patch? Without it the 3.8 kernel will not be able to show anything on VE's display... The following changes since commit f4a75d2eb7b1e2206094b901be09adb31ba63681: Linux 3.7-rc6 (2012-11-16 17:42:40 -0800) are available in the git repository at: git://git.linaro.org/people/pawelmoll/linux.git vexpress-drivers2 for you to fetch changes up to 357e174056d44c6614afec6c5ace1c2aea2ef0bb: video: Versatile Express DVI output driver (2012-11-19 11:12:40 +0000) This is the very last thing for 3.8 merge window from me. Thanks and regards Paweł