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 E0CF04C6EE1 for ; Wed, 29 Jul 2026 13:44:18 +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=1785332659; cv=none; b=bZA6CpcmP1qhTyG9ZHr6Dhq3sXtcU+6bjtrk8hXrgyfuF5juhYkdPU2YNYN1mBzkIb6m2EXH8aZznSYLRLSPLdPpH6O2ZHsCdNUV80QrNyWnpiuts6W2Y+VJACRtCGSRsgyTTLfV5asWRfgdH9JvDOva6fRZK/qI28IN0nRr0xU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785332659; c=relaxed/simple; bh=sD4ch5IoPBziH4ogqtV53EoEmUKLdywURoGuGefEspo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pxsPxPA3pJ0/ukZx39zYfigDVX6cb3S10m6mI8c2nv8ZFWNND/sX8CDIUvn1vpMwqriJDSgg3jzaTIgtY2i+peNOskYR0p5GV2DW+hlowL24zlJgZEyFsJO/RE4xZ1+I8r5bbwzVVfzTD3rPrD8UsijrHP7cZ65zD91JvtfL2FY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=XLOhpMsY; 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="XLOhpMsY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0C171F00A3E; Wed, 29 Jul 2026 13:44:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1785332658; bh=Cu5MovC3ju4vzydbtUoC3fldqQ3GjkppewNDKtfFV0I=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=XLOhpMsYbIytiSxTLpuIS+cTeFp8dPC9xAg8nnQW0TxyfhzUFJmzSFhiimuV8H6C1 EXOKxIb0tP4pQkWnxuHAbRp19ZdteFw/24B8RO1pOJbYInWafo4dvvw49wcPxHzGAn lLNh+2taNM67/XP2flnNCfuNiEteTGHdVguY3Il8= Date: Wed, 29 Jul 2026 15:42:06 +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: <2026072955-paternity-dynamic-56ae@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. > > 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. Sorry, yes, that's what I was wanting to ask as well.