Re: [linux-yocto] [PATCH 0/2] Use CPUID to estimate clock frequency for linux-yocto-4.1

2016-06-24 Thread Bruce Ashfield
On 2016-06-23 12:25 AM, Yong, Jonathan wrote: This patch allows clock frequencies to be calibrated if TSC and CPU frequencies differ. This is not in the latest kernel tree yet, so this should go into standard/intel/base. staged to standard/intel/base Bruce Tested with Apollo Lake. Bin Gao

Re: [linux-yocto] [PATCH 0/2] Use CPUID to estimate clock frequency for linux-yocto-4.1

2016-06-24 Thread Bruce Ashfield
On 2016-06-23 03:55 PM, Saul Wold wrote: Bruce, I think we need these in 4.4 bxt-rebase also. I tried to apply them to that branch, but they failed. If someone sends me the patches again, I can apply them there. Bruce They are pending in Lenb's tree. Sau! On Thu, 2016-06-23 at 04:25 +

Re: [linux-yocto] [PATCH 0/2] Use CPUID to estimate clock frequency for linux-yocto-4.1

2016-06-23 Thread Saul Wold
Bruce, I think we need these in 4.4 bxt-rebase also. They are pending in Lenb's tree. Sau! On Thu, 2016-06-23 at 04:25 +, Yong, Jonathan wrote: > > This patch allows clock frequencies to be calibrated if TSC and CPU > frequencies differ. This is not in the latest kernel tree yet, so > this

Re: [linux-yocto] [PATCH 0/2] Use CPUID to estimate clock frequency for linux-yocto-4.1

2016-06-23 Thread Saul Wold
Bruce, I think we need these in 4.4 bxt-rebase also. They are pending in Lenb's tree. Sau! On Thu, 2016-06-23 at 04:25 +, Yong, Jonathan wrote: > This patch allows clock frequencies to be calibrated if TSC and CPU > frequencies differ. This is not in the latest kernel tree yet, so > this >

[linux-yocto] [PATCH 0/2] Use CPUID to estimate clock frequency for linux-yocto-4.1

2016-06-22 Thread Yong, Jonathan
This patch allows clock frequencies to be calibrated if TSC and CPU frequencies differ. This is not in the latest kernel tree yet, so this should go into standard/intel/base. Tested with Apollo Lake. Bin Gao (1): x86 tsc: enumerate BXT tsc_khz via CPUID Len Brown (1): x86 tsc: enumerate SKL