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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A277DC3DA7A for ; Thu, 5 Jan 2023 22:04:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=sKEKbtVccWXfiT0NDO17Yv2mT/w/OXNNo/bUp3O9DwI=; b=2PSDGWW7iYMbCg oFYTZRIggmqDmIldTgganMlymoOVSLKLP43PI3bbspPfh+sQW31MLCkV1v6FH9rIu/8eaVbCzKusy T7aM/N93gh74XVRWnJImwVSNjVixl74VNjFDIniQ44lEcCJ8D/kqAGssSjv7UDPFPtRciN7I98YW8 T8sXKih0FixrjMbXh0yb5vPW0vsIBNGkgTsNClSV07NTJo92JS94/vQ526ohlC6+5JFwhg73jkAd8 akZQpv8ulNaeEssfrjVaYo9ZLv3GoK7mhRf17poGkxk6wlMvhGYOURPgVsa8fnl3QaptgRs8F8+ro gPfk1BkvVi0+c4581PUg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pDYK8-00FO80-0e; Thu, 05 Jan 2023 22:02:56 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pDV8S-00DifU-5S for linux-arm-kernel@bombadil.infradead.org; Thu, 05 Jan 2023 18:38:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=3h9iIsbjBIvTwkWNRzCDDwPWNX68NfUG7orWwp73AYg=; b=cmhoYnuyAJbhx4ulBZI2QTNXWf 069OuWRqntduJ9gBseeAERXUpDEHYMJihWd36US6ZQlMkZ5LzADVRBb5RKV/7BLkmAamGfkJgGHha PpUywpHgGfdOG3eYa8DJK1xyUiwH9cmx2fUvx6S5OhBuJeUsLaTah2YiQhvXWhj38sfV7ONSvdpJn doaZgbAvKsdTAQK3Zf8HFvHsVZ7A+fF8kKwS1D/SuoM8hKwCtuyRz5PtGw9gCNuylSnf4VLKFZQZg qiZ/H4nlber9NZ/Hy+kTvQWwsY7gTejYRlDgG77DU3+fhnnJEZw646N8tl3XheYhgtnBcMxUh4uhJ hgRNgzkg==; Received: from dfw.source.kernel.org ([139.178.84.217]) by desiato.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pDReT-001PBK-2a for linux-arm-kernel@lists.infradead.org; Thu, 05 Jan 2023 14:55:31 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 52EF661ACA; Thu, 5 Jan 2023 14:55:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 079FBC433D2; Thu, 5 Jan 2023 14:55:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1672930533; bh=PiohE8EWfPhRz3Cbkv4O4/ZBL+QbVS0+cbrVBoLIte0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k/davLiiqvqeHscXHFJMtRafuHS44Q3AJqcL9Upqt9phcHoyklbi+ELN+SKABMJY4 PO3UP9J3vZOlzaQYFWAbUChM6uV+1ZlQUs/RsiVeaPfnWnaTwXcCYFe9+dGFhc38hb bUdpZLuhig+GGKR3lKMn5vLN6i0O9BK/Pj2f081U= Date: Thu, 5 Jan 2023 15:55:30 +0100 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: Robert Jarzmik , Daniel Mack , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Arnd Bergmann , Alan Stern , linux-usb@vger.kernel.org Subject: Re: [PATCH 25/27] usb: remove ohci-tmio driver Message-ID: References: <20230105134622.254560-1-arnd@kernel.org> <20230105134622.254560-26-arnd@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230105134622.254560-26-arnd@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230105_145530_096700_5125B60E X-CRM114-Status: GOOD ( 14.07 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jan 05, 2023 at 02:46:20PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > The TMIO MFD driver is getting removed, so its OHCI portion is not > used any more either. > > Cc: Alan Stern > Cc: Greg Kroah-Hartman > Cc: linux-usb@vger.kernel.org > Signed-off-by: Arnd Bergmann > --- > drivers/usb/host/ohci-hcd.c | 18 -- > drivers/usb/host/ohci-tmio.c | 364 ----------------------------------- > 2 files changed, 382 deletions(-) > delete mode 100644 drivers/usb/host/ohci-tmio.c I can take this through the USB tree, otherwise feel free to take it and add: Acked-by: Greg Kroah-Hartman _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel