From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755046AbdBPRtA (ORCPT ); Thu, 16 Feb 2017 12:49:00 -0500 Received: from mail-it0-f54.google.com ([209.85.214.54]:34107 "EHLO mail-it0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754708AbdBPRs6 (ORCPT ); Thu, 16 Feb 2017 12:48:58 -0500 MIME-Version: 1.0 In-Reply-To: <058423ca-c53b-93a2-035e-54fe3ce6dcfe@ti.com> References: <1486485683-11427-1-git-send-email-bgolaszewski@baylibre.com> <058423ca-c53b-93a2-035e-54fe3ce6dcfe@ti.com> From: Bartosz Golaszewski Date: Thu, 16 Feb 2017 18:48:57 +0100 Message-ID: Subject: Re: [PATCH 00/10] ARM: davinci: add vpif display support To: Sekhar Nori Cc: Kevin Hilman , Patrick Titiano , Michael Turquette , Rob Herring , Mark Rutland , Russell King , Alexandre Bailon , David Lechner , Laurent Pinchart , Mauro Carvalho Chehab , Lad Prabhakar , linux-devicetree , LKML , arm-soc , linux-media@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2017-02-13 10:22 GMT+01:00 Sekhar Nori : > Hi Bartosz, > > On Tuesday 07 February 2017 10:11 PM, Bartosz Golaszewski wrote: >> The following series adds support for v4l2 display on da850-evm with >> a UI board in device tree boot mode. >> >> Patches 1/10 - 5/10 deal with the device tree: we fix whitespace >> errors in dts files and bindings, extend the example and the dts for >> da850-evm with the output port and address the pinmuxing. >> >> Patch 6/10 enables the relevant modules in the defconfig file. >> >> Patches 7/10 and 8/10 fix two already existing bugs encountered >> during development. >> >> Patch 9/10 make it possible to use a different i2c adapter in the >> vpif display driver. >> >> The last patch adds the pdata quirks necessary to enable v4l2 display. >> >> Tested with a modified version of yavta[1] as gstreamer support for >> v4l2 seems to be broken and results in picture artifacts. >> >> [1] https://github.com/brgl/yavta davinci/vpif-display > > Can you also share the command line you used ? > > Thanks, > Sekhar Will do. I'll also send separate sets of patches for your different branches as advised by Kevin. Thanks, Bartosz