Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp1601998yba; Thu, 25 Apr 2019 02:34:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqycXVME3tjM+jyQ+uF2W1qXcLLvqtyyhv8EXgzuCw7N5mM57XcUVdiffGrc0htgGVM5HqZF X-Received: by 2002:a17:902:4643:: with SMTP id o61mr14567804pld.249.1556184866701; Thu, 25 Apr 2019 02:34:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556184866; cv=none; d=google.com; s=arc-20160816; b=eZsZZ/ShQbxznvVUSq7I3h3YlRFFYjI4Sod8rpGDxA8LGercdwiBz1WGeC/S/qxy9P 6v6u1cLDNhVP5NecFl8Q180rqTp5D0v11cVu310/A7vHh6kPHvelyLLVHshCj6j/xnmx 1Cit6Drmuyu3NfEisMirHPzEHbum96Ib1bZrJVSE5a5wLsma6AkYtCrcwjI2KZrxzIpV Z8rxzT0I+xjROzMPU2vvukTs/KXPk7loL42Xhk8ljuW5bKmcsRbTpPnbyZYiNAgZ8MEA ShAfAKanKhobwKaATFrerlEw2ReD9iJFNHcKsPP6f0necQQWi2idGplYBx7pLFrtbdVR gxeA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=gZcs/6kFqqgHqyEq2io1nFNU7sEgk0HoW3gQ+oQHFjc=; b=mOJK1ZtejUh50t2fyqRJ4rAq/9MbPzJkDGTHJwaq41AfCE5TZhCrgJ9mmrRdC1o/1I DbsbibJ4L0lt+2RLxMqMPNZLZuUYyqLeX32+n8bdiNC1XOeHRYHKwWiPvfA2PBl6a6u6 XBlv+O413w9QpQz7MNVHTH6nFeozDxfpz8UaFIHBKB1aj7+dTJNkydwnusjtvnHv9eDV LqmWdXqYsNOjuCh5sdgAtlXNXOdwFCnZO5+j2/s9fzsgGx4I38oJSuHJtSyn/ZTZft9y PIWzFk/INXvnIs+TmpyoZy75VcrbN5e0vWpqXwGSr504eNq4uzwFOzRKEmgD8u8/ngF0 fjwQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v9si6055885pgq.527.2019.04.25.02.34.11; Thu, 25 Apr 2019 02:34:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728216AbfDYJdI (ORCPT + 99 others); Thu, 25 Apr 2019 05:33:08 -0400 Received: from gofer.mess.org ([88.97.38.141]:54649 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727891AbfDYJdI (ORCPT ); Thu, 25 Apr 2019 05:33:08 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id 1861C60400; Thu, 25 Apr 2019 10:33:06 +0100 (BST) Date: Thu, 25 Apr 2019 10:33:06 +0100 From: Sean Young To: Hans Verkuil Cc: "Maciej S. Szmigiero" , Michael Krufky , Mauro Carvalho Chehab , Andy Walls , linux-kernel , linux-media@vger.kernel.org Subject: Re: [PATCH v9 2/4] [media] cxusb: implement Medion MD95700 digital / analog coexistence Message-ID: <20190425093305.jdu53bhmdwri23hv@gofer.mess.org> References: <07fc8594c942ab527275b29121869ffe77bc1d83.1553903063.git.mail@maciej.szmigiero.name> <9ee14d2c-e8ea-5c3f-1194-f20f25678735@xs4all.nl> <75f07882-1553-b7d8-c15e-9e7cbc19996f@maciej.szmigiero.name> <05dbc46f-d467-1f63-b1e6-16e4d65b1ac8@xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <05dbc46f-d467-1f63-b1e6-16e4d65b1ac8@xs4all.nl> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 25, 2019 at 09:26:05AM +0200, Hans Verkuil wrote: > Sean, do you have cxusb hardware that you can use to test this when v11 > is posted? Just to verify that nothing breaks. Sadly, I'm afraid I do not have any cxusb hardware. Sean