[PATCH v4] rtc:add support for maxim rtc max6916

2016-06-01 Thread venkat . prashanth2498
From: VENKAT PRASHANTH B U This is a patch to add support for maxim rtc max6916 Signed-off-by: Venkat Prashanth B U --- changelog v4: - fixed the line wrapping to around 72 characters - Aligned the values with tabs - inserted the

[PATCH v4] rtc:add support for maxim rtc max6916

2016-05-16 Thread venkat . prashanth2498
From: VENKAT PRASHANTH B U This is a patch to add support for maxim rtc max6916 Signed-off-by: Venkat Prashanth B U --- changelog v4: - fixed the line wrapping to around 72 characters - Aligned the values with tabs - inserted the

[PATCH] rtc: add support for Maxim rtc max6916 v3.0

2016-05-12 Thread venkat . prashanth2498
From: venkat-prashanth #Change Log: from v2.0 to v3.0 - fixed the out-of-tree Makefile and suitably added the modifications in the Makefile - fixed the bad indented Kconfig

[PATCH] rtc: add support for Maxim rtc max6916 v3.0

2016-05-13 Thread venkat . prashanth2498
From: venkat-prashanth This is a patch to add support for Maxim rtc max6916 Signed-off-by: Venkat Prashanth B U --- #Change Log: from v2.0 to v3.0 - fixed the out-of-tree Makefile and

[PATCH] rtc: add support for Maxim rtc max6916 v3.0

2016-05-13 Thread venkat . prashanth2498
From: venkat-prashanth [PATCH] rtc: add support to maxim rtc max6916 #Change Log: from v2.0 to v3.0 - fixed the out-of-tree Makefile and suitably added the modifications in the

[PATCH] rtc: add support for maxim rtc max6916

2016-05-03 Thread venkat . prashanth2498
From: venkat-prashanth This is a patch to add support for maxim rtc max6916 Signed-off-by:Venkat Prashanth B U --- --- rtc-max6916.c | 157 ++ txtfile | 11 2

[PATCH] rtc:add support for maxim rtc max6916

2016-05-04 Thread venkat . prashanth2498
From: venkat-prashanth This is a patch to add support for maxim rtc max6916 Signed-off-by:Venkat Prashanth B U --- Kconfig | 9 Makefile | 6 +++ rtc-max6916.c | 133

[PATCH] rtc: add support for maxim rtc max6916

2016-05-05 Thread venkat . prashanth2498
From: venkat-prashanth This a patch to add support for maxim rtc max6916 Signed-off-by: Venkat Prashanth B U --- --- drivers/rtc/rtc-max6916.c | 165 ++ 1 file changed, 165

[PATCH] rtc: add support to maxim rtc max6916 v2.0

2016-05-06 Thread venkat . prashanth2498
From: venkat-prashanth This is a patch to add support for maxim rtc MAX6916 Signed-off-by : Venkat Prashanth B U --- Kconfig | 10 changeLOG | 36 rtc-max6916.c | 172

[PATCH] rtc: rtc-ds1683 Maxim/Dallas I2C compatible

2017-11-29 Thread venkat . prashanth2498
From: Venkat Prashanth B U This is a patch to add support for maxim/dallas I2C rtc ds1683 chip. Signed-off-by: Venkat Prashanth B U --- drivers/rtc/Kconfig | 9 +++ drivers/rtc/Makefile | 1 +

[PATCH] rtc: add support for maxim dallas ds1682

2017-11-26 Thread venkat . prashanth2498
From: Venkat Prashanth B U Add supporting driver for Dallas Semiconductor DS1682 2 wire total elapsed time recorder. Signed-off-by: Venkat Prashanth B U --- drivers/rtc/rtc-ds1682.c | 284

[PATCH] DMA:omap-dma: Fix kernel compilation error and checkpatch issues

2017-12-11 Thread venkat . prashanth2498
From: Venkat Prashanth B U This is the patch to the omap-dma.c file that fixes the following issues: 1.redefinition of 'omap_dma_filter_fn' in the line 1273 of drivers/dma/omap-dma.c 2.drivers/dma/omap-dma.c:341: ERROR: code indent should use tabs where possible

[PATCH v1] DMA:omap-dma:Avoid build error by changing the function name

2017-12-11 Thread venkat . prashanth2498
From: Venkat Prashanth B U Change the name of the function omap_dma_filter_fn to avoid the following build error in linux kernel version 4.4 : drivers/dma/dma-omap.c:1273:6: error: redefinition of 'omap_dma_filter_fn' Signed-off-by: Venkat Prashanth B U

[PATCH] rtc: rtc-ds1683 Maxim/Dallas I2C compatible

2017-11-29 Thread venkat . prashanth2498
From: Venkat Prashanth B U This is a patch to add support for maxim/dallas I2C rtc ds1683 chip. Signed-off-by: Venkat Prashanth B U --- drivers/rtc/Kconfig | 9 +++ drivers/rtc/Makefile | 1 + drivers/rtc/rtc-ds1683.c | 203 +++ 3 files

[PATCH] DMA:omap-dma: Fix kernel compilation error and checkpatch issues

2017-12-11 Thread venkat . prashanth2498
From: Venkat Prashanth B U This is the patch to the omap-dma.c file that fixes the following issues: 1.redefinition of 'omap_dma_filter_fn' in the line 1273 of drivers/dma/omap-dma.c 2.drivers/dma/omap-dma.c:341: ERROR: code indent should use tabs where possible reported by ./checkpatch.pl

[PATCH v1] DMA:omap-dma:Avoid build error by changing the function name

2017-12-11 Thread venkat . prashanth2498
From: Venkat Prashanth B U Change the name of the function omap_dma_filter_fn to avoid the following build error in linux kernel version 4.4 : drivers/dma/dma-omap.c:1273:6: error: redefinition of 'omap_dma_filter_fn' Signed-off-by: Venkat Prashanth B U Changes for v1: - Edited subject and

[PATCH] rtc: add support for maxim dallas ds1682

2017-11-26 Thread venkat . prashanth2498
From: Venkat Prashanth B U Add supporting driver for Dallas Semiconductor DS1682 2 wire total elapsed time recorder. Signed-off-by: Venkat Prashanth B U --- drivers/rtc/rtc-ds1682.c | 284 +++ 1 file changed, 284 insertions(+) diff --git

[PATCH] rtc: add support for Maxim rtc max6916 v3.0

2016-05-12 Thread venkat . prashanth2498
From: venkat-prashanth #Change Log: from v2.0 to v3.0 - fixed the out-of-tree Makefile and suitably added the modifications in the Makefile - fixed the bad indented Kconfig file -used a

[PATCH] rtc: add support for Maxim rtc max6916 v3.0

2016-05-13 Thread venkat . prashanth2498
From: venkat-prashanth [PATCH] rtc: add support to maxim rtc max6916 #Change Log: from v2.0 to v3.0 - fixed the out-of-tree Makefile and suitably added the modifications in the Makefile

[PATCH] rtc: add support for Maxim rtc max6916 v3.0

2016-05-13 Thread venkat . prashanth2498
From: venkat-prashanth This is a patch to add support for Maxim rtc max6916 Signed-off-by: Venkat Prashanth B U --- #Change Log: from v2.0 to v3.0 - fixed the out-of-tree Makefile and suitably added the modifications in the

[PATCH v4] rtc:add support for maxim rtc max6916

2016-05-16 Thread venkat . prashanth2498
From: VENKAT PRASHANTH B U This is a patch to add support for maxim rtc max6916 Signed-off-by: Venkat Prashanth B U --- changelog v4: - fixed the line wrapping to around 72 characters - Aligned the values with tabs - inserted the correct coding style in the conditional statements - removed the

[PATCH] rtc:add support for maxim rtc max6916

2016-05-04 Thread venkat . prashanth2498
From: venkat-prashanth This is a patch to add support for maxim rtc max6916 Signed-off-by:Venkat Prashanth B U --- Kconfig | 9 Makefile | 6 +++ rtc-max6916.c | 133 ++ 3 files changed, 148 insertions(+) create mode

[PATCH] rtc: add support for maxim rtc max6916

2016-05-05 Thread venkat . prashanth2498
From: venkat-prashanth This a patch to add support for maxim rtc max6916 Signed-off-by: Venkat Prashanth B U --- --- drivers/rtc/rtc-max6916.c | 165 ++ 1 file changed, 165 insertions(+) diff --git a/drivers/rtc/rtc-max6916.c

[PATCH] rtc: add support to maxim rtc max6916 v2.0

2016-05-06 Thread venkat . prashanth2498
From: venkat-prashanth This is a patch to add support for maxim rtc MAX6916 Signed-off-by : Venkat Prashanth B U --- Kconfig | 10 changeLOG | 36 rtc-max6916.c | 172 ++ 3 files changed, 218 insertions(+)

[PATCH] rtc: add support for maxim rtc max6916

2016-05-03 Thread venkat . prashanth2498
From: venkat-prashanth This is a patch to add support for maxim rtc max6916 Signed-off-by:Venkat Prashanth B U --- --- rtc-max6916.c | 157 ++ txtfile | 11 2 files changed, 168 insertions(+) create mode 100644 rtc-max6916.c

[PATCH v4] rtc:add support for maxim rtc max6916

2016-06-01 Thread venkat . prashanth2498
From: VENKAT PRASHANTH B U This is a patch to add support for maxim rtc max6916 Signed-off-by: Venkat Prashanth B U --- changelog v4: - fixed the line wrapping to around 72 characters - Aligned the values with tabs - inserted the correct coding style in the conditional statements - removed the