From: Vadim Fedorenko <vadim.fedorenko@linux.dev>
To: Ajay Kaher <ajay.kaher@broadcom.com>,
kuba@kernel.org, davem@davemloft.net, richardcochran@gmail.com,
nick.shi@broadcom.com, alexey.makhalov@broadcom.com,
andrew+netdev@lunn.ch, edumazet@google.com, pabeni@redhat.com,
jiashengjiangcool@gmail.com, andrew@lunn.ch,
viswanathiyyappan@gmail.com, wei.fang@nxp.com,
rmk+kernel@armlinux.org.uk, vladimir.oltean@nxp.com,
cjubran@nvidia.com, dtatulea@nvidia.com, tariqt@nvidia.com
Cc: netdev@vger.kernel.org, bcm-kernel-feedback-list@broadcom.com,
linux-kernel@vger.kernel.org, florian.fainelli@broadcom.com,
vamsi-krishna.brahmajosyula@broadcom.com,
tapas.kundu@broadcom.com, shubham-sg.gupta@broadcom.com,
karen.wang@broadcom.com, hari-krishna.ginka@broadcom.com
Subject: Re: [PATCH v3 0/2] ptp/ptp_vmw: enhancements to ptp_vmw
Date: Thu, 23 Oct 2025 15:43:46 +0100 [thread overview]
Message-ID: <76a998f5-2096-4981-8c71-ca114b63ecba@linux.dev> (raw)
In-Reply-To: <20251023131048.3718441-1-ajay.kaher@broadcom.com>
On 23/10/2025 14:10, Ajay Kaher wrote:
> 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.
>
> v3:
> - [PATCH 1/2]: reverting back the changes of ptp_vmw_pclk_read()
> - [PATCH 2/2]: calling ptp_vmw_pclk_read() without cmd
>
> v2:
> - [PATCH 2/2]: remove blank line in ptp_vmw_init()
>
> v2 link:
> https://lore.kernel.org/lkml/20251022105128.3679902-1-ajay.kaher@broadcom.com/
>
> 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 | 99 +++++++++++++++++++++++++++++++++++--------
> 1 file changed, 82 insertions(+), 17 deletions(-)
>
For the series:
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
next prev parent reply other threads:[~2025-10-23 14:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-23 13:10 [PATCH v3 0/2] ptp/ptp_vmw: enhancements to ptp_vmw Ajay Kaher
2025-10-23 13:10 ` [PATCH v3 1/2] ptp/ptp_vmw: Implement PTP clock adjustments ops Ajay Kaher
2025-10-23 13:10 ` [PATCH v3 2/2] ptp/ptp_vmw: load ptp_vmw driver by directly probing the device Ajay Kaher
2025-10-23 14:43 ` Vadim Fedorenko [this message]
2025-10-28 1:30 ` [PATCH v3 0/2] ptp/ptp_vmw: enhancements to ptp_vmw Jakub Kicinski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=76a998f5-2096-4981-8c71-ca114b63ecba@linux.dev \
--to=vadim.fedorenko@linux.dev \
--cc=ajay.kaher@broadcom.com \
--cc=alexey.makhalov@broadcom.com \
--cc=andrew+netdev@lunn.ch \
--cc=andrew@lunn.ch \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=cjubran@nvidia.com \
--cc=davem@davemloft.net \
--cc=dtatulea@nvidia.com \
--cc=edumazet@google.com \
--cc=florian.fainelli@broadcom.com \
--cc=hari-krishna.ginka@broadcom.com \
--cc=jiashengjiangcool@gmail.com \
--cc=karen.wang@broadcom.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=nick.shi@broadcom.com \
--cc=pabeni@redhat.com \
--cc=richardcochran@gmail.com \
--cc=rmk+kernel@armlinux.org.uk \
--cc=shubham-sg.gupta@broadcom.com \
--cc=tapas.kundu@broadcom.com \
--cc=tariqt@nvidia.com \
--cc=vamsi-krishna.brahmajosyula@broadcom.com \
--cc=viswanathiyyappan@gmail.com \
--cc=vladimir.oltean@nxp.com \
--cc=wei.fang@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.