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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 AFDAAC433E6 for ; Mon, 18 Jan 2021 12:05:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A18F227C3 for ; Mon, 18 Jan 2021 12:05:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391340AbhARMF1 (ORCPT ); Mon, 18 Jan 2021 07:05:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:43274 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403775AbhARL4Y (ORCPT ); Mon, 18 Jan 2021 06:56:24 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4AC25222BB; Mon, 18 Jan 2021 11:55:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1610970943; bh=MCZMe+96VzwdrWAGSyNE7Jn9QLmbaq5najiGzzeV4pk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T8l6VRB1pI8ypImCD4mwfzNE4o6qTI8RrgiU/V6h6DRDZw1A4DW6HvefVWujjlfAQ ZlyMzFYy36Jy3h0peWGKoX1YF81R4zx2ZfcX/YMy1GqVvzem6hrxyQFJZMO4aeELGD BVGSX+loEiTggvx5mDAPe3woQYZT8butLGqkhJjg= Date: Mon, 18 Jan 2021 12:37:00 +0100 From: Greg Kroah-Hartman To: Felipe Balbi Cc: Al Cooper , linux-kernel@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com, linux-usb@vger.kernel.org, Patrik Jakobsson Subject: Re: [PATCH] usb: bdc: Remove the BDC PCI driver Message-ID: References: <20210115213142.35003-1-alcooperx@gmail.com> <878s8qwkgz.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <878s8qwkgz.fsf@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 18, 2021 at 01:30:36PM +0200, Felipe Balbi wrote: > > Hi, > > Al Cooper writes: > > The BDC PCI driver was only used for design verification with > > an PCI/FPGA board. The board no longer exists and is not in use > > anywhere. All instances of this core now exist as a memory mapped > > device on the platform bus. > > > > NOTE: This only removes the PCI driver and does not remove the > > platform driver. > > > > Signed-off-by: Al Cooper > > It sounds like it could be used for pre-silicon verification of newer > Core Releases, much like Synopsys still uses the HAPS (with mainline > linux, mind you) for silicon validation. > > Why would we delete this small shim if it *could* still be useful? It ends up conflicting with the PCI id of a device that is actually in the wild (a camera on Apple laptops). So it's good to drop this driver so the wrong driver doesn't get constantly bound to the wrong device. thnaks, greg k-h