> 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?
>
> > > And are they 32/64bit safe?
> > Only 32bit support.
>
> That's an obvious problem that needs to be resolved, right?