[PATCH v2 00/11] OMAP: DMA: HWMOD and DMA as platform driver

2010-08-24 Thread Manjunatha GK
' into pm-wip/hwmods-omap4-base The earlier version of the patches can be found at: RFC patches: http://www.spinics.net/lists/linux-omap/index.html#33393 v1 patches: http://www.spinics.net/lists/linux-omap/msg34066.html Patch series summary: = Manjunatha GK (10): OMAP: DMA

[PATCH v2 03/11] OMAP2430: DMA: HWMOD: Add hwmod data structures

2010-08-24 Thread Manjunatha GK
This patch adds OMAP2430 DMA hwmod structures. Signed-off-by: Manjunatha GK manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 85

[PATCH v2 04/11] OMAP3: DMA: HWMOD: Add hwmod data structures

2010-08-24 Thread Manjunatha GK
This patch adds OMAP3 DMA hwmod structures. Signed-off-by: Manjunatha GK manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 85

[PATCH v2 05/11] OMAP4: DMA: HWMOD: Add hwmod data structures

2010-08-24 Thread Manjunatha GK
This patch adds OMAP4430 DMA hwmod structures. Signed-off-by: Manjunatha GK manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 99

[PATCH v2 06/11] OMAP1: DMA: Introduce DMA driver as platform driver

2010-08-24 Thread Manjunatha GK
This patch introduces OMAP1 DMA driver as platform device and adds support for registering through platform device layer. Signed-off-by: Manjunatha GK manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com

[PATCH v2 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-08-24 Thread Manjunatha GK
This patch converts omap2/3/4 dma driver into platform devices through using omap hwmod, omap device and runtime pm frameworks. Signed-off-by: Manjunatha GK manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim

[PATCH v2 09/11] OMAP: DMA: Implement generic errata handling

2010-08-24 Thread Manjunatha GK
This patch introduces generic way of handling all OMAP DMA errata's which are applicable for OMAP1 and OMAP2PLUS processors. Signed-off-by: Manjunatha GK manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com

[PATCH v2 11/11] sDMA: descriptor autoloading feature

2010-08-24 Thread Manjunatha GK
a descriptor loading for DMA channel for sg type transfers 2) configuration with linked list elements 3) Starting / pause and resume of the said transfers, query state 4) Clearing the sglist mode Signed-off-by: Venkatraman S svenk...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Cc: Benoit

[PATCH] OMAP2PLUS: Fix Sparse errors/warnings in mach-omap2

2010-08-13 Thread Manjunatha GK
-am3517evm.c:141:17: warning: Initializer entry defined twice arch/arm/mach-omap2/board-am3517evm.c:142:18: also defined here Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/board-am3517evm.c |5 +-- arch/arm/mach-omap2/board

[PATCH 00/11] OMAP: DMA: HWMOD and DMA as platform driver

2010-07-29 Thread Manjunatha GK
: Wed May 12 17:54:37 2010 +0200 OMAP4: hwmod: Enable omap_hwmod build for OMAP4 Patch series summary: = Manjunatha GK (10): OMAP: DMA: Introduce DMA device attributes OMAP2420: DMA: HWMOD: Add hwmod data structures OMAP2430: DMA: HWMOD: Add hwmod data structures OMAP3

[PATCH 03/11] OMAP2430: DMA: HWMOD: Add hwmod data structures

2010-07-29 Thread Manjunatha GK
This patch adds OMAP2430 DMA hwmod structures. Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 89 1 files changed, 89 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c b/arch/arm

[PATCH 02/11] OMAP2420: DMA: HWMOD: Add hwmod data structures

2010-07-29 Thread Manjunatha GK
This patch adds OMAP2420 DMA hwmod structures. Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 89 1 files changed, 89 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_2420_data.c b/arch/arm

[PATCH 04/11] OMAP3: DMA: HWMOD: Add hwmod data structures

2010-07-29 Thread Manjunatha GK
This patch adds OMAP3 DMA hwmod structures. Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 89 1 files changed, 89 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach

[PATCH 05/11] OMAP4: DMA: HWMOD: update OMAP4 data base

2010-07-29 Thread Manjunatha GK
The OMAP4 hwmod data base is updated with DMA controller attributes. Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 19 ++- 1 files changed, 14 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c

[PATCH 01/11] OMAP: DMA: Introduce DMA device attributes

2010-07-29 Thread Manjunatha GK
This patches introduces OMAP DMA device attributes for using the same in DMA platform driver for all OMAP's and HWMOD database(OMAP2PLUS onwards) Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/plat-omap/include/plat/dma.h | 22 ++ 1 files changed, 22 insertions

[PATCH 06/11] OMAP1: DMA: Introduce DMA driver as platform driver

2010-07-29 Thread Manjunatha GK
This patch introduces OMAP1 DMA driver as platform device and adds support for registering through platform device layer. Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/mach-omap1/dma.c | 234 arch/arm/mach-omap1/include/mach/dma.h | 80

[PATCH 11/11] sDMA: descriptor autoloading feature

2010-07-29 Thread Manjunatha GK
a descriptor loading for DMA channel for sg type transfers 2) configuration with linked list elements 3) Starting / pause and resume of the said transfers, query state 4) Clearing the sglist mode Signed-off-by: Venkatraman S svenk...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm

[PATCH 07/11] OMAP2/3/4: DMA: HWMOD: Device registration

2010-07-29 Thread Manjunatha GK
This patch converts omap2/3/4 dma driver into platform devices through using omap hwmod, omap device and runtime pm frameworks. Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/mach-omap2/dma.c | 134 arch/arm/mach-omap2/include/mach/dma.h

[PATCH 08/11] OMAP: DMA: Convert DMA library into DMA platform Driver

2010-07-29 Thread Manjunatha GK
This patch converts DMA library into DMA platform driver and make use of platform data provided by HWMOD data base for OMAP2PLUS onwards. For OMAP1 processors, the DMA driver in mach-omap uses resource structures for getting platform data. Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm

[PATCH resend 11/11] sDMA: descriptor autoloading feature

2010-07-29 Thread Manjunatha GK
a descriptor loading for DMA channel for sg type transfers 2) configuration with linked list elements 3) Starting / pause and resume of the said transfers, query state 4) Clearing the sglist mode Signed-off-by: Venkatraman S svenk...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm

[PATCH] OMAP1: PM: Fix OMAP1610 build

2010-07-14 Thread Manjunatha GK
' undeclared (first use in this function) make[1]: *** [arch/arm/mach-omap1/pm_bus.o] Error 1 make: *** [arch/arm/mach-omap1] Error 2 This patch fixes build issues and same has been tested for omap_h2_1610_defconfig. Signed-off-by: Manjunatha GK manj...@ti.com Cc: Kevin Hilman khil

[RFC PATCH 01/10] OMAP2420: DMA: HWMOD: Add hwmod data structures

2010-07-08 Thread Manjunatha GK
This patch adds OMAP2420 DMA hwmod structures. Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: Basak, Partha p-bas...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Paul Walmsley p...@pwsan.com Cc: Santosh Shilimkar santosh.shilim...@ti.com

[RFC PATCH 00/10] OMAP: DMA: HWMOD and convert into platform driver

2010-07-08 Thread Manjunatha GK
. To perform more tests on OMAP4 once the branch is bootable. 2. OMAP2 boot and basic dma tests It will be helpful is some one tests and provides feedback on OMAP1 and OMAP2 boards since I don't have OMAP1 board. Manjunatha GK (10): OMAP2420: DMA: HWMOD: Add hwmod data structures OMAP2430: DMA

[RFC PATCH 09/10] OMAP: DMA: API's Clean up

2010-07-08 Thread Manjunatha GK
break. Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: Basak, Partha p-bas...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Paul Walmsley p...@pwsan.com Cc: Santosh Shilimkar santosh.shilim...@ti.com Cc: Rajendra Nayak rna...@ti.com --- arch/arm

[RFC PATCH 02/10] OMAP2430: DMA: HWMOD: Add hwmod data structures

2010-07-08 Thread Manjunatha GK
This patch adds OMAP2430 DMA hwmod structures. Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: Basak, Partha p-bas...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Paul Walmsley p...@pwsan.com Cc: Santosh Shilimkar santosh.shilim...@ti.com

[RFC PATCH 06/10] OMAP2/3/4: DMA: HWMOD: Device registration

2010-07-08 Thread Manjunatha GK
This patch converts omap2/3/4 dma driver into platform devices through using omap hwmod, omap device and runtime pm frameworks. Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: Basak, Partha p-bas...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com

[RFC PATCH 04/10] OMAP4: DMA: HWMOD: update OMAP4 data base

2010-07-08 Thread Manjunatha GK
The OMAP4 hwmod data base is updated with DMA controller attributes. Also, irq name are changed from 0 to dma_0, 1-dma_1 ... in order provide meaningful name to irq names. Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: Basak, Partha p-bas...@ti.com Cc: Benoit Cousson b-cous...@ti.com

[RFC PATCH 08/10] OMAP: DMA: Move IRQ handlers to mach-omap

2010-07-08 Thread Manjunatha GK
The DMA IRQ handling is completely differnet between omap1 and omap2 plus processors hence the IRQ handlers are moved to respective dma.c in mach-omap directories. Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: Basak, Partha p-bas...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc

[RFC PATCH 05/10] OMAP1: DMA: Introduce DMA driver as platform driver

2010-07-08 Thread Manjunatha GK
This patch introduces OMAP1 DMA driver as platform device and adds support for registering through platform device layer. Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: Basak, Partha p-bas...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc

[RFC PATCH 03/10] OMAP3: DMA: HWMOD: Add hwmod data structures

2010-07-08 Thread Manjunatha GK
This patch adds OMAP3 DMA hwmod structures. Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: Basak, Partha p-bas...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Paul Walmsley p...@pwsan.com Cc: Santosh Shilimkar santosh.shilim...@ti.com Cc

[RFC PATCH 07/10] OMAP2/3/4: DMA: Move chain API's to mach-omap2

2010-07-08 Thread Manjunatha GK
-by: Manjunatha GK manj...@ti.com Signed-off-by: Basak, Partha p-bas...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Paul Walmsley p...@pwsan.com Cc: Santosh Shilimkar santosh.shilim...@ti.com Cc: Rajendra Nayak rna...@ti.com --- arch/arm/mach-omap2/dma.c

[PATCH] OMAP2/3: Keypad: Fix memory leak

2010-05-20 Thread Manjunatha GK
From: Damodar x0132...@ti.com This patch corrects Possible memory leak of 'input' allocated through input_allocate_device and Suspicious dereference of pointer 'pdata' before NULL check Signed-off-by: Damodar Santhapuri x0132...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony

[PATCH] OMAP: McSPI: Fix Null pointer check

2010-05-20 Thread Manjunatha GK
From: Satish x0124...@ti.com Fix Null pointer check for pointer r in omap2_mcspi_remove() function. Signed-off-by: Satish Kumar x0124...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com --- drivers/spi/omap2_mcspi.c |2 ++ 1 files changed, 2 insertions

[PATCH] OMAP: FB: Fix Null pointer check

2010-05-20 Thread Manjunatha GK
From: Satish Kumar satis...@ti.com Fix Null pointer check for display pointer in omapfb_blank(). Signed-off-by: Satish Kumar satis...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com --- drivers/video/omap2/omapfb/omapfb-main.c |5 + 1 files changed

[PATCH] OMAP: Fix Memory leak

2010-05-20 Thread Manjunatha GK
From: Satish x0124...@ti.com The memory allocated for sgt structure is not freed on error when sg_alloc_table is called in sg_alloc_table(). Signed-off-by: Satish Kumar x0124...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com --- arch/arm/plat-omap/iovmm.c

[PATCH v4] OMAP3: Registering sgx device and it's platform data

2010-05-12 Thread Manjunatha GK
The SGX powervr_device is registered with it's platform specific data to provide information about setting constraint through omap_pm_set_min_bus_tput. Signed-off-by: Preshit Agarwal preshit.agar...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com Cc: Kevin

[PATCH v3] OMAP3: Registering sgx device and it's platform data

2010-05-11 Thread Manjunatha GK
The SGX powervr_device is registered with it's platform specific data to provide information about setting constraint through omap_pm_set_min_bus_tput. Signed-off-by: Preshit Agarwal preshit.agar...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com Cc: Kevin

[PATCH v2] OMAP3: Registering sgx device and it's platform data

2010-05-04 Thread Manjunatha GK
The SGX powervr_device is registered with it's platform specific data to provide information about setting constraint through omap_pm_set_min_bus_tput. Signed-off-by: Preshit Agarwal preshit.agar...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com Cc: Kevin

[PATCH v7] OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interrupt

2010-05-04 Thread Manjunatha GK
. omap34xx(including omap3630). Signed-off-by: Manjunatha GK manj...@ti.com Cc: linux-...@vger.kernel.org Cc: ben-li...@fluff.org Cc: Kalliguddi, Hema hem...@ti.com Cc: Nishanth Menon n...@ti.com Cc: Aaro Koskinen aaro.koski...@nokia.com Cc: Tony Lindgren t...@atomide.com --- drivers/i2c/busses/i2c

[PATCH] OMAP3: PM: Registering sgx device and it's platform data

2010-04-30 Thread Manjunatha GK
The SGX powervr_device is registered with it's platform specific data to provide information about setting constraint through omap_pm_set_min_bus_tput. Signed-off-by: Preshit Agarwal preshit.agar...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Cc: Tony Lindgren t...@atomide.com Cc: Kevin

[PATCH] omap3: Fix 3630 mux errors

2010-04-30 Thread Manjunatha GK
0x592 mux: Unknown ball offset 0x594 mux: Unknown ball offset 0x598 mux: Unknown ball offset 0x59c mux: Unknown ball offset 0x9d4 Fix this by adding the missing offsets to omap3 superset. Note that additionally the uninitialized pins need to be skipped on 34xx. Reported-by: Manjunatha GK manj

[PATCH] OMAP3630: Update ES1.1 silicon revision detection

2010-04-28 Thread Manjunatha GK
This patch updates ES1.1 silicon revision ID for OMAP3630 processor. The silicon revision can be read by reading hawkeye and revision bits in IDCODE register. Tested on 3630sdp(with ES1.1 silicon) and Zoom3(with ES1.0) silicon. Signed-off-by: Manjunatha GK manj...@ti.com Cc: Nishanth Menon n

[PATCH] OMAP3: I2C: Clean up Errata 1p153 handling

2010-04-28 Thread Manjunatha GK
Clean up existing Errata 1p153 handling to use generic errata handling mechanism through dev flag. Signed-off-by: Manjunatha GK manj...@ti.com Cc: linux-...@vger.kernel.org Cc: linux-omap@vger.kernel.org Cc: ben-li...@fluff.org Cc: Tony Lindgren t...@atomide.com Cc: Nishanth Menon n...@ti.com Cc

[PATCH v5] OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interrupt

2010-04-27 Thread Manjunatha GK
for OMAP4. Signed-off-by: Manjunatha GK manj...@ti.com Cc: linux-...@vger.kernel.org Cc: ben-li...@fluff.org Cc: Kalliguddi, Hema hem...@ti.com Cc: Nishanth Menon n...@ti.com Cc: Aaro Koskinen aaro.koski...@nokia.com Cc: Tony Lindgren t...@atomide.com --- drivers/i2c/busses/i2c-omap.c | 39

[PATCH v6] OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interrupt

2010-04-27 Thread Manjunatha GK
for OMAP4. Signed-off-by: Manjunatha GK manj...@ti.com Cc: linux-...@vger.kernel.org Cc: ben-li...@fluff.org Cc: Kalliguddi, Hema hem...@ti.com Cc: Nishanth Menon n...@ti.com Cc: Aaro Koskinen aaro.koski...@nokia.com Cc: Tony Lindgren t...@atomide.com --- drivers/i2c/busses/i2c-omap.c | 40

[PATCH] OMAP3: PM: Fix zoom3 defconfig build

2010-04-26 Thread Manjunatha GK
/opp.h: In function 'opp_find_freq_exact': arch/arm/plat-omap/include/plat/opp.h:255: error: implicit declaration of function 'ERR_PTR' Signed-off-by: Manjunatha GK manj...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/plat-omap/include/plat/opp.h |1 + 1 files changed, 1

[PATCH v3] OMAP2/3: I2C: Errata ID i207: Clear wrong RDR interrupt

2010-04-15 Thread Manjunatha GK
for OMAP4. Signed-off-by: Manjunatha GK manj...@ti.com Cc: linux-...@vger.kernel.org Cc: ben-li...@fluff.org Cc: Kalliguddi, Hema hem...@ti.com Cc: Nishanth Menon n...@ti.com --- drivers/i2c/busses/i2c-omap.c | 28 1 files changed, 28 insertions(+), 0 deletions(-) diff

[PATCH v2] OMAP3: I2C: Errata ID i207: Clear wrong RDR interrupt

2010-04-13 Thread Manjunatha GK
interrupts. Patch tested on OMAP zoom3 board. Signed-off-by: Manjunatha GK manj...@ti.com Cc: linux-omap@vger.kernel.org Cc: linux-...@vger.kernel.org Cc: ben-li...@fluff.org Cc: Kalliguddi, Hema hem...@ti.com Cc: Nishanth Menon n...@ti.com --- Review comments for earlier post can be found at: https

[PATCH] OMAP3: I2C: Errata i207: Clear wrong RDR interrupt

2010-04-01 Thread Manjunatha GK
interrupts. Reviewed-by: Kalliguddi, Hema hem...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Cc: linux-omap@vger.kernel.org Cc: linux-...@vger.kernel.org Cc: ben-li...@fluff.org Cc: Kalliguddi, Hema hem...@ti.com --- drivers/i2c/busses/i2c-omap.c | 13 + 1 files changed, 13

[PATCH] OMAP GPTimer for OProfile(Errata#628216)

2010-04-01 Thread Manjunatha GK
. Signed-off-by: Tarun Kanti DebBarma tarun.ka...@ti.com Cc: Siarhei Siamashka siarhei.siamas...@nokia.com Cc: Manjunatha GK manj...@ti.com --- arch/arm/Kconfig | 59 +++--- arch/arm/oprofile/Makefile|1 + arch/arm/oprofile/common.c

[PATCH] OMAP: PM: Fix Zoom3 defconfig build

2010-03-12 Thread Manjunatha GK
/arm/mach-omap2/clock3xxx_data.c:3564: error: for each function it appears in.) make[1]: *** [arch/arm/mach-omap2/clock3xxx_data.o] Error 1 Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/configs/omap_zoom3_defconfig | 20 ++-- 1 files changed, 18 insertions(+), 2

[PATCH v2] OMAP: DMA: Init CDAC to zero

2010-03-04 Thread Manjunatha GK
Signed-off-by: Manjunatha GK manj...@ti.com --- It was aligned to reset CDAC to zero in omap_start_dma(int lch) instead of creating new API for accessing CDAC register. Discussion thread is at: http://patchwork.kernel.org/patch/83176/ http://patchwork.kernel.org/patch/82948/ v2 changes: Fixed

[PATCH] OMAP: DMA: Init CDAC to Zero

2010-03-03 Thread Manjunatha GK
Signed-off-by: Manjunatha GK manj...@ti.com --- It was aligned to reset CDAC to zero in omap_start_dma(int lch) instead of creating new API for accessing CDAC register. Discussion thread is at: http://patchwork.kernel.org/patch/83176/ http://patchwork.kernel.org/patch/82948/ arch/arm/plat-omap/dma.c

[PATCH v2] OMAP: DMA: Init CDAC to zero

2010-03-03 Thread Manjunatha GK
Signed-off-by: Manjunatha GK manj...@ti.com --- It was aligned to reset CDAC to zero in omap_start_dma(int lch) instead of creating new API for accessing CDAC register. Discussion thread is at: http://patchwork.kernel.org/patch/83176/ http://patchwork.kernel.org/patch/82948/ v2 changes: Fixed

[PATCH] OMAP: DMA: Fix multi-line comments

2010-03-03 Thread Manjunatha GK
Multi line comments are fixed as per CodingStyle guidelines. Cc: Tony Lindgren t...@atomide.com Cc: Kevin Hilman khil...@deeprootsystems.com Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/plat-omap/dma.c | 18 -- 1 files changed, 12 insertions(+), 6 deletions(-) diff

[PATCH] OMAP: DMA: Add API for setting channel dest addr

2010-03-02 Thread Manjunatha GK
The new API - omap_set_dma_dst_pos(int lch, int value) is added for setting channel destination address in CPC/CDAC register Cc: Tony Lindgren t...@atomide.com Cc: S, Venkatraman svenk...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: Govindraj R govindraj.r...@ti.com --- arch

[PATCH] OMAP: Zoom3: Fix Zoom3 booting issue

2010-03-02 Thread Manjunatha GK
up issues until clock nodes are added for UART4 on OMAP3630. Cc: Tony Lindgren t...@atomide.com Cc: Santosh Shilimkar santosh.shilim...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: Govindraj R govindraj.r...@ti.com --- arch/arm/mach-omap2/serial.c |7 ++- 1 files

[PATCH v2] OMAP: DMA: Add API for setting channel dest addr

2010-03-02 Thread Manjunatha GK
The new API - omap_set_dma_dst_pos(int lch, int value) is added for setting channel destination address in CPC/CDAC register Cc: Tony Lindgren t...@atomide.com Cc: Santosh Shilimkar santosh.shilim...@ti.com Cc: S, Venkatraman svenk...@ti.com Signed-off-by: Manjunatha GK manj...@ti.com Signed-off

[PATCH] Zoom3: Defconfig update

2010-02-19 Thread Manjunatha GK
Some of the features are not enabled by default in zoom3 defconfig. This patch enables: - MMC Resume - TWL4030 RTC driver - Debug File system Build and boot tested on Zoom3 board. Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/configs/omap_zoom3_defconfig |6 +++--- 1 files

[PATCH v2] OMAP3 : Fix I2C lockup during timeout/error cases

2009-12-10 Thread Manjunatha GK
bit until it is set to 1 to indicate the software reset is complete. v1 : Initital version v2 : Removed delay since time taken for disabling I2C controller is zero jiffies Tested on Zoom2 and Zoom3 Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: George, Harithhar...@ti.com

[PATCH v2] OMAP3 : Fix I2C lockup during timeout/error cases

2009-12-10 Thread Manjunatha GK
bit until it is set to 1 to indicate the software reset is complete. Tested on Zoom2, Zoom3, 3430SDP and 3630SDP Signed-off-by: Manjunatha GK manj...@ti.com Signed-off-by: George, Harithhar...@ti.com Acked-by: Varadarajan, Charu Lathach...@ti.com --- v1 : Initital version v2 : Removed delay since

[PATCH] OMAP3 : Enable TWL4030 Keypad for Zoom2 and Zoom3 boards

2009-11-17 Thread Manjunatha GK
The TWL4030 keypad driver is not enabled by default for zoom2 and zoom3 boards. This patch will enable the same for both zoom2 and zoom3 boards. Tested on zoom2(3430) and zoom3(3630) boards. Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/configs/omap_zoom2_defconfig |3 ++- arch

[PATCH v3] [OMAP3_PM] Fix zoom2/zoom3 build error

2009-11-16 Thread Manjunatha GK
fixes the above errors. Kernel booting is tested on omap zoom2 and zoom3 boards. Review Comments fixed: http://patchwork.kernel.org/patch/56955/ http://patchwork.kernel.org/patch/56946/ Signed-off-by: Manjunatha GK manj...@ti.com --- arch/arm/mach-omap2/pm-debug.c |2 -- arch/arm/mach-omap2