On Sat, 5 Dec 2020 13:57:18 -0800 Jakub Kicinski wrote:
> On Thu, 3 Dec 2020 19:51:28 -0800 Jonathan Lemon wrote:
> > +static int __init
> > +ptp_ocp_init(void)
> > +{
> > + int err;
> > +
> > + err = pci_register_driver(&ptp_ocp_driver);
> > + return err;
> > +}
> > +
> > +static void __exit
On Fri, 4 Dec 2020 05:40:11 -0800 Richard Cochran wrote:
> On Thu, Dec 03, 2020 at 07:51:28PM -0800, Jonathan Lemon wrote:
> > The OpenCompute time card is an atomic clock along with
> > a GPS receiver that provides a Grandmaster clock source
> > for a PTP enabled network.
> >
> > More information
On Thu, 3 Dec 2020 19:51:28 -0800 Jonathan Lemon wrote:
> +static int __init
> +ptp_ocp_init(void)
> +{
> + int err;
> +
> + err = pci_register_driver(&ptp_ocp_driver);
> + return err;
> +}
> +
> +static void __exit
> +ptp_ocp_fini(void)
> +{
> + pci_unregister_driver(&ptp_ocp_drive
On Thu, Dec 03, 2020 at 07:51:28PM -0800, Jonathan Lemon wrote:
> The OpenCompute time card is an atomic clock along with
> a GPS receiver that provides a Grandmaster clock source
> for a PTP enabled network.
>
> More information is available at http://www.timingcard.com/
>
> Signed-off-by: Jonat
The OpenCompute time card is an atomic clock along with
a GPS receiver that provides a Grandmaster clock source
for a PTP enabled network.
More information is available at http://www.timingcard.com/
Signed-off-by: Jonathan Lemon
---
drivers/ptp/Kconfig | 14 ++
drivers/ptp/Makefile | 1 +