[PATCHv3 1/2] crypto: updates omap sham device related platform code

2010-04-13 Thread Dmitry Kasatkin
- registration with multi OMAP kernels support - clocks Signed-off-by: Dmitry Kasatkin dmitry.kasat...@nokia.com --- arch/arm/mach-omap2/clock2420_data.c |2 +- arch/arm/mach-omap2/clock2430_data.c |2 +- arch/arm/mach-omap2/clock3xxx_data.c |2 +-

[PATCH 01/11] omap: remove one of the define of INT_34XX_BENCH_MPU_EMUL

2010-04-13 Thread Stanley.Miao
INT_34XX_BENCH_MPU_EMUL was defined twice, another is at Line 312. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/plat-omap/include/plat/irqs.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/plat-omap/include/plat/irqs.h

[PATCH 02/11] AM3517: Add platform init code for EMAC driver

2010-04-13 Thread Stanley.Miao
Add platform init code for EMAC driver. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c | 114 + arch/arm/mach-omap2/include/mach/am35xx.h |9 ++ 2 files changed, 123 insertions(+), 0 deletions(-) diff --git

[PATCH 03/11] AM3517: rename the i2c boardinfo to make it more readable

2010-04-13 Thread Stanley.Miao
There are three i3c buses on am3517, now rename these three boardinfo structure name to am3517evm_i2c1_boardinfo, am3517evm_i2c2_boardinfo, and am3517evm_i2c3_boardinfo, to make it more readable. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c |

[PATCH 04/11] AM3517: Add platform init code for regulator driver

2010-04-13 Thread Stanley.Miao
Add platform init code for regulator driver. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c | 122 + 1 files changed, 122 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c

[PATCH 07/11] AM3517: initialize i2c subsystem after mux subsystem

2010-04-13 Thread Stanley.Miao
The initialize of i2c subsystem will set pinmux, so it should be done after the initialize of mux subsystem initialization. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH 08/11] OMAP: fix a gpmc nand problem

2010-04-13 Thread Stanley.Miao
If gpmc_t isn't given, we don't need to set timing for gpmc, or it will cause a Oops. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/gpmc-nand.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/gpmc-nand.c

[PATCH 06/11] AM3517: Add nand platform data for am3517evm

2010-04-13 Thread Stanley.Miao
Add nand flash init code for am3517evm. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/board-am3517evm.c | 84 + 1 files changed, 84 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2/board-am3517evm.c

[PATCH 10/11] omap hsmmc: fix the hsmmc driver for am3517.

2010-04-13 Thread Stanley.Miao
am3517 don't have the register OMAP343X_CONTROL_PBIAS_LITE and the regulators like vmmc, so we don't need set set_power function for it. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/hsmmc.c |4 +++- drivers/mmc/host/omap_hsmmc.c | 28

[PATCH 11/11] AM3517: Add mmc platform data for am3517evm

2010-04-13 Thread Stanley.Miao
Add mmc platform data. Besides, the mmc slot on UI board has a pin conflict with LCD, so add macros to resolve it. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/Makefile |3 +- arch/arm/mach-omap2/board-am3517evm.c | 45

Re: [PATCH] mmc: fix race condition between dma and omap_hsmmc callback

2010-04-13 Thread Adrian Hunter
Venkatraman S wrote: This patch addresses the possible race condition between the dma callback and hsmmc callback. Can you explain the problem in more detail? If the final DMA interrupt comes before TC then all should be well. If it comes after, then we need to be sure that the DMA has

[PATCH] omap2_mcspi: add turbo mode support

2010-04-13 Thread Roman Tereshonkov
Turbo mode allows to read data to shift register when rx-buffer is full thus improving the perfomance. This feature is available for RX-only mode. In PIO turbo mode when the penultimate word is available in RX-buffer the controller should be disabled before reading data to prevent the next

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

2010-04-13 Thread Ghorai, Sukumar
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Siarhei Siamashka Sent: 2010-04-01 21:02 To: G, Manjunath Kondaiah; Koskinen Aaro (Nokia-D/Helsinki) Cc: linux-omap@vger.kernel.org; DebBarma, Tarun Kanti Subject: Re:

[PATCHV3] OMAP3: SDRC : Errata 1.176 Fix - Accesses to DDR stall in SDRC after a Warm-reset

2010-04-13 Thread Vishwanath BS
From: Teerth Reddy tee...@ti.com This patch has the workaround for errata 1.176. In some cases, user is not able to access DDR memory after warm-reset.This situation occurs while the warm-reset happens during a read access to DDR memory. In that particular conditions, DDR memory does not respond

Re: [PATCH 10/11] omap hsmmc: fix the hsmmc driver for am3517.

2010-04-13 Thread Adrian Hunter
Stanley.Miao wrote: am3517 don't have the register OMAP343X_CONTROL_PBIAS_LITE and the regulators like vmmc, so we don't need set set_power function for it. It would be better to leave omap_hsmmc alone and either: - define fixed voltage regulators - or make a noop set_power

Re: [PATCH 10/11] omap hsmmc: fix the hsmmc driver for am3517.

2010-04-13 Thread Adrian Hunter
Adrian Hunter wrote: Stanley.Miao wrote: am3517 don't have the register OMAP343X_CONTROL_PBIAS_LITE and the regulators like vmmc, so we don't need set set_power function for it. snip @@ -216,6 +216,7 @@ void __init omap2_hsmmc_init(struct omap2_hsmmc_info *controllers) */

Re: [PATCH 11/11] AM3517: Add mmc platform data for am3517evm

2010-04-13 Thread Adrian Hunter
Stanley.Miao wrote: Add mmc platform data. Besides, the mmc slot on UI board has a pin conflict with LCD, so add macros to resolve it. Signed-off-by: Stanley.Miao stanley.m...@windriver.com --- arch/arm/mach-omap2/Makefile |3 +- arch/arm/mach-omap2/board-am3517evm.c | 45

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

2010-04-13 Thread Manjunatha GK
Under certain rare conditions, I2C_STAT[13].RDR bit may be set and the corresponding interrupt fire, even there is no data in the receive FIFO, or the I2C data transfer is still ongoing. These spurious RDR events must be ignored by the software. This patch handles and ignores RDR spurious

RE: [PATCH 11/11] AM3517: Add mmc platform data for am3517evm

2010-04-13 Thread Hiremath, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Stanley.Miao Sent: Tuesday, April 13, 2010 3:05 PM To: linux-omap@vger.kernel.org Cc: t...@atomide.com; Chikkature Rajashekar, Madhusudhan Subject: [PATCH 11/11] AM3517:

RE: [PATCH 03/11] AM3517: rename the i2c boardinfo to make it more readable

2010-04-13 Thread Hiremath, Vaibhav
-Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Stanley.Miao Sent: Tuesday, April 13, 2010 3:02 PM To: linux-omap@vger.kernel.org Cc: t...@atomide.com Subject: [PATCH 03/11] AM3517: rename the i2c boardinfo to make

[PATCH] DSPBRIDGE:Fix Kernel memory poison overwritten after DSP_MMUFAULT

2010-04-13 Thread Deepak Chitriki
kmalloc() does not guarantee page aligned memory always,hence resulting in virtual addresses not getting aligned to page boundary. This patch replaces kmalloc() with __get_free_pages() which allocates kernel memory in terms of PAGES fixing the Kernel memory corruption after DSP_MMUFAULT.

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

2010-04-13 Thread Nishanth Menon
On 04/13/2010 07:01 AM, G, Manjunath Kondaiah wrote: Under certain rare conditions, I2C_STAT[13].RDR bit may be set and the corresponding interrupt fire, even there is no data in the receive FIFO, or the I2C data transfer is still ongoing. These spurious RDR events must be ignored by the

Re: [PATCH] DSPBRIDGE:Fix Kernel memory poison overwritten after DSP_MMUFAULT

2010-04-13 Thread Deepak Chitriki
Please ignore this patch. Thanks, Deepak Chitriki Rudramuni, Deepak wrote: kmalloc() does not guarantee page aligned memory always,hence resulting in virtual addresses not getting aligned to page boundary. This patch replaces kmalloc() with __get_free_pages() which allocates kernel memory in

[PATCH] DSPBRIDGE:Fix Kernel memory poison overwritten after DSP_MMUFAULT

2010-04-13 Thread Deepak Chitriki
kmalloc() does not guarantee page aligned memory always,hence resulting in virtual addresses not getting aligned to page boundary. This patch replaces kmalloc() with __get_free_pages() which allocates kernel memory in terms of PAGES fixing the Kernel memory corruption after DSP_MMUFAULT. Cc:

[PATCH] nand support on omap3 boards

2010-04-13 Thread Sukumar Ghorai
The following set of patches applies on top of the Tony's master branch. And these are the patches required to enable nand (nor and onenand for sdp only) for different platform. Sukumar Ghorai (3): OMAP: ZOOM: Introducing 'board-zoom-flash.c' omap3: add support for NAND on zoom2

[PATCH v3 3/8] omap3: add support for NAND on zoom3 board

2010-04-13 Thread Sukumar Ghorai
patch adds NAND support to zoom3 board. Signed-off-by: SUkumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-zoom3.c | 48 + 2 files changed, 49 insertions(+), 0

[PATCH 7/8] zoom2: enable NAND support

2010-04-13 Thread Sukumar Ghorai
update config file to support for NAND in zoom2. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/configs/omap_zoom2_defconfig | 90 - 1 files changed, 89 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/omap_zoom2_defconfig

[PATCH v2 5/8] omap-3630-sdp: enable Flash device support

2010-04-13 Thread Sukumar Ghorai
update config file to support for NAND, OneNAND, NOR on omap 3630-sdp board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/configs/omap_3630sdp_defconfig | 77 ++- 1 files changed, 76 insertions(+), 1 deletions(-) diff --git

[PATCH] omap: NAND: ecc layout select from board file

2010-04-13 Thread Sukumar Ghorai
This patch makes it possible to select sw or hw (different layout options) ecc scheme supported by omap nand driver. And hw ecc layout selected for sdp and zoom boards, by default. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com ---

[PATCH] omap: NAND: Making ecc layout as compatible with romcode ecc

2010-04-13 Thread Sukumar Ghorai
This patch overrides nand ecc layout and bad block descriptor (for 8-bit device) to support hw ecc in romcode layout. So as to have in sync with ecc layout throughout; i.e. x-laod, u-boot and kernel. This patch also enables to use romcode ecc for spd and zoom, by default.

[PATCH] omap-3630 NAND: enable NAND io in prefetch-irq mode

2010-04-13 Thread Sukumar Ghorai
Update config file to enable NAND in prefetch IRQ mode for ZOOM3 and 3630SDP . Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/configs/omap_3630sdp_defconfig |1 + arch/arm/configs/omap_zoom3_defconfig |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git

[PATCH] omap3: NAND Prefetch in IRQ mode support

2010-04-13 Thread Sukumar Ghorai
This patch enable prefetch-irq mode for NAND. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/board-sdp-flash.c |1 + arch/arm/mach-omap2/board-zoom-flash.c |1 + arch/arm/plat-omap/include/plat/nand.h |1 +

[PATCH v2 6/8] omap3: add support for NAND on LDP board

2010-04-13 Thread Sukumar Ghorai
patch adds NAND support to LDP board. Signed-off-by: Vimal Singh vimalsi...@ti.com Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/Makefile|1 + arch/arm/mach-omap2/board-ldp.c | 41 +++ 2 files changed, 42 insertions(+), 0

[PATCH v3 1/8] omap3: zoom: Introducing 'board-zoom-flash.c'

2010-04-13 Thread Sukumar Ghorai
This patch adds 'board-zoom-flash.c', which could be utilized by boards similar to ZOOM2. (For ex: LDP, ZOOM2, ZOOM3). This does initialization for NAND device based on the 'cs' number and partition information passed from board file (ex: board-zoom2.c). Signed-off-by: Vimal Singh

[PATCH v2 4/8] omap-3630-sdp : Add support for Flash

2010-04-13 Thread Sukumar Ghorai
add support for NAND, OneNAND, NOR on omap 3630-sdp board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-3630sdp.c | 110 + arch/arm/mach-omap2/board-sdp-flash.c |2 + 3 files

[PATCH 8/8] zoom3: enable NAND support

2010-04-13 Thread Sukumar Ghorai
update config file to support for NAND on zoom3 board. Signed-off-by: Sukumar Ghorai s-gho...@ti.com --- arch/arm/configs/omap_zoom3_defconfig | 90 - 1 files changed, 89 insertions(+), 1 deletions(-) diff --git a/arch/arm/configs/omap_zoom3_defconfig

[PATCH] nand support on omap3 boards

2010-04-13 Thread Sukumar Ghorai
The following set of patches applies on top of the Tony's master branch. And dependency on following series of patch - Sukumar Ghorai (3): omap3: GPMC register definition at common location omap3: NAND Prefetch in IRQ mode support omap-3630 NAND: enable NAND io in prefetch-irq mode

[PATCH 8/8] omap3: GPMC register definition at common location

2010-04-13 Thread Sukumar Ghorai
GPMC register definition move to common place in gpmc.h. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/gpmc.c | 38 +-- arch/arm/plat-omap/include/plat/gpmc.h | 36

[PATCH v3 2/8] omap3: add support for NAND on zoom2 board

2010-04-13 Thread Sukumar Ghorai
This patch adds NAND support to ZOOM2 board. This uses 'board-zoom-flash.c' for NAND initialization. Signed-off-by: Sukumar Ghorai s-gho...@ti.com Signed-off-by: Vimal Singh vimalsi...@ti.com --- arch/arm/mach-omap2/Makefile |1 + arch/arm/mach-omap2/board-zoom2.c | 49

Recall: [PATCH] omap: NAND: ecc layout select from board file

2010-04-13 Thread Ghorai, Sukumar
Ghorai, Sukumar would like to recall the message, [PATCH] omap: NAND: ecc layout select from board file.-- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Recall: [PATCH] omap-3630 NAND: enable NAND io in prefetch-irq mode

2010-04-13 Thread Ghorai, Sukumar
Ghorai, Sukumar would like to recall the message, [PATCH] omap-3630 NAND: enable NAND io in prefetch-irq mode.-- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Recall: [PATCH 8/8] omap3: GPMC register definition at common location

2010-04-13 Thread Ghorai, Sukumar
Ghorai, Sukumar would like to recall the message, [PATCH 8/8] omap3: GPMC register definition at common location.-- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at

Recall: [PATCH] omap3: NAND Prefetch in IRQ mode support

2010-04-13 Thread Ghorai, Sukumar
Ghorai, Sukumar would like to recall the message, [PATCH] omap3: NAND Prefetch in IRQ mode support.-- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH] nand support on omap3 boards

2010-04-13 Thread Sukumar Ghorai
The following set of patches applies on top of the Tony's master branch. And these are the patches required to enable nand (nor and onenand for sdp only) for different platform. Sukumar Ghorai (3): OMAP: ZOOM: Introducing 'board-zoom-flash.c' omap3: add support for NAND on zoom2

RE: [PATCHV3 1/2] OMAP3: Set MPU and IVA bypass Clock Divider

2010-04-13 Thread Premi, Sanjeev
-Original Message- From: Sripathy, Vishwanath Sent: Tuesday, April 06, 2010 6:45 PM To: Premi, Sanjeev; Paul Walmsley Cc: linux-omap@vger.kernel.org Subject: RE: [PATCHV3 1/2] OMAP3: Set MPU and IVA bypass Clock Divider [snip]--[snip] I have been trying to find a good place

[RFC] [PATCH 0/3] OMAP4 Keyboard Controller Support

2010-04-13 Thread Arce, Abraham
Keyboard controller for OMAP4 includes - built-in scanning algorithm - debouncing feature - handling mechanism up to 9 x 9 keys - wake-up event generation These patches have been tested in a SDP4430 board. Taking OMAP4 TI tree as code base, omap4_next-wip branch

[RFC] [PATCH 2/3] OMAP4: Keyboard Board Support

2010-04-13 Thread Arce, Abraham
From: Syed Rafiuddin rafiuddin.s...@ti.com Keyboard support for SDP OMAP4430 Signed-off-by: Abraham Arce x0066...@ti.com --- arch/arm/mach-omap2/board-4430sdp.c | 61 ++ 1 files changed, 25 insertions(+), 36 deletions(-) diff --git

[RFC] [PATCH 3/3] OMAP4: Keyboard Kernel Configuration

2010-04-13 Thread Arce, Abraham
From: Syed Rafiuddin rafiuddin.s...@ti.com Update OMAP4430 default configuration to add OMAP4 keyboard driver Signed-off-by: Abraham Arce x0066...@ti.com --- arch/arm/configs/omap_4430sdp_defconfig |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 10/11] omap hsmmc: fix the hsmmc driver for am3517.

2010-04-13 Thread stanley.miao
Adrian Hunter wrote: Stanley.Miao wrote: am3517 don't have the register OMAP343X_CONTROL_PBIAS_LITE and the regulators like vmmc, so we don't need set set_power function for it. It would be better to leave omap_hsmmc alone and either: - define fixed voltage regulators - or make a

Re: [PATCH] nand support on omap3 boards

2010-04-13 Thread Vimal Singh
You post this mail in previous thread. Do not do that. ($SUBJECT is same as last one). Post it in different thread. And why this is not posted as a series? In fact these patches should be posted in two set of patches: 1. patches related to IRQ mode support 2. patches related ROM code ecc layout

Re: [PATCH] nand support on omap3 boards

2010-04-13 Thread Vimal Singh
On Wed, Apr 14, 2010 at 10:05 AM, Vimal Singh vimal.neww...@gmail.com wrote: You post this mail in previous thread. Do not do that. ($SUBJECT is same as last one). Post it in different thread. And why this is not posted as a series? In fact these patches should be posted in two set of

RE: [PATCH] nand support on omap3 boards

2010-04-13 Thread Ghorai, Sukumar
-Original Message- From: Vimal Singh [mailto:vimal.neww...@gmail.com] Sent: 2010-04-14 10:05 To: Ghorai, Sukumar Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH] nand support on omap3 boards You post this mail in previous thread. Do not do that. ($SUBJECT is same as last

Re: [RFC] [PATCH 2/3] OMAP4: Keyboard Board Support

2010-04-13 Thread Vimal Singh
On Wed, Apr 14, 2010 at 6:40 AM, Arce, Abraham x0066...@ti.com wrote: From: Syed Rafiuddin rafiuddin.s...@ti.com Keyboard support for SDP OMAP4430 Signed-off-by: Abraham Arce x0066...@ti.com --- 'Form: Syed Rafiuddin', but not 'Signed-off-by:'... is it correct?