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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 EAA09C3A589 for ; Thu, 15 Aug 2019 16:34:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C699B20578 for ; Thu, 15 Aug 2019 16:34:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731963AbfHOQeu (ORCPT ); Thu, 15 Aug 2019 12:34:50 -0400 Received: from jp.dhs.org ([62.251.46.73]:34802 "EHLO jpvw.nl" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1730156AbfHOQeu (ORCPT ); Thu, 15 Aug 2019 12:34:50 -0400 Received: from jp by jpvw.nl with local (Exim 4.92) (envelope-from ) id 1hyIi7-00074J-7W; Thu, 15 Aug 2019 18:34:47 +0200 Date: Thu, 15 Aug 2019 18:34:47 +0200 From: Jan Pieter van Woerkom To: Sean Young Cc: Antti Palosaari , Sean Young , linux-media@vger.kernel.org, thomas.hollstegge@gmail.com Subject: [PATCH 0/2] media: dvb-usb: move T230 to dvbsky Message-ID: <20190815163447.GA26765@jpvw.nl> References: <20190719183542.GA25609@jpvw.nl> <2dcec967-35b0-315c-4cdf-0bcfe8e71cbc@jpvw.nl> <20190815101436.m73vlybkei7ij4oz@gofer.mess.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190815101436.m73vlybkei7ij4oz@gofer.mess.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org media: dvb-usb: move t230 driver from cxusb to dvbsky This solves (amongst others) the 'T230 dvb-t2 data corruption since commit 5fa8815' problem. The 'remove from cxusb' patch has 2 versions: the a version applies to linux-5.2 and earlier, the b version applies to linux 5.3-rc4 (and possibly others). Use one or the other. Thank you very much! :-)