Re: [PATCH] 1-wire: in-kernel notification on device events

2013-03-29 Thread Evgeniy Polyakov
On Fri, Mar 22, 2013 at 10:15:29PM +0400, Sergey Yanovich (ynv...@gmail.com) wrote: > Before this patch 1-wire subsystem didn't provide access to its > add/remove events to other parts of the kernel. Now it is possible > to register a standard notifier_block observer, which will be informed > of

Re: [PATCH] 1-wire: in-kernel notification on device events

2013-03-29 Thread Evgeniy Polyakov
On Fri, Mar 22, 2013 at 10:15:29PM +0400, Sergey Yanovich (ynv...@gmail.com) wrote: Before this patch 1-wire subsystem didn't provide access to its add/remove events to other parts of the kernel. Now it is possible to register a standard notifier_block observer, which will be informed of

[PATCH] 1-wire: in-kernel notification on device events

2013-03-22 Thread Sergey Yanovich
Before this patch 1-wire subsystem didn't provide access to its add/remove events to other parts of the kernel. Now it is possible to register a standard notifier_block observer, which will be informed of subsequent device insertions and removals. The framework is copied from USB subsystem.

[PATCH] 1-wire: in-kernel notification on device events

2013-03-22 Thread Sergey Yanovich
Before this patch 1-wire subsystem didn't provide access to its add/remove events to other parts of the kernel. Now it is possible to register a standard notifier_block observer, which will be informed of subsequent device insertions and removals. The framework is copied from USB subsystem.