On Tue, Jun 29, 2010 at 01:10:38PM +0100, Hennerich, Michael wrote: > Dmitry Torokhov wrote on 2010-06-25: > > Mike, Michael, > > > > I was looking through outstanding patches to ad7879 and here they are. > > Since I made some changes to the patches you wrote and there also some > > new code and I do not have the hardware I'd appreciate if you could > > try them out so they can be applied. > > > > Thank you. > > > > Hi Dmitry, > > I tested your ad7879 patch set - > A few issues see patch below. > > -Fix ad7879_probe() parameter passing. > -Add missing input_set_drvdata() > -Avoid unbalanced irq enable warning: disable_irq() after request. > -Fix sysfs disable hook logic: the file is called disable so don't treat it as enable. > Thanks for catching all the mistakes Michael. Regardgin disable_irq() - do you think it would be even better to call __ad7879_disable() there to make sure the chip is in low power mode? And I guess we need to add matching enable_irq() in error handlig path and in ad7879_remove() in case we reload the driver... BTW, I will be applying the other 2 patches you sent. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html