From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m49197.qiye.163.com (mail-m49197.qiye.163.com [45.254.49.197]) (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 D40FF39E9CF for ; Wed, 29 Jul 2026 10:56:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.254.49.197 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785322587; cv=none; b=s97M7gz7GnvgdZKKFO182U7vgf2SSS1NufQverurPNGI2kya6i1o4dANVHphHY6pDgVBD654Bl20ZSeOwwMcBDj7hwN3t4eDLQfGEwnIS3kjN7nPsNLJyc80sLtdw22lx8jzn7lhWKF4hm6xpLFh6Q2LLqSwTjOLhMHANNSaUGE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785322587; c=relaxed/simple; bh=LWpwIfgQDzJzTbb7OgdbMFxjVGZ5vYYtx0NhLFYyPgY=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Ko8HpqFmPi8vR5X/SzBnRIQRnOVpcxbG3TuqipH6TtqEMPpQJ3gUHkK72wVfgVLf5Lyeqg2s6OOG5z7XIA9+xO2tsMho/mH1nAxCAnUPdLDVEQu02b/I5mLcTWPs1emAXA8N6N+3KCPB1XUbIN4VixKnndDBiuo+5/hybI7+42Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=seu.edu.cn; spf=pass smtp.mailfrom=seu.edu.cn; dkim=pass (1024-bit key) header.d=seu.edu.cn header.i=@seu.edu.cn header.b=bfGn1/Ip; arc=none smtp.client-ip=45.254.49.197 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=seu.edu.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=seu.edu.cn Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=seu.edu.cn header.i=@seu.edu.cn header.b="bfGn1/Ip" Received: from LAPTOP-99KJFSET (unknown [36.153.54.46]) by smtp.qiye.163.com (Hmail) with ESMTP id 4805ec77c; Wed, 29 Jul 2026 18:56:20 +0800 (GMT+08:00) From: Hongyan Xu To: Arnd Bergmann Cc: John Stultz , Amit Pundir , Sumit Semwal , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, jianhao.xu@seu.edu.cn Subject: Re: [PATCH] misc: hisi_hikey_usb: cancel role switch work on remove Date: Wed, 29 Jul 2026 18:56:18 +0800 Message-ID: <20260729105618.1577-1-getshell@seu.edu.cn> X-Mailer: git-send-email 2.50.1.windows.1 In-Reply-To: <20260728065558.1532-1-getshell@seu.edu.cn> References: <20260728065558.1532-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-Transfer-Encoding: 8bit X-HM-Tid: 0a9fad84a7d403a1kunm2dcb269b11806e X-HM-MType: 10 X-HM-Spam-Status: e1kfGhgUHx5ZQUpXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFITzdXWRgWCB1ZQUpXWS1ZQUlXWQ8JGhUIEh9ZQVkZHklKVh0ZSE9KQh8dH0hDTFYeHw 5VEwETFhoSFyQUDg9ZV1kYEgtZQVlITVVKTkhVTk9VT01ZV1kWGg8SFR0UWUFZT0tIVUpLSUJNS0 pVSktLVUtZBg++ DKIM-Signature: a=rsa-sha256; b=bfGn1/IpDG3bT5a1y2rWNfuO2Jc0Ma9wbodLqRiJKV2+4sUEDkQSsMUgAGsbSM0fCZ9O/tutR20H3DPQoT6IYzOTQhdHJyXWGLmWKGBUvA/yqHktpgYVG8jzJi23QWa0okEwCXjcrGRipXFyuSt743hkLUNJsuGOVBHXy8MtkhM=; s=default; c=relaxed/relaxed; d=seu.edu.cn; v=1; bh=LWpwIfgQDzJzTbb7OgdbMFxjVGZ5vYYtx0NhLFYyPgY=; h=date:mime-version:subject:message-id:from; Thanks for the context. I wasn't aware that the driver had no upstream DT user or binding. Given that, I will hold off on revising this patch. If removing the unused driver is the preferred direction, I can prepare a separate removal patch. Thanks, Hongyan