[PATCH 3/3] omap2_spi: fix compilation warning.

2011-05-31 Thread Govindraj.R
fix below compilation warning. drivers/spi/omap2_mcspi.c: In function 'omap2_mcspi_txrx_dma': drivers/spi/omap2_mcspi.c:301: warning: 'elements' may be used uninitialized in this function Signed-off-by: Govindraj.R --- drivers/spi/omap2_mcspi.c |2 +- 1 files changed

[PATCH v6 6/6] OMAP: runtime: McSPI driver runtime conversion

2011-02-02 Thread Govindraj.R
value from clock enable function to return for failure scenarios. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely Reviewed-by: Partha Basak --- drivers/spi/omap2_mcspi.c | 116 1 files changed, 42 insertions(+), 74

[PATCH v6 3/6] OMAP3: hwmod data: Add McSPI

2011-02-02 Thread Govindraj.R
From: Charulatha V Update omap3 hwmod data file with McSPI info. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 280 1 files changed, 280 insertions(+), 0 deletions(-) diff --git a

[PATCH v6 2/6] OMAP2430: hwmod data: Add McSPI

2011-02-02 Thread Govindraj.R
From: Charulatha V Update the 2430 hwmod data file with McSPI info. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 219 1 files changed, 219 insertions(+), 0 deletions(-) diff

[PATCH v6 1/6] OMAP2420: hwmod data: Add McSPI

2011-02-02 Thread Govindraj.R
From: Charulatha V Update the omap2420 hwmod data with the McSPI info. Add a device attribute structure which will be used for passing number of chipselects from hwmod data. Add revision macros to be passed from rev field from hwmod. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R

[PATCH v6 5/6] OMAP: devices: Modify McSPI device to adapt to hwmod framework

2011-02-02 Thread Govindraj.R
append the same to base address retrieved from hwmod data file and we are not mapping *_HL_* regs which are not used in driver. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely Reviewed-by: Partha Basak --- arch/arm/mach-omap2/devices.c | 187

[PATCH v6 0/6] OMAP: McSPI: Hwmod adaptation + runtime conversion

2011-02-02 Thread Govindraj.R
Board(OMAP4430) Boot tested with ethernet interface. 4) Boot tested on 2420/n800. Benoit Cousson (1): OMAP4: hwmod data: Add McSPI Charulatha V (4): OMAP2420: hwmod data: Add McSPI OMAP2430: hwmod data: Add McSPI OMAP3: hwmod data: Add McSPI OMAP: devices: Modify McSPI device to adapt to h

[PATCH v6 4/6] OMAP4: hwmod data: Add McSPI

2011-02-02 Thread Govindraj.R
From: Benoit Cousson Update omap4 hwmod file with McSPI info. Signed-off-by: Benoit Cousson Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 267 1 files changed, 267 insertions

[PATCH v5 6/6] OMAP: runtime: McSPI driver runtime conversion

2011-01-21 Thread Govindraj.R
value from clock enable function to return for failure scenarios. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely Reviewed-by: Partha Basak --- drivers/spi/omap2_mcspi.c | 120 +--- 1 files changed, 46 insertions(+), 74

[PATCH v5 1/6] OMAP2420: hwmod data: Add McSPI

2011-01-21 Thread Govindraj.R
From: Charulatha V Update the omap2420 hwmod data with the McSPI info. Add a device attribute structure which will be used for passing number of chipselects from hwmod data. Add revision macros to be passed from rev field from hwmod. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R

[PATCH v5 4/6] OMAP4: hwmod data: Add McSPI

2011-01-21 Thread Govindraj.R
From: Benoit Cousson Update omap4 hwmod file with McSPI info. Signed-off-by: Benoit Cousson Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 267 1 files changed, 267 insertions

[PATCH v5 5/6] OMAP: devices: Modify McSPI device to adapt to hwmod framework

2011-01-21 Thread Govindraj.R
append the same to base address retrieved from hwmod data file and we are not mapping *_HL_* regs which are not used in driver. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely Reviewed-by: Partha Basak --- arch/arm/mach-omap2/devices.c | 187

[PATCH v5 3/6] OMAP3: hwmod data: Add McSPI

2011-01-21 Thread Govindraj.R
From: Charulatha V Update omap3 hwmod data file with McSPI info. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 280 1 files changed, 280 insertions(+), 0 deletions(-) diff --git a

[PATCH v5 0/6] OMAP: McSPI: Hwmod adaptation + runtime conversion

2011-01-21 Thread Govindraj.R
MAP4: hwmod data: Add McSPI Charulatha V (4): OMAP2420: hwmod data: Add McSPI OMAP2430: hwmod data: Add McSPI OMAP3: hwmod data: Add McSPI OMAP: devices: Modify McSPI device to adapt to hwmod framework Govindraj.R (1): OMAP: runtime: McSPI driver runtime conversion arch/arm/mach

[PATCH v5 2/6] OMAP2430: hwmod data: Add McSPI

2011-01-21 Thread Govindraj.R
From: Charulatha V Update the 2430 hwmod data file with McSPI info. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 219 1 files changed, 219 insertions(+), 0 deletions(-) diff

[PATCH v4 6/6] OMAP: runtime: McSPI driver runtime conversion

2011-01-18 Thread Govindraj.R
value from clock enable function to return for failure scenarios. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely Reviewed-by: Partha Basak --- drivers/spi/omap2_mcspi.c | 120 +--- 1 files changed, 46 insertions(+), 74

[PATCH v4 5/6] OMAP: devices: Modify McSPI device to adapt to hwmod framework

2011-01-18 Thread Govindraj.R
append the same to base address retrieved from hwmod data file and we are not mapping *_HL_* regs which are not used in driver. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely Reviewed-by: Partha Basak --- arch/arm/mach-omap2/devices.c | 187

[PATCH v4 4/6] OMAP4: hwmod data: Add McSPI

2011-01-18 Thread Govindraj.R
From: Benoit Cousson Update omap4 hwmod file with McSPI info. Signed-off-by: Benoit Cousson Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 266 1 files changed, 266 insertions

[PATCH v4 1/6] OMAP2420: hwmod data: Add McSPI

2011-01-18 Thread Govindraj.R
From: Charulatha V Update the omap2420 hwmod data with the McSPI info. Add a device attribute structure which will be used for passing number of chipselects from hwmod data. Add revision macros to be passed from rev field from hwmod. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R

[PATCH v4 2/6] OMAP2430: hwmod data: Add McSPI

2011-01-18 Thread Govindraj.R
From: Charulatha V Update the 2430 hwmod data file with McSPI info. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 219 1 files changed, 219 insertions(+), 0 deletions(-) diff

[PATCH v4 3/6] OMAP3: hwmod data: Add McSPI

2011-01-18 Thread Govindraj.R
From: Charulatha V Update omap3 hwmod data file with McSPI info. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 280 1 files changed, 280 insertions(+), 0 deletions(-) diff --git a

[PATCH v4 0/6] OMAP: McSPI: Hwmod adaptation + runtime conversion

2011-01-18 Thread Govindraj.R
d data: Add McSPI Charulatha V (4): OMAP2420: hwmod data: Add McSPI OMAP2430: hwmod data: Add McSPI OMAP3: hwmod data: Add McSPI OMAP: devices: Modify McSPI device to adapt to hwmod framework Govindraj.R (1): OMAP: runtime: McSPI driver runtime conversion arch/arm/mach-omap

[PATCH v3 1/6] OMAP2420: hwmod data: Add McSPI

2011-01-17 Thread Govindraj.R
Update the omap2420 hwmod data with the McSPI info. Add a device attribute structure which will be used for passing number of chipselects from hwmod data. Add revision macros to be passed from rev field from hwmod. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely

[PATCH v3 6/6] OMAP: runtime: McSPI driver runtime conversion

2011-01-17 Thread Govindraj.R
value from clock enable function to return for failure scenarios. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely Reviewed-by: Partha Basak --- drivers/spi/omap2_mcspi.c | 120 +--- 1 files changed, 46 insertions(+), 74

[PATCH v3 2/6] OMAP2430: hwmod data: Add McSPI

2011-01-17 Thread Govindraj.R
Update the 2430 hwmod data file with McSPI info. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 219 1 files changed, 219 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach

[PATCH v3 4/6] OMAP4: hwmod data: Add McSPI

2011-01-17 Thread Govindraj.R
Update omap4 hwmod file with McSPI info. Signed-off-by: Benoit Cousson Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 266 1 files changed, 266 insertions(+), 0 deletions(-) diff

[PATCH v3 0/6] OMAP: McSPI: Hwmod adaptation + runtime conversion

2011-01-17 Thread Govindraj.R
ulatha V (1): OMAP: devices: Modify McSPI device to adapt to hwmod framework Govindraj.R (5): OMAP2420: hwmod data: Add McSPI OMAP2430: hwmod data: Add McSPI OMAP3: hwmod data: Add McSPI OMAP4: hwmod data: Add McSPI OMAP: runtime: McSPI driver runtime conversion arch/arm/mach-omap

[PATCH v3 3/6] OMAP3: hwmod data: Add McSPI

2011-01-17 Thread Govindraj.R
Update omap3 hwmod data file with McSPI info. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 280 1 files changed, 280 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH v3 5/6] OMAP: devices: Modify McSPI device to adapt to hwmod framework

2011-01-17 Thread Govindraj.R
address retrieved from hwmod data file and we are not mapping *_HL_* regs which are not used in driver. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Acked-by: Grant Likely Reviewed-by: Partha Basak --- arch/arm/mach-omap2/devices.c | 187

[PATCH 7/7 v2] OMAP: runtime: McSPI driver runtime conversion

2010-12-01 Thread Govindraj.R
value from clock enable function to return for failure scenarios. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Reviewed-by: Partha Basak --- drivers/spi/omap2_mcspi.c | 120 +--- 1 files changed, 46 insertions(+), 74 deletions(-) diff --git a

[PATCH 6/7 v2] OMAP: devices: Modify McSPI device to adapt to hwmod framework

2010-12-01 Thread Govindraj.R
append the same to base address retrieved from hwmod data file and we are not mapping *_HL_* regs which are not used in driver. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R Reviewed-by: Partha Basak --- arch/arm/mach-omap2/devices.c | 189

[PATCH 5/7 v2] OMAP3: clocks: Update clock domain name for mcspi fck

2010-12-01 Thread Govindraj.R
From: Charulatha V Update clock3xxx_data for mcspi1-4 with appropriate clock domain name. Signed-off-by: Charulatha V --- arch/arm/mach-omap2/clock3xxx_data.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/clock3xxx_data.c b/arch/arm/mach-omap2

[PATCH 4/7 v2] OMAP4: hwmod data: Add McSPI

2010-12-01 Thread Govindraj.R
From: Benoit Cousson Update omap4 hwmod file with McSPI info. Signed-off-by: Benoit Cousson Signed-off-by: Charulatha V Signed-off-by: Govindraj.R --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 267 1 files changed, 267 insertions(+), 0 deletions(-) diff

[PATCH 1/7 v2] OMAP2420: hwmod data: Add McSPI

2010-12-01 Thread Govindraj.R
From: Charulatha V Update the omap2420 hwmod data with the McSPI info. Add a device attribute structure which will be used for passing number of chipselects from hwmod data. Add revision macros to be passed from rev field from hwmod. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R

[PATCH 3/7 v2] OMAP3: hwmod data: Add McSPI

2010-12-01 Thread Govindraj.R
From: Charulatha V Update omap3 hwmod data file with McSPI info. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 280 1 files changed, 280 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH 2/7 v2] OMAP2430: hwmod data: Add McSPI

2010-12-01 Thread Govindraj.R
From: Charulatha V Update the 2430 hwmod data file with McSPI info. Signed-off-by: Charulatha V Signed-off-by: Govindraj.R --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 219 1 files changed, 219 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2

[PATCH 0/7 v2] OMAP: McSPI: Hwmod adaptation + runtime conversion

2010-12-01 Thread Govindraj.R
on (1): OMAP4: hwmod data: Add McSPI Charulatha V (5): OMAP2420: hwmod data: Add McSPI OMAP2430: hwmod data: Add McSPI OMAP3: hwmod data: Add McSPI OMAP3: clocks: Update clock domain name for mcspi fck OMAP: devices: Modify McSPI device to adapt to hwmod framework Govindraj.R (1): OMAP: ru

[spi-devel-general] [PATCH 2/2 v3] OMAP-McSPI :Adds support for FIFO and auto chip select mode

2010-08-13 Thread Govindraj.R
used for read/write. Auto chip select mode can be enabled by setting force_cs_mode to zero Cc: Tony Lindgren Cc: Grant Likely Signed-off-by: Hemanth V Signed-off-by: Govindraj.R --- drivers/spi/omap2_mcspi.c | 336 - 1 files changed, 300 insertions

[spi-devel-general] [PATCH 1/2 v3] OMAP-McSPI: Update platform McSPI files

2010-08-13 Thread Govindraj.R
From: Hemanth V This patch updates platform files for fifo, slave support. Cc: Grant Likely Signed-off-by: Hemanth V Acked-by: Tony Lindgren Signed-off-by: Govindraj.R --- arch/arm/mach-omap2/devices.c |5 + arch/arm/plat-omap/include/plat/mcspi.h | 29

[spi-devel-general] [PATCH 0/2 v3] OMAP: McSPI: Add Fifo Mode support

2010-08-13 Thread Govindraj.R
Update platform data and fifo mode support. v2: http://www.mail-archive.com/linux-o...@vger.kernel.org/msg23562.html Hemanth V (2): OMAP-McSPI: Update platform McSPI files OMAP-McSPI :Adds support for FIFO and auto chip select mode arch/arm/mach-omap2/devices.c |5 + arch/ar