From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751325AbbCGQgU (ORCPT ); Sat, 7 Mar 2015 11:36:20 -0500 Received: from lb2-smtp-cloud3.xs4all.net ([194.109.24.26]:35170 "EHLO lb2-smtp-cloud3.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750698AbbCGQgS (ORCPT ); Sat, 7 Mar 2015 11:36:18 -0500 Message-ID: <54FB28EA.4040206@xs4all.nl> Date: Sat, 07 Mar 2015 17:35:54 +0100 From: Hans Verkuil User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-Version: 1.0 To: "Lad, Prabhakar" CC: Scott Jiang , adi-buildroot-devel@lists.sourceforge.net, Mauro Carvalho Chehab , LMML , LKML Subject: Re: [PATCH v3 00/15] media: blackfin: bfin_capture enhancements References: <1424544001-19045-1-git-send-email-prabhakar.csengg@gmail.com> <54F575AD.5020307@xs4all.nl> <54F58142.4030201@xs4all.nl> <54F82F5E.7060007@xs4all.nl> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/07/2015 05:22 PM, Lad, Prabhakar wrote: > On Thu, Mar 5, 2015 at 10:26 AM, Hans Verkuil wrote: >> On 03/05/15 10:44, Scott Jiang wrote: >>> Hi Hans, > [snip] >>>>> >>>>> cd utils/v4l2-compliance >>>>> cat *.cpp >x.cpp >>>>> g++ -o v4l2-compliance x.cpp -I . -I ../../include/ -DNO_LIBV4L2 >>>>> >>>>> I've never used uclibc, so I don't know what the limitations are. >>>>> >>>> Not sure what exactly fails, I haven’t tried compiling it, that was a >>>> response from Scott for v2 series. >>>> >>> >>> I found if I disabled libjpeg ./configure --without-jpeg, it can pass >>> compilation. >> >> Great! >> >>> Would you like me to send the result now or after Lad's v4 patch? >> >> Send it now as v4 won't have any meaningful code changes. >> > But anyway I cant help here much if there are any compliance issues, > as i don't have the hardware. Often compliance issues are trivially fixed, even without hardware. But step one is just to run the tool and see what it reports. Regards, Hans