All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ptp/ptp_vmw: enhancements to ptp_vmw
@ 2025-10-22 10:51 Ajay Kaher
  2025-10-22 10:51 ` [PATCH v2 1/2] ptp/ptp_vmw: Implement PTP clock adjustments ops Ajay Kaher
  2025-10-22 10:51 ` [PATCH v2 2/2] ptp/ptp_vmw: load ptp_vmw driver by directly probing the device Ajay Kaher
  0 siblings, 2 replies; 7+ messages in thread
From: Ajay Kaher @ 2025-10-22 10:51 UTC (permalink / raw)
  To: kuba, davem, richardcochran, nick.shi, alexey.makhalov,
	andrew+netdev, edumazet, pabeni, jiashengjiangcool, andrew,
	viswanathiyyappan, vadim.fedorenko, wei.fang, rmk+kernel,
	vladimir.oltean, cjubran, dtatulea, tariqt
  Cc: netdev, bcm-kernel-feedback-list, linux-kernel, florian.fainelli,
	vamsi-krishna.brahmajosyula, tapas.kundu, shubham-sg.gupta,
	karen.wang, hari-krishna.ginka, ajay.kaher

This series provides:

- implementation of PTP clock adjustments ops for ptp_vmw driver to
adjust its time and frequency, allowing time transfer from a virtual
machine to the underlying hypervisor.

- add a module parameter probe_hv_port that allows ptp_vmw driver to
be loaded even when ACPI is disabled, by directly probing for the
device using VMware hypervisor port commands.

v2:
- [PATCH 2/2]: remove blank line in ptp_vmw_init()

v1 link:
https://lore.kernel.org/lkml/20250821110323.974367-1-ajay.kaher@broadcom.com/

Ajay Kaher (2):
  ptp/ptp_vmw: Implement PTP clock adjustments ops
  ptp/ptp_vmw: load ptp_vmw driver by directly probing the device

 drivers/ptp/ptp_vmw.c | 109 +++++++++++++++++++++++++++++++++---------
 1 file changed, 87 insertions(+), 22 deletions(-)

-- 
2.40.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-10-23  5:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22 10:51 [PATCH v2 0/2] ptp/ptp_vmw: enhancements to ptp_vmw Ajay Kaher
2025-10-22 10:51 ` [PATCH v2 1/2] ptp/ptp_vmw: Implement PTP clock adjustments ops Ajay Kaher
2025-10-22 11:13   ` Vadim Fedorenko
2025-10-22 17:27     ` Ajay Kaher
2025-10-22 22:17       ` Vadim Fedorenko
2025-10-23  5:08         ` Ajay Kaher
2025-10-22 10:51 ` [PATCH v2 2/2] ptp/ptp_vmw: load ptp_vmw driver by directly probing the device Ajay Kaher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.