Re: [RESEND PATCH] NFC: added the sysfs entry for nfcsim workqueue delay

2015-12-20 Thread Samuel Ortiz
Hi Saurabh, On Sun, Dec 13, 2015 at 01:34:35PM +0530, Saurabh Sengar wrote: > added the sysfs entry for nfcsim workqueue delay, as tx_delay > > Signed-off-by: Saurabh Sengar > --- > In case this TODO is not expected to be done, please let me know. > I wonder after my repeated attempts since last

[RESEND PATCH] NFC: added the sysfs entry for nfcsim workqueue delay

2015-12-13 Thread Saurabh Sengar
added the sysfs entry for nfcsim workqueue delay, as tx_delay Signed-off-by: Saurabh Sengar --- In case this TODO is not expected to be done, please let me know. I wonder after my repeated attempts since last 50 days, I am not able to get a single response. Resending this patch in hope to get so

Re: [PATCH] NFC: added the sysfs entry for nfcsim workqueue delay

2015-12-07 Thread Saurabh Sengar
ping again !! On 1 December 2015 at 21:10, Saurabh Sengar wrote: > pinging for feedback. > Please respond. > > On 20 November 2015 at 16:07, Saurabh Sengar wrote: >> I have also tested this module its successfully creating the tx_delay >> entry in nfc >> >> root@saurabh:/home/saurabh# ls /sys/cl

Re: [PATCH] NFC: added the sysfs entry for nfcsim workqueue delay

2015-12-01 Thread Saurabh Sengar
pinging for feedback. Please respond. On 20 November 2015 at 16:07, Saurabh Sengar wrote: > I have also tested this module its successfully creating the tx_delay > entry in nfc > > root@saurabh:/home/saurabh# ls /sys/class/nfc/nfc0/tx_delay > /sys/class/nfc/nfc0/tx_delay > > its default value is

Re: [PATCH] NFC: added the sysfs entry for nfcsim workqueue delay

2015-11-20 Thread Saurabh Sengar
I have also tested this module its successfully creating the tx_delay entry in nfc root@saurabh:/home/saurabh# ls /sys/class/nfc/nfc0/tx_delay /sys/class/nfc/nfc0/tx_delay its default value is set to 5 root@saurabh:/home/saurabh# cat /sys/class/nfc/nfc0/tx_delay 5 its changing the value correctl

[PATCH] NFC: added the sysfs entry for nfcsim workqueue delay

2015-11-13 Thread Saurabh Sengar
added the sysfs entry for nfcsim workqueue delay, as tx_delay Signed-off-by: Saurabh Sengar --- implementing the TODO task drivers/nfc/nfcsim.c | 38 +++--- 1 file changed, 35 insertions(+), 3 deletions(-) diff --git a/drivers/nfc/nfcsim.c b/drivers/nfc/nfcsim.c

[PATCH] NFC: added the sysfs entry for nfcsim workqueue delay

2015-10-30 Thread Saurabh Sengar
added the sysfs entry for nfcsim workqueue delay, as tx_delay Signed-off-by: Saurabh Sengar --- Hi, As I have understood form TODO comment, I have implemented the sysfs entry for this device. Sorry, in case this patch is not meeting the expectation. I am just finding my way to contribute in linu