Re: [PATCH try #3] Input/Joystick Driver: add support AD7142 joystick driver

From: Dmitry Torokhov
Date: Mon Oct 15 2007 - 13:40:58 EST


On 10/15/07, Bryan Wu <cooloney.lkml@xxxxxxxxx> wrote:
> On 10/15/07, Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> wrote:
> >
> > Completion is just not a good abstraction here... Please use work
> > abstraction and possibly a separate workqueue.
>
> Yes, I agree with you now, although I have a little concern about the
> possibility of big delay introduced by workqueue.
>

Having a separate workqueue should isolate the driver from users
hogging keventd. Otherwise the speed should be pretty much the same as
with a kthread.

>
> Thanks a lot for you kindly review.
> I will resend update patch later.

Thank you for not getting frustrated with all my change requests. Btw,
blackfin keypad driver is in my tree and should be in mainline once
Linus does the pull I requested.

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/