Re: [PATCH v2 0/6] bus: mhi: host: mhi_phc: Add support for PHC over MHI
Jakub Kicinski <[email protected]> Sun, 12 Apr 2026 08:09:51 -0700
| Newsgroups | dev.linux.lists.mhi,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 11 Apr 2026 13:42:00 +0530 Krishna Chaitanya Chundru wrote: > - User space applications use the standard Linux PTP interface. > - The PTP subsystem routes IOCTLs to the MHI PHC driver. > - The MHI PHC driver communicates with the MHI core to fetch timestamps. > - The MHI core interacts with the device to retrieve accurate time data. Nack, stop adding functionality under the mhi "bus". Bus is supposed to be an abstraction into which real drivers plug in.