Re: [PATCH next 2/2] misc: Add Renesas Synchronization Management Unit (SMU) support

From: Greg KH
Date: Sun Mar 28 2021 - 08:14:12 EST


On Fri, Mar 26, 2021 at 11:34:11AM -0400, min.li.xe@xxxxxxxxxxx wrote:
> From: Min Li <min.li.xe@xxxxxxxxxxx>
>
> This driver is developed for the IDT ClockMatrix(TM) and 82P33xxx families
> of timing and synchronization devices.It will be used by Renesas PTP Clock
> Manager for Linux (pcm4l) software to provide support to GNSS assisted
> partial timing support (APTS) and other networking timing functions.
>
> Current version provides kernel API's to support the following functions
> -set combomode to enable SYNCE clock support
> -read dpll's state to determine if the dpll is locked to the GNSS channel
> -read dpll's ffo (fractional frequency offset) in ppqt
>
> Signed-off-by: Min Li <min.li.xe@xxxxxxxxxxx>
> ---
> Change log
> -rebase change to linux-next tree
> -remove uncessary condition checks suggested by Greg
> -fix compile error for x86_64

Where is patch 1/2 of this series?

Also, please fix up the errors that the testing bot found, and properly
version your patch submission so I know which one is the "latest" one to
look at.

thanks,

greg k-h