From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-100.freemail.mail.aliyun.com (out30-100.freemail.mail.aliyun.com [115.124.30.100]) (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 2499028AAEE for ; Wed, 25 Feb 2026 01:45:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.100 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771983950; cv=none; b=r+g+9au0LtXIJ/MwV9ujPu0YoQer4ExJHj8/7yyP5AogZ6Qfle3k9uZhsP42jLErNDKw3cE7YYgUocE8O0fogrAUNu+mzg1BeZq/eFZeHJ0kvDNsJepZKua2PgYdWtX8BsdltXmlbSuWKfT8Edj18LoOTsS1G3bmNG1IRax9FNA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771983950; c=relaxed/simple; bh=U87I1AJLHguxn79pLOdJU1CrX0Y7Wl2GoTWom5CKtks=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Gzho6zG+fG/2lY/Wk4BAkCiRXOkipTblfeH2Hx0ltPVFwXPXEHSpEEqwSWPaEpZZNc3x55JSiSskbkjqpzCtt4Was4KXcmoGQHSIM/x32R1XZEuAgqqURtLqMna5s30uqDutvqqLtPC8fHJ9sTiPFoKd3DyYbpg0jLIyX7wpCyM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=WAIDdKWu; arc=none smtp.client-ip=115.124.30.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="WAIDdKWu" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1771983946; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=UibE2I8JbVmcSHsndJX9DCfJwX/LXdoM0FXt05GZLDs=; b=WAIDdKWuldeF6VOT5R0I0iJANHjKRbuWp9B3Cs7F2ZAoAIs8rXoSxWJDrPKLDbWMbjCTaAok9rh22YzeRwwvBBRg9zgJ+OJFgsNx+y8hjmDsuVdk2OCqyXc6N2BLEob/03/C+ev2I+WiEi+sWy3f7zGKskWc/3trHrz7rW3de2s= Received: from 30.221.130.33(mailfrom:guwen@linux.alibaba.com fp:SMTPD_---0WzkmwlC_1771983937 cluster:ay36) by smtp.aliyun-inc.com; Wed, 25 Feb 2026 09:45:45 +0800 Message-ID: <3929f57c-afd2-461f-a840-7bfee6bfb5dd@linux.alibaba.com> Date: Wed, 25 Feb 2026 09:45:37 +0800 Precedence: bulk X-Mailing-List: virtualization@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [RFC] Defining a home/maintenance model for non-NIC PHC devices using the /dev/ptpX API To: Imran Shaik , Thomas Gleixner , "netdev@vger.kernel.org" , LKML , Richard Cochran Cc: Jakub Kicinski , Dust Li , Xuan Zhuo , Andrew Lunn , David Woodhouse , virtualization@lists.linux.dev, Nick Shi , Sven Schnelle , Paolo Abeni , linux-clk@vger.kernel.org, Taniya Das References: <0afe19db-9c7f-4228-9fc2-f7b34c4bc227@linux.alibaba.com> <51e8d8ce-f291-4e31-a938-2c1a0e8684c2@linux.alibaba.com> From: Wen Gu In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2026/2/19 17:29, Imran Shaik wrote: > > Hi Wen, > > Thanks for driving this discussion. > > Is there a patch series posted that reflects the new proposal? > > As Manivannan mentioned, some Qcom MHI devices have similar requirements. Once the reorganized changes are posted, we will also resend our patch series adopting the latest changes. > > Thanks, > Imran Hi Imran, Yes, I will send a patch series reflecting the new proposal in the next couple of days. Thanks.