>From 64f99d0497c6de5157bc4931b47aadc266f5961e Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Thu, 20 Mar 2014 00:53:30 +0530
Subject: [PATCH] rtc: add support for maxim dallas rtc ds1347
This is a patch to add support for
maxim dallas rtc ds1347
Signed-off-by: Raghavendra Chan
>From f18fc68778c210863ca0968e4448375c89e9bb06 Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Fri, 21 Mar 2014 00:22:32 +0530
Subject: [PATCH] rtc: add support for maxim dallas rtc ds1347
This is a patch to add support for
maxim dallas rtc ds1347
Signed-off-by: Raghavendra Chan
>From 46aed97f5e5a434e8ec24c14e085a138958ba559 Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Sun, 13 Oct 2013 19:13:46 +0530
Subject: [PATCH] i2c: i2c-core: fix paranthesis coding style issue in
i2c-core.c
This is a patch to the i2c-core.c file that fixes the paranthesis
warning fo
>From 46aed97f5e5a434e8ec24c14e085a138958ba559 Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Sun, 13 Oct 2013 19:13:46 +0530
Subject: [PATCH 1/2] i2c: i2c-core: fix paranthesis coding style issue in
i2c-core.c
This is a patch to the i2c-core.c file that fixes the paranthesis
warn
>From b21e6a52aa9c36e8c01173cff13bbfd2a380d0bd Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Mon, 14 Oct 2013 00:29:08 +0530
Subject: [PATCH 2/2] i2c: i2c-core: fix coding style issues in i2c-core.c
This is a patch to the i2c-core.c file that fixes up warnings and
the code indent er
>From 46aed97f5e5a434e8ec24c14e085a138958ba559 Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Sun, 13 Oct 2013 19:13:46 +0530
Subject: [PATCH 1/3] i2c: i2c-core: fix paranthesis coding style issue in
i2c-core.c
This is a patch to the i2c-core.c file that fixes the paranthesis
warn
>From b21e6a52aa9c36e8c01173cff13bbfd2a380d0bd Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Mon, 14 Oct 2013 00:29:08 +0530
Subject: [PATCH 2/3] i2c: i2c-core: fix coding style issues in i2c-core.c
This is a patch to the i2c-core.c file that fixes up warnings and
the code indent er
>From 2c324e677fd8bfb0ad13a8c949317e40cc5fd23e Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Mon, 14 Oct 2013 20:42:37 +0530
Subject: [PATCH 3/3] i2c: i2c-core: fix coding style issues in i2c-core.c
This is a patch to the i2c-core.c file that fixes the
coding style issues found
>From 7bdc654b12895889a539450528b52328901e6dc0 Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Fri, 25 Apr 2014 23:11:22 +0530
Subject: [PATCH] staging: comedi: fix coding style issues in comedi_fops.c
This is a patch to fix coding style
warnings found by the checkpatch.pl tool
Sig
this patch fixes the following build errors reported by kbuild test
robot by selecting REGMAP_SPI in Kconfig file
>drivers/built-in.o: In function `ds1343_probe':
>rtc-ds1343.c:(.text+0x1baf8f): undefined reference to `devm_regmap_init_spi'
also it avoids the potential race condition by avoiding
This is a patch to fix the warnings shown by checkpatch tool on
file cb_das16_cs.c
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/staging/comedi/drivers/cb_das16_cs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/comedi/drivers/cb_das16_cs.c
b/drivers/staging/comedi
This is a patch to remove warnings reported by checkpatch tool on
comedi_test.c file
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/staging/comedi/drivers/comedi_test.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/comedi/drivers/comedi_test.c
b/drivers/staging/co
This is a patch to add support for
maxim dallas rtc ds1343 and ds1344
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/rtc/Kconfig | 10 +
drivers/rtc/Makefile |1 +
drivers/rtc/rtc-ds1343.c | 594 ++
3 files changed, 605 insertion
This is a patch to fix coding style
warnings found by the checkpatch.pl tool
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/staging/comedi/comedi_fops.c |6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/comedi/comedi_fops.c
b/drivers/staging/com
This is a patch to fix coding style
warnings found by checkpatch.pl tool
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/staging/comedi/comedi_fops.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/comedi/comedi_fops.c
b/drivers/staging/comedi/comedi_fops.c
index
i am currently writing algorithm driver support for
sc18im700 Master i2c bus controller with uart interface
since i am writing algorithm support which is similar to
pcf8584 adapters so i have selected the
drivers/i2c/algos/ directory for the driver file
so whether the directory i have selecte
in ds1343 driver after the rtc is registered using devm_rtc_device_register
i am requesting irq using devm_request_threaded_irq, in case this request
fails instead of the driver bailing out it just uses dev_err to show the
error and the driver probe returns zero
my question is that the set_alarm a
This is a patch to fix
the warnings shown
by checkpatch tool on file
cb_das16_cs.c file
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/staging/comedi/drivers/cb_das16_cs.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/comedi/drivers/cb_das16_cs.c
b/drivers/stagin
This is a patch to remove warnings
reported by checkpatch tool on
comedi_test.c file
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/staging/comedi/drivers/comedi_test.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/staging/comedi/drivers/comedi_test.c
b/drivers/staging
This is a patch to remove warnings reported
by checkpatch tool on cb_pcimdas.c file
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/staging/comedi/drivers/cb_pcimdas.c | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/comedi/drivers/cb_pcimda
i have made following modification in the
patch i have sent previously for adding
support to maxim dallas rtc ds1347
1. space after and before /* and */ respectively
2. removed extra line space
3. added licence as GPL v2
4. changed
if (dt->tm_year >= 100)
dt->tm_year -=
>From 0fd7f9ab5c0cb5e857b7b4d6893a8e68ac7763fd Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Fri, 21 Mar 2014 19:53:36 +0530
Subject: [PATCH] rtc: add support for maxim dallas rtc ds1347
This is a patch to add support for
maxim dallas rtc ds1347
Signed-off-by: Raghavendra Chan
>From 54dad3ebbce5aba4d749a14d8173e94297e14b1a Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Sun, 13 Apr 2014 20:02:59 +0530
Subject: [PATCH] rtc: add support for maxim dallas rtc ds1343 and ds1344
This is patch to add support for
maxim dallas rtc ds1343 and ds1344
Signed-off
This is a patch to add support of nvram for maxim dallas
rtc ds1343
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/rtc/rtc-ds1343.c | 75 ++--
1 file changed, 73 insertions(+), 2 deletions(-)
diff --git a/drivers/rtc/rtc-ds1343.c b/drivers/rtc/
This is a patch to add i2c algorith support for nxp sc18im700
master i2c bus controller with uart interface
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/i2c/algos/Kconfig | 2 +
drivers/i2c/algos/Makefile | 1 +
drivers/i2c/algos/i2c-algo-sc18im700.c | 274
This is a patch to add i2c algorith support for nxp sc18im700
master i2c bus controller with uart interface
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/i2c/algos/Kconfig | 2 +
drivers/i2c/algos/Makefile | 1 +
drivers/i2c/algos/i2c-algo-sc18im700.c | 274
This is a patch to add support of nvram for maxim dallas
rtc ds1343
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/rtc/rtc-ds1343.c | 75 ++--
1 file changed, 73 insertions(+), 2 deletions(-)
diff --git a/drivers/rtc/rtc-ds1343.c b/drivers/rtc/
> On Wed, 30 Apr 2014 21:55:07 +0530
> Raghavendra Ganiga wrote:
>> +static int ds1343_proc(struct device *dev, struct seq_file *seq)
>> +{
>> + struct ds1343_priv *priv = dev_get_drvdata(dev);
>> + unsigned int data;
>> + unsigned char alarm_mode
This is a patch to add support for
maxim dallas rtc ds1343 and ds1344
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/rtc/Kconfig | 10 +
drivers/rtc/Makefile |1 +
drivers/rtc/rtc-ds1343.c | 679 ++
3 files changed, 690 insertion
This is a patch to add i2c algorith support for nxp sc18im700
master i2c bus controller with uart interface
Signed-off-by: Raghavendra Chandra Ganiga
---
drivers/i2c/algos/Kconfig | 2 +
drivers/i2c/algos/Makefile | 1 +
drivers/i2c/algos/i2c-algo-sc18im700.c | 274
>From 2ec82b6c9b99647e31d26c4c828dc7c51af8a633 Mon Sep 17 00:00:00 2001
From: Raghavendra Ganiga
Date: Wed, 31 Aug 2016 01:13:30 +0530
Subject: [PATCH] rtc: changed raw spi calls to register map calls
This patch changes calls of spi read write calls to register map
read and write calls
Sig
31 matches
Mail list logo