Re: [PATCH v3 0/6] bus: mhi: host: mhi_phc: Add support for PHC over MHI
Krishna Chaitanya Chundru <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,dev.linux.lists.mhi,org.kernel.vger.linux-arm-msm,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 9/17/2026 8:18 PM, Jakub Kicinski wrote: > On Thu, 17 Sep 2026 12:38:01 +0530 Krishna Chaitanya Chundru wrote: >> Subject: [PATCH v3 0/6] bus: mhi: host: mhi_phc: Add support for PHC over MHI > The MHI "bus" is the worst abstraction I've seen. You're turning it > into "qualcomms corner of the kernel". The PHC drivers belong in > drivers/ptp/ > > Carry this until told otherwise: > > Nacked-by: Jakub Kicinski <[email protected]> Thanks for the feedback. We agree that the PHC driver does not belong under the MHI bus. In the next revision, we'll move the PHC driver to drivers/ptp Since the concern raised by the NAK is being addressed by moving the driver out of drivers/bus/mhi, I'll drop the Nacked-by tag in the next revision. - Krishna Chaitanya.