Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752850Ab0HQHMv (ORCPT ); Tue, 17 Aug 2010 03:12:51 -0400 Received: from sm-d311v.smileserver.ne.jp ([203.211.202.206]:14854 "EHLO sm-d311v.smileserver.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752211Ab0HQHMu (ORCPT ); Tue, 17 Aug 2010 03:12:50 -0400 Message-ID: <001001cb3ddb$9929d9a0$66f8800a@maildom.okisemi.com> From: "Masayuki Ohtake" To: , "LKML" Cc: "Wang, Yong Y" , "Khor, Andrew Chih Howe" , , "Greg KH" , "Wang, Qi" References: <4C612AA4.5040100@dsn.okisemi.com> <20100810171343.GE21220@suse.de> <002601cb3926$edaf24d0$66f8800a@maildom.okisemi.com> <20100811151510.GB9180@suse.de> <20100812020027.GA14121@suse.de> Subject: Re: [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35 Date: Tue, 17 Aug 2010 16:12:45 +0900 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1983 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1983 X-Hosting-Pf: 0 X-NAI-Spam-Score: 1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3139 Lines: 87 Sorry, for late response. Please see out inline comments. Thanks, Ohtake ----- Original Message ----- From: "Wang, Qi" To: "Masayuki Ohtake" Cc: ; "LKML" ; "Wang, Yong Y" ; "Khor, Andrew Chih Howe" ; ; "Greg KH" Sent: Thursday, August 12, 2010 11:15 AM Subject: RE: [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to 2.6.35 > > -----Original Message----- > > From: Greg KH [mailto:gregkh@suse.de] > > Sent: Thursday, August 12, 2010 10:00 AM > > To: Wang, Qi > > Cc: Masayuki Ohtake; meego-dev@meego.com; LKML; Wang, Yong Y; Khor, > > Andrew Chih Howe; arjan@linux.intel.com > > Subject: Re: [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to > > 2.6.35 > > > > On Thu, Aug 12, 2010 at 09:13:24AM +0800, Wang, Qi wrote: > > > > -----Original Message----- > > > > From: Greg KH [mailto:gregkh@suse.de] > > > > Sent: Wednesday, August 11, 2010 11:15 PM > > > > To: Masayuki Ohtake > > > > Cc: meego-dev@meego.com; LKML; Wang, Qi; Wang, Yong Y; Khor, Andrew > > > > Chih Howe; arjan@linux.intel.com > > > > Subject: Re: [MeeGo-Dev][PATCH] Topcliff: Update PCH_IEEE1588 driver to > > > > 2.6.35 > > > > > > > > On Wed, Aug 11, 2010 at 04:29:25PM +0900, Masayuki Ohtake wrote: > > > > > Hi Greg, > > > > > > > > > > > Do they all have to be ioctls? What exactly are they doing? > > > > > I think using ioctl is common for this patch. > > > > > > > > "Common" is not ok, right? > > > > > > > > > Do you think that using ioctl is NOT appropriate for this patch? > > > > > > > > Yes. > > > > > > > > > Let me know your intension in more detail. > > > > > > > > Please express yours. Why do you feel you need these to be ioctls? > > > > What exactly are they doing? Where is the documentation for them all? > > > > You forgot to answer this. > Ohtake-san, > > Please answer this question asap. Intel Topcliff IEEE1588 device driver API is developed according to Intel Tolapai 1588 device driver. Both APIs are the same. > > > > > > > > And are they 32/64bit safe? > > > > > Only 32bit support. > > > > > > > > That's an obvious problem that needs to be resolved, right? > > > The Tunnelcreak processor (A kind of Atom-based processor) only > > > supports 32b, so PCH drivers only support 32b. > > > They can make it 32/64 compatible, but it's difficult to test them, > > > because there're no 64b Atom-based platform have those PCH devices. > > > > But that does not mean you should not be using the proper types and > > other things necessary for proper ioctl usage. > > > > As you failed to describe what any of these ioctls do, I can't recommend > > that you have any of them in the driver. > Ohtake-san, Please solve 32b/64b safe issue asap. > > > > sorry, > > > > greg k-h > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/