Re: [PATCH] embedded 1288 fcbga arrandale cpu not detected in ips module - no gpu turbo

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Feb 04, 2011 at 09:11:56AM -0800, Jesse Barnes wrote:
> > +++ linux/drivers/platform/x86/intel_ips.c	2011-02-04 15:25:40.205627688 +0100
> > @@ -1399,6 +1399,10 @@
> >  		limits = &ips_lv_limits;
> >  	else if (strstr(boot_cpu_data.x86_model_id, "CPU       U"))
> >  		limits = &ips_ulv_limits;
> > +	else if (strstr(boot_cpu_data.x86_model_id, "CPU         610"))
> > +		limits = &ips_sv_limits;
> > +	else if (strstr(boot_cpu_data.x86_model_id, "CPU         520"))
> > +		limits = &ips_sv_limits;
> >  	else {
> >  		dev_info(&ips->dev->dev, "No CPUID match found.\n");
> >  		goto out;
> 
> Yep, that's fine with me, thanks for the patch!

Are these the only two embedded Arrandales? Is there really no MSR that 
gives you the voltage range?

-- 
Matthew Garrett | mjg59@xxxxxxxxxxxxx
--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux