From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lb1-smtp-cloud6.xs4all.net ([194.109.24.24]:51496 "EHLO lb1-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752537AbcHOJHN (ORCPT ); Mon, 15 Aug 2016 05:07:13 -0400 Subject: Re: [PATCH v3 0/9] Add MT8173 Video Decoder Driver To: Tiffany Lin References: <1464611363-14936-1-git-send-email-tiffany.lin@mediatek.com> <1471251821.28498.7.camel@mtksdaap41> Cc: Hans Verkuil , daniel.thompson@linaro.org, Rob Herring , Mauro Carvalho Chehab , Matthias Brugger , Daniel Kurtz , Pawel Osciak , Eddie Huang , Yingjoe Chen , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org, PoChun.Lin@mediatek.com From: Hans Verkuil Message-ID: <74aa2d31-97dd-d274-e07d-b4532c0f4fa5@xs4all.nl> Date: Mon, 15 Aug 2016 11:07:06 +0200 MIME-Version: 1.0 In-Reply-To: <1471251821.28498.7.camel@mtksdaap41> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 08/15/2016 11:03 AM, Tiffany Lin wrote: > Hi Hans, > > I upstream v4 on 8/10, I don't know why this version is not shown in > https://patchwork.kernel.org. > But I could see it in other link. > http://www.spinics.net/lists/arm-kernel/msg523095.html > I refine DocBook and vb2 queue_setup function in v4. > > For the MT21 format, if I put MT21 into separate patch, this patch > series will build fail, I was confused how to fix this issue? Just don't implement that pixelformat yet. I.e. everything else can be implemented, just don't add MT21 to the list of pixelformats. Do that in a separate patch at the end. If that pixelformat isn't exposed, then nobody will use it either :-) Regards, Hans