[PATCH v3] w1: introduce an ability to specify microseconds bus scanning intervals

2015-05-12 Thread Dmitry Khromov
Some of 1-Wire devices commonly associated with physical access control systems are attached/generate presence for as short as 100 ms - hence the tens-to-hundreds milliseconds scan intervals are required. Signed-off-by: Dmitry Khromov --- Documentation/ABI/stable/sysfs-bus-w1 | 11

[PATCH v3] w1: introduce an ability to specify microseconds bus scanning intervals

2015-04-23 Thread Dmitry Khromov
Some of 1-Wire devices commonly associated with physical access control systems are attached/generate presence for as short as 100 ms - hence the tens-to-hundreds milliseconds scan intervals are required. Signed-off-by: Dmitry Khromov --- Documentation/ABI/stable/sysfs-bus-w1 | 11

Re: [PATCH v2] w1: introduce an ability to specify microseconds bus scanning intervals

2015-04-23 Thread Dmitry Khromov
On 23.04.2015 12:20, Greg KH wrote: On Thu, Apr 23, 2015 at 12:55:35AM +0300, Dmitry Khromov wrote: Signed-off-by: Dmitry Khromov --- drivers/w1/w1.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) You added a new sysfs file, without any documentation about it

[PATCH v2] w1: introduce an ability to specify microseconds bus scanning intervals

2015-04-22 Thread Dmitry Khromov
Signed-off-by: Dmitry Khromov --- drivers/w1/w1.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c index 181f41c..c9a7ff6 100644 --- a/drivers/w1/w1.c +++ b/drivers/w1/w1.c @@ -46,11 +46,15 @@ MODULE_AUTHOR("Evgeniy Pol

[PATCH] Introduce an ability to specify microseconds bus scanning intervals in w1 core

2015-04-14 Thread Dmitry Khromov
m to those willing to try. Signed-off-by: Dmitry Khromov Acked-by: Evgeniy Polyakov drivers/w1/w1.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) --- diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c index 181f41c..73b4e2d 100644 --- a/drivers/w1/w1.c +++ b/drivers/w1/w1.c