From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757332Ab0ERMLd (ORCPT ); Tue, 18 May 2010 08:11:33 -0400 Received: from mga06.intel.com ([134.134.136.21]:63561 "EHLO orsmga101.jf.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756625Ab0ERMLb (ORCPT ); Tue, 18 May 2010 08:11:31 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.53,255,1272870000"; d="scan'208";a="518927503" Date: Tue, 18 May 2010 05:11:29 -0700 From: jacob pan To: Jacob Pan Cc: LKML , "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , Alek Du , Alan Cox , Feng Tang Subject: Re: [PATCH 0/2] v3 Moorestown clock related patches Message-ID: <20100518051129.00006ca1@unknown> In-Reply-To: <1274184166-17242-1-git-send-email-jacob.jun.pan@linux.intel.com> References: <1274184166-17242-1-git-send-email-jacob.jun.pan@linux.intel.com> Organization: Intel OTC X-Mailer: Claws Mail 3.7.4cvs1 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is should be the v4 cover letter instead of v3 shown in the subject line. sorry about that. Jacob Pan Tue, 18 May 2010 05:02:44 -0700 >Hi, >Please review the two patches related Moorestown/Medfield clock selection >logic. tglx has suggested a much cleaner logic in >http://lkml.org/lkml/2010/5/17/406 >So patch #2 is the implementation of new logic plus small tweaks based on >testing results. >I also dropped x86_mask check for Penwell CPU check. It is not needed, CPU >family and model should be sufficient/accurate to identify Lincroft vs >Penwell. > >*** BLURB HERE *** > >Jacob Pan (2): > x86/mrst: add cpu type detection > x86/mrst: add more timer config options > > arch/x86/include/asm/apb_timer.h | 1 - > arch/x86/include/asm/mrst.h | 20 +++++++ > arch/x86/kernel/apb_timer.c | 37 +++---------- > arch/x86/kernel/mrst.c | 109 ++++++++++++++++++++++++++++++-------- > 4 files changed, 114 insertions(+), 53 deletions(-) >