Richard Cochran <richardcoch...@gmail.com> writes:

>> +struct ptp_clock_info ptp_hyperv_info = {
>> +    .name           = "hyperv",
>> +    .enable         = hv_ptp_enable,
>> +    .gettime64      = hv_ptp_gettime,
>
> The code in drivers/ptp/ptp_clock.c calls
>
>       .adjfreq (or adjfine)
>       .adjtime
>       .settime64
>
> unconditionally, so you need to implement these returning EOPNOTSUPP.
> (See also Documentation/ptp/ptp.txt)
>

Sure, thanks, will do in non-RFC version.

-- 
  Vitaly
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to