From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0BF6248CD61 for ; Wed, 29 Jul 2026 13:44:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785332657; cv=none; b=Gw1lCDFKa104cEqWz9J/YIPeI3PA6P6fmNpRxwtOma+vscTuL6nara1J/efzu+M9wnxzhtSshdOhU6Q0hxsH9aPWueb2bcUXfMilRC9lBIL+NCIF8s8qWa7gqy90ncTOOBiY6rWh1XofRYHItPdTtzvu3Tk0X3Zp40miClpgoY0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785332657; c=relaxed/simple; bh=O2OQq0MX7+WcUDNpt14dPTmewkxE5GHNsVYbe493GC4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=V/SZWrShPtodXhfRfzlxq6dN6bsOFT+iOdBHrfp554MiC/6h8kUuG/NOMcNyM0Ws7Xozwnvbg035wNo761iy/OGWTLPf/YPBtDVK7HHKj+Z4Q8SX6C0XBbn9Z+lwwTeh3eMHTn63Zz1vLUc6oyr+DEZNvvWfFO4OWuw8Xq4J8Vs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=lazdUPMQ; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="lazdUPMQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2B2791F000E9; Wed, 29 Jul 2026 13:44:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1785332655; bh=O2OQq0MX7+WcUDNpt14dPTmewkxE5GHNsVYbe493GC4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=lazdUPMQgIiBt9/wCNiqylFJa1/Tw1l4gUrodM+YhQnZzb6WExJmf2130iuMPTYRr gqfWb34WAb1MyG4vJRTbxsHpCBVEEfhmquc4RnyKQeu7IHQZe97GndxManTUKS63UB RwvusB0vKIJKXDRaBcvYWicFv4xojgjQ8J2oLWL0= Date: Wed, 29 Jul 2026 15:41:49 +0200 From: Greg Kroah-Hartman To: Hongyan Xu Cc: Arnd Bergmann , John Stultz , Amit Pundir , Sumit Semwal , linux-kernel@vger.kernel.org, jianhao.xu@seu.edu.cn Subject: Re: [PATCH] misc: hisi_hikey_usb: cancel role switch work on remove Message-ID: <2026072927-gleaming-cross-a5da@gregkh> References: <20260728065558.1532-1-getshell@seu.edu.cn> <20260729105618.1577-1-getshell@seu.edu.cn> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260729105618.1577-1-getshell@seu.edu.cn> On Wed, Jul 29, 2026 at 06:56:18PM +0800, Hongyan Xu wrote: > Thanks for the context. I wasn't aware that the driver had no upstream > DT user or binding. If so, should we just drop the driver if there are no in-kernel users of it and no one has hardware for it anymore? thanks, greg k-h