From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90FAAC76188 for ; Sun, 21 Jul 2019 14:32:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6F93720823 for ; Sun, 21 Jul 2019 14:32:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726618AbfGUOcR (ORCPT ); Sun, 21 Jul 2019 10:32:17 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:55744 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726338AbfGUOcQ (ORCPT ); Sun, 21 Jul 2019 10:32:16 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id C612A281EBE Message-ID: <6c32193cff92bed7de0a0c070b2325bc8af6611a.camel@collabora.com> Subject: Re: [PATCH] mx2_emmaprp: use struct v4l2_fh From: Ezequiel Garcia To: Hans Verkuil , Linux Media Mailing List Date: Sun, 21 Jul 2019 11:32:09 -0300 In-Reply-To: <53199fac-04b9-027d-e014-041f94565926@xs4all.nl> References: <53199fac-04b9-027d-e014-041f94565926@xs4all.nl> Organization: Collabora Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Wed, 2019-07-17 at 15:43 +0200, Hans Verkuil wrote: > Convert this driver to use struct v4l2_fh and as a result switch to > using vb2/v4l2_mem2mem helper functions as well. > > Only compile-tested due to lack of hardware. This driver is however > very similar to the m2m-deinterlace driver in this respect, and that > v4l2_fh conversion has been properly tested. > > Signed-off-by: Hans Verkuil Reviewed-by: Ezequiel Garcia