lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 18 Nov 2016 12:05:53 +0000
From:   Rafal Ozieblo <rafalo@...ence.com>
To:     "andrei.pistirica@...rochip.com" <andrei.pistirica@...rochip.com>
CC:     Nicolas Ferre <nicolas.ferre@...el.com>,
        "harini.katakam@...inx.com" <harini.katakam@...inx.com>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [RFC PATCH 1/2] macb: Add 1588 support in Cadence GEM.

Hello Andrei,

>+static struct ptp_clock_info macb_ptp_caps = {
>+       .owner          = THIS_MODULE,
>+       .name           = GMAC_TIMER_NAME,
>+       .max_adj        = 250000000,
>+       .n_alarm        = 0,
>+       .n_ext_ts       = 0,
>+       .n_per_out      = 0,
>+       .n_pins         = 0,
>+       .pps            = 0,
>+       .adjfreq        = macb_ptp_adjfreq,
>+       .adjtime        = macb_ptp_adjtime,
>+       .gettime64      = macb_ptp_gettime,
>+       .settime64      = macb_ptp_settime,
>+       .enable         = macb_ptp_enable,
>+};

I'm wondering, how did you count max_adj ?

Best regards,

Rafal Ozieblo   |   Firmware System Engineer, 
phone nbr.: +48 32 5085469 


www.cadence.com


 




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ