Hi, On 01/12/2012 08:39 PM, Palande, Ameya wrote: > Hi, > > I submitted a driver for Texas Instruments DRV2665 chip for placing it > under "drivers/misc". > But I guess it is more appropriate to put it under "drivers/staging/iio" > Reference: https://lkml.org/lkml/2012/1/10/31 > > Here is the description of the chip: > > DRV2665 IC drives piezo actuator which enables a wide variety of > high-resolution haptic effects, including feedback localized to > specific areas of the device, as well as vibrations and pulses that > change in frequency based on how the user is interacting with the > device. > > Can you tell me where should I put it under "staging/iio" ? > I had a short look at your driver and it looks to me as if all it does is expose the raw registers as sysfs attributes. So I think one thing you first have to do is to figure out a generic interface for the device class. How does a application usually use these kinds of devices, how can the interface be abstracted, so it applies to a wider range of devices of this class and not only to this one specific device. - Lars -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html