Received: by 10.213.65.68 with SMTP id h4csp1099777imn; Wed, 14 Mar 2018 09:35:18 -0700 (PDT) X-Google-Smtp-Source: AG47ELvsO75S9siE18ITU2pl13x2lya4rcleOkOLrPcXaSb6TU0IvLmqcayw6yvsNy4qIu8HKH9G X-Received: by 10.99.143.66 with SMTP id r2mr4088229pgn.397.1521045318400; Wed, 14 Mar 2018 09:35:18 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521045318; cv=none; d=google.com; s=arc-20160816; b=p7u4ExpzU+WL5Gv3E9PlPDei1/ZDFZDjGiMC7X3kUFzS7qzXl8LcM2gsHglPBJ29D7 fRfxUUZCwD2fxAPlp4BBdajgL1V1EPpSkSsxCWhc1Wna7KzqQWdoz1IDAGXy27889Laf 2OeOcf50AUIRn1TuDLgjI1NOaOPsKV4MDbSy4hFRSzf+IlNN4Y191ntPiJB/D1LFHmbn /lNW8Khdmv319dIoILFMyE3Xyc6NlFqgra/x/QKeNIIPSmZdEoeLh0YB04KrvSKdylM1 fauHGdxBnu3zBsNrBRz4TAmacM2lVThscVDYmF3+75TKr5JwnOmHeTsdCHyVwfClyYC9 IUSA== 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:arc-authentication-results; bh=RwZCfhoJuE0pSgeRzl9LS4KxoOkLE4wclukjyLlrCIM=; b=MahYgOGd9X93RZKm94NXauIMaHWWDKd+aKjIfTVEIwUxVZZneF9KigebFA85JcQgDJ zmKJkLeqxdtplQAnJ0nXKH3/XWUWlB+jkSxNnQFbBUA55NQuPvnoxwp5a5z3pW93P1+P hu1hjzA3pisCS4CtXUSx2d47mSe1UluHVgKWUN/GwE34vLHdA444mMaypONJfF4oEFBI U/AtL4zhpbBC/q3mBzyOQig/hnJTGqWLPWVhHGrUx/ax701fKpVUHv2W8nyV+GHho1+v eFQfyF6i0hfQCKaAnCoOZytYMuS9ZRukA6351/6+V+eNaJIBeBWUCMJbJgZw5n2Grn4P JkKg== 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 k71si2074089pga.68.2018.03.14.09.35.01; Wed, 14 Mar 2018 09:35:18 -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 S1752355AbeCNQdd (ORCPT + 99 others); Wed, 14 Mar 2018 12:33:33 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37772 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752343AbeCNQda (ORCPT ); Wed, 14 Mar 2018 12:33:30 -0400 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 7FFD8D6B; Wed, 14 Mar 2018 16:33:29 +0000 (UTC) Date: Wed, 14 Mar 2018 17:33:29 +0100 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, Alan Stern , Thomas Gleixner Subject: Re: [PATCH 39/47] usb: isp1362: remove blackfin arch glue Message-ID: <20180314163329.GI4279@kroah.com> References: <20180314153603.3127932-1-arnd@arndb.de> <20180314153603.3127932-40-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180314153603.3127932-40-arnd@arndb.de> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 14, 2018 at 04:35:52PM +0100, Arnd Bergmann wrote: > The blackfin architecture is getting removed, and this is the last > remaining architecture specific setting, so the various hacks > can be removed now. > > >From all I can tell, there are no remaining in-tree users of the > driver, but it could be used by out-of-tree platform ports. > I've marked the driver as 'depends on COMPILE_TEST', short of > removing it outright. > > It was originally written for some ARM PXA machines using the same > chip, but that platform never really worked and the code has been > removed a long time ago. > > Signed-off-by: Arnd Bergmann > --- > drivers/usb/host/Kconfig | 1 + > drivers/usb/host/isp1362.h | 44 -------------------------------------------- > 2 files changed, 1 insertion(+), 44 deletions(-) Acked-by: Greg Kroah-Hartman