lkml.org 
[lkml]   [2011]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [RFC PATCHv2 1/4] drivers/otp: add initial support for OTP memory
On Fri, Mar 25, 2011 at 18:35, Arnd Bergmann wrote:
> One more thing that I just realized:
> I think it would be better not to allow arbitrary ioctl commands to
> be interpreted by the individual drivers. Instead, interpret them
> in the common code and pass the data to the drivers through separate
> otp_device_ops function pointers, one per ioctl command.
>
> This will reduce the amount of code needed in each driver when you
> have multiple ones implementing the same ioctls, and help to
> ensure that they all treat the arguments in the same way.

i think we should do what the rtc framework did ... there are common
ioctls which call specific function pointers in the driver, and any
unhandled ioctls get passed to the driver-specific ioctl function.
this should cover everyone's needs.
-mike


\
 
 \ /
  Last update: 2011-03-25 23:41    [W:0.095 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site