[RESUBMIT][PATCH 1/7] OMAP4: Create architecture macros and config entries.

2009-05-07 Thread Santosh Shilimkar
This patch creates the architectural macros for OMAP4. The MULTI_OMAP build is not yet supported by OMAP4. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/Kconfig |6 +- arch/arm/plat-omap/Kconfig| 11 ---

[RESUBMIT][PATCH 4/7] OMAP4: Update common omap platform common sources.

2009-05-07 Thread Santosh Shilimkar
This patch updates the common platform source files for OMAP4430. Few OMAP4 peripherals are common with OMAP3 architecture. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/plat-omap/common.c | 29 +- arch/arm/plat-omap/devices.c |2 +

[RESUBMIT][PATCH 2/7] OMAP4: Create board support for OMAP_4430SDP.

2009-05-07 Thread Santosh Shilimkar
This patch creates the bare minimal board files to support OMAP_4430SDP. Additinaly new omap44xx.h is created which contains the base addresses for OMAP4430.File omap34xx.h is adapted to avoid multiple definitions of common omap base address definitions. Signed-off-by: Santosh Shilimkar

[RESUBMIT][PATCH 5/7] OMAP4: Update common omap machine specific sources.

2009-05-07 Thread Santosh Shilimkar
This patch updates the common machine spcific source files for OMAP4430. Few OMAP4 peripherals are common with OMAP3 architecture. Lot of code gets re-used because of this. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/clockdomain.c |2 +

[RESUBMIT][PATCH 3/7] OMAP4: Update common omap platform headers.

2009-05-07 Thread Santosh Shilimkar
This patch updates the common platform headers files for OMAP4430. On OMAP4, GIC is used instead of INTC, hence all the private peripheral interrupts are shifted by an offset of 32. So if the hardcoding is not done for IRQ lines in drivers, then this change won't impact any driver. Signed-off-by:

[RESUBMIT][PATCH 6/7] OMAP4: Clock stubs since clock management framework not in.

2009-05-07 Thread Santosh Shilimkar
This patch update the cooomon clock.c file for OMAP4. The clk_get() and clk_put() sunctions are moved to common place in arch/arm/common/clkdev.c Since on current OMAP4 platform clk management is still not supported, the platform file is stubbed with those functions. Once the framework is ready,

[RESUBMIT][PATCH 7/7] Enable build for OMAP4.

2009-05-07 Thread Santosh Shilimkar
This patch updates the Makefile and defconfig for OMAP4. Minimal set of drivers are enabled fot the kernel bootup. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/Makefile |1 + arch/arm/configs/omap_4430sdp_defconfig | 807

[PATCH] OMAP: RX51: Add log partition

2009-05-07 Thread Adrian Hunter
From 22d5b418dd2535f326d7f3ee5661db8159b9845d Mon Sep 17 00:00:00 2001 From: Adrian Hunter adrian.hun...@nokia.com Date: Thu, 7 May 2009 09:45:32 +0300 Subject: [PATCH] OMAP: RX51: Add log partition Signed-off-by: Adrian Hunter adrian.hun...@nokia.com --- arch/arm/configs/rx51_defconfig

[PATCH 0/3] OMAP4: SMP: Patch series

2009-05-07 Thread Shilimkar, Santosh
This patch series enables SMP support for OMAP4430 development platform. This series depends on the earlier patch series sent on the mailing list. [1] The patches are generated against mainline version 2.6.30 -rc2. The kernel is validated on the OMAP4430 software simulator platform. SMP kernel

[PATCH 1/3] OMAP4: SMP: Add OMAP4430 SMP board files

2009-05-07 Thread Santosh Shilimkar
This patch adds SMP platform files support for OMAP4430SDP. TI's OMAP4430 SOC is based on ARM Cortex-A9 SMP architecture. It's a dual core SOC with GIC used for interrupt handling and SCU for cache coherency. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com ---

[PATCH 2/3] OMAP4: SMP: Add mpu timer support for OMAP4430

2009-05-07 Thread Santosh Shilimkar
This patch adds SMP platform specific parts for local(mpu) timer support for OMAP4430 platform. Each Cortex-a9 core has it's own local timer in the MPU domain. These timers are not in wakeup domain. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/timer-gp.c

[PATCH 3/3] OMAP4: SMP: Enable SMP support for OMAP4430

2009-05-07 Thread Santosh Shilimkar
This patch enables SMP on OMAP4430 SDP platform. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/Kconfig|4 ++-- arch/arm/configs/omap_4430sdp_defconfig |7 ++- arch/arm/mach-omap2/Makefile|3 +++ 3 files changed, 11

Re: PM: 4 Problems in OMAP3430 DVFS (SmartReflex, Cpufreq)

2009-05-07 Thread Kim Kyuwon
Hi Kevin, Tony, Paul and other experts. Woodruff, Richard wrote: From: Paul Walmsley [mailto:p...@pwsan.com] Sent: Thursday, April 23, 2009 3:53 AM To: Woodruff, Richard 4. Current PM code didn't enable the maximum clock (i.e. CPU: 600Mhz) according to the comment as below: /* Avoid

[PATCH] onenand_init: Fix missing comma

2009-05-07 Thread Jarkko Nikula
Signed-off-by: Jarkko Nikula jhnik...@gmail.com --- arch/arm/mach-omap2/gpmc-onenand.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/gpmc-onenand.c b/arch/arm/mach-omap2/gpmc-onenand.c index 71fc05a..712af59 100644 ---

Re: [alsa-devel] Beep sound in the end of audio file

2009-05-07 Thread Mark Brown
On Thu, May 07, 2009 at 03:05:08PM +0530, Arun KS wrote: Since we are not going with the generic driver, are you going to push this patch: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg07166.html I can't see anything wrong with it looking in the web archive but somene should send

Re: [alsa-devel] Beep sound in the end of audio file

2009-05-07 Thread Arun KS
On Wed, May 6, 2009 at 7:37 PM, Mark Brown broo...@sirena.org.uk wrote: On Wed, May 06, 2009 at 07:30:03PM +0530, Aggarwal, Anuj wrote: After a quick look I can not pin point the soc board file used with the omap3evm board. Is it in the tree? [Aggarwal, Anuj] No, it is not. Reason being we

Re: [alsa-devel] Beep sound in the end of audio file

2009-05-07 Thread Peter Ujfalusi
On Thursday 07 May 2009 08:48:25 Ujfalusi Peter (Nokia-D/Tampere) wrote: On Wednesday 06 May 2009 17:19:49 ext Todd Fischer wrote: Hi, FWIW: while developing a GSTreamer presentation using a BegleBoard (rev C), I noticed the same tuck sound. It also occurs a second or two after the GST

RE: [alsa-devel] Beep sound in the end of audio file

2009-05-07 Thread Aggarwal, Anuj
-Original Message- From: Peter Ujfalusi [mailto:peter.ujfal...@nokia.com] Sent: Thursday, May 07, 2009 4:38 PM To: alsa-de...@alsa-project.org Cc: todd.fisc...@ridgerun.com; Aggarwal, Anuj; linux-omap@vger.kernel.org Subject: Re: [alsa-devel] Beep sound in the end of audio file On

Re: Beagleboard rev C memory timings suspend/resume

2009-05-07 Thread Jean Pihet
Hi Paul, On Thursday 07 May 2009 01:39:02 Paul Walmsley wrote: Hello Jean, sorry about the delay, Thanks for replying! On Wed, 29 Apr 2009, Jean Pihet wrote: The suspend/resume on Beagleboard has some problem due to bad memory timings. Suspending for more than 5 to 10 seconds shows

Re: [alsa-devel] Beep sound in the end of audio file

2009-05-07 Thread Peter Ujfalusi
On Thursday 07 May 2009 14:16:12 ext Aggarwal, Anuj wrote: [Anuj]: What kernel are you using where you have the beep? [Aggarwal, Anuj] 2.6.29-rc3 That version still has the old power up/down code. Since than there were 23 patches for the twl4030 codec. The Headset enable/disable mantra could

Re: [alsa-devel] Beep sound in the end of audio file

2009-05-07 Thread Arun KS
On Thu, May 7, 2009 at 4:54 PM, Peter Ujfalusi peter.ujfal...@nokia.com wrote: On Thursday 07 May 2009 14:16:12 ext Aggarwal, Anuj wrote: [Anuj]: What kernel are you using where you have the beep? [Aggarwal, Anuj] 2.6.29-rc3 That version still has the old power up/down code. Since than

Re: [alsa-devel] Beep sound in the end of audio file

2009-05-07 Thread Jarkko Nikula
On Thu, 7 May 2009 14:08:14 +0300 Peter Ujfalusi peter.ujfal...@nokia.com wrote: I need to revisit this... After more testing and debugging, it seams that I can not confirm the existence of the tuck (with the latest twl4030 codec code). As soon as I receive my Beagle board I will test it

Re: [PATCH] PM: suspend_device_irqs(): don't disable wakeup IRQs

2009-05-07 Thread Kevin Hilman
Kim Kyuwon chamm...@gmail.com writes: 2009/5/7 Arve Hjønnevåg a...@android.com: 2009/5/6 Kim Kyuwon chamm...@gmail.com: 2009/5/7 Arve Hjønnevåg a...@android.com: On Wed, May 6, 2009 at 5:16 PM, Kevin Hilman khil...@deeprootsystems.com wrote: Rafael J. Wysocki r...@sisk.pl writes: On

RE: [PATCH 2/6] omap iommu: omap2 architecture specific functions

2009-05-07 Thread Kanigeri, Hari
Hi, +static irqreturn_t iommu_fault_handler(int irq, void *data) +{ + u32 stat, da; + u32 *iopgd, *iopte; + int err = -EIO; + struct iommu *obj = data; + + if (!obj-refcount) + return IRQ_NONE; + + /* Dynamic loading TLB or PTE */ +

Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread stanley.miao
Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [090505 21:00]: * Russell King - ARM Linux li...@arm.linux.org.uk [090505 12:52]: On Tue, Apr 28, 2009 at 03:42:37PM -0700, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090428 15:07]:

[APPLIED] [PATCH] OMAP: RX51: Add log partition

2009-05-07 Thread Tony Lindgren
This patch has been applied to the linux-omap by youw fwiendly patch wobot. Initial commit ID (Likely to change): 86822cc055878b6750a8a3e8c42702e3ac2fe255 PatchWorks http://patchwork.kernel.org/patch/22248/ Git (Likely to change, and takes a while to get mirrored)

[PATCH 0/1] ASoC: Added OMAP3 EVM Support

2009-05-07 Thread Anuj Aggarwal
With refernce to the discussion at: http://marc.info/?l=linux-omapm=124169330310075w=2 I am resending the patch to add OMAP3 EVM support in ASoC. It has been built/checked against the tip. Anuj Aggarwal (1): ASoC: Added OMAP3 EVM support in ASoC. sound/soc/omap/Kconfig|8 +++

[PATCH 1/1] ASoC: Added OMAP3 EVM support in ASoC.

2009-05-07 Thread Anuj Aggarwal
Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- sound/soc/omap/Kconfig|8 +++ sound/soc/omap/Makefile |2 + sound/soc/omap/omap3evm.c | 147 + 3 files changed, 157 insertions(+), 0 deletions(-) create mode 100644

Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread Russell King - ARM Linux
On Thu, May 07, 2009 at 11:01:35PM +0800, stanley.miao wrote: Hi, Tony, Now the kernel can't boot on LDP. The attached file is the boot log. No boot log found. My master branch, based upon 2.6.29-rc3 boots fine on the LDP. Uncompressing

Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090507 09:19]: On Thu, May 07, 2009 at 11:01:35PM +0800, stanley.miao wrote: Hi, Tony, Now the kernel can't boot on LDP. The attached file is the boot log. No boot log found. My master branch, based upon 2.6.29-rc3 boots fine on the

Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread Russell King - ARM Linux
On Thu, May 07, 2009 at 09:28:34AM -0700, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090507 09:19]: On Thu, May 07, 2009 at 11:01:35PM +0800, stanley.miao wrote: Hi, Tony, Now the kernel can't boot on LDP. The attached file is the boot log. No boot log

Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread Russell King - ARM Linux
On Thu, May 07, 2009 at 05:34:05PM +0100, Russell King - ARM Linux wrote: On Thu, May 07, 2009 at 09:28:34AM -0700, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090507 09:19]: On Thu, May 07, 2009 at 11:01:35PM +0800, stanley.miao wrote: Hi, Tony, Now

Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread Tony Lindgren
* Russell King - ARM Linux li...@arm.linux.org.uk [090507 09:37]: On Thu, May 07, 2009 at 05:34:05PM +0100, Russell King - ARM Linux wrote: On Thu, May 07, 2009 at 09:28:34AM -0700, Tony Lindgren wrote: * Russell King - ARM Linux li...@arm.linux.org.uk [090507 09:19]: On Thu, May 07,

Re: Beagleboard rev C memory timings suspend/resume

2009-05-07 Thread Jean Pihet
Hi, FYI I tried to relax the DDR timings (mainly tRC, tWTR, tXP, tXSR, ARCV) but that did not help. From the OMAP datasheet it looks like the ARCV setting is off: shouldn't it be (tREFI/tCK)+50=(7800/6)+50=0x546? Is there a way to know if the self refresh works on both parts? Regards, Jean

Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread Koen Kooi
Op 7 mei 2009, om 18:28 heeft Tony Lindgren het volgende geschreven: * Russell King - ARM Linux li...@arm.linux.org.uk [090507 09:19]: On Thu, May 07, 2009 at 11:01:35PM +0800, stanley.miao wrote: Hi, Tony, Now the kernel can't boot on LDP. The attached file is the boot log. No boot log

Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread Tony Lindgren
* Koen Kooi k...@dominion.thruhere.net [090507 09:57]: Op 7 mei 2009, om 18:28 heeft Tony Lindgren het volgende geschreven: * Russell King - ARM Linux li...@arm.linux.org.uk [090507 09:19]: On Thu, May 07, 2009 at 11:01:35PM +0800, stanley.miao wrote: Hi, Tony, Now the kernel can't boot on

McBSP in Multi Channel mode

2009-05-07 Thread Fernando Governatore
Hello, I'm new to kernel development and so I'm a bit confused on how to do things here. I need to use the McBSP with Multi-Channel enabled and using DMA to transfer the data. The data will be PCM sound and I will have 4 cards attached to this McBSP. I'm using OMAP35xx. From what I've seen, I

Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread Koen Kooi
Op 7 mei 2009, om 19:18 heeft Tony Lindgren het volgende geschreven: * Koen Kooi k...@dominion.thruhere.net [090507 09:57]: Op 7 mei 2009, om 18:28 heeft Tony Lindgren het volgende geschreven: * Russell King - ARM Linux li...@arm.linux.org.uk [090507 09:19]: On Thu, May 07, 2009 at

Re: Beagleboard rev C memory timings suspend/resume

2009-05-07 Thread Paul Walmsley
Hello Jean On Thu, 7 May 2009, Jean Pihet wrote: From the OMAP datasheet it looks like the ARCV setting is off: shouldn't it be (tREFI/tCK)+50=(7800/6)+50=0x546? Could you elaborate further what you're seeing? It would help to see the register value that you're using to come to this

Re: Beagleboard rev C memory timings suspend/resume

2009-05-07 Thread Paul Walmsley
Hello Jean, one other suggestion. You mentioned that you had self-refresh working on another OMAP3430 board with two SDRAM chip-selects. You might consider dumping the SDRC registers from that board, and dumping the SDRC registers on Beagle rev C, and comparing. It could be that the

Re: [PATCH 3/6] omap iommu: omap3 iommu device registration

2009-05-07 Thread Felipe Contreras
On Wed, May 6, 2009 at 9:00 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH 3/6] omap iommu: omap3 iommu device registration Date: Tue, 5 May 2009 21:32:34 +0200 On Tue, May 5, 2009 at 3:47 PM, Hiroshi DOYU

Re: [PATCH 3/6] omap iommu: omap3 iommu device registration

2009-05-07 Thread Felipe Contreras
On Tue, May 5, 2009 at 3:47 PM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: Signed-off-by: Hiroshi DOYU hiroshi.d...@nokia.com ---  arch/arm/mach-omap2/omap3-iommu.c |  105 +  1 files changed, 105 insertions(+), 0 deletions(-)  create mode 100644

[RFC/PATCH 0/3] omap3-iommu: cleanups and remote registration

2009-05-07 Thread Felipe Contreras
This patch series cleanups up a bit the opap3-iommu device registration and then allows registration from other parts of the code. Currently the iva2 code (tidspbridge) is not using iommu, therefore it can't be used as-is with the current omap iommu. By allowing devies to be registered externaly

[RFC/PATCH 1/3] omap3-iommu: reorganize

2009-05-07 Thread Felipe Contreras
No functional changes. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- arch/arm/mach-omap2/omap3-iommu.c | 72 ++-- 1 files changed, 36 insertions(+), 36 deletions(-) diff --git a/arch/arm/mach-omap2/omap3-iommu.c

[RFC/PATCH 2/3] omap3-iommu: split init function into omap_iommu_add

2009-05-07 Thread Felipe Contreras
In preparation for external registration. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- arch/arm/mach-omap2/omap3-iommu.c | 76 - 1 files changed, 49 insertions(+), 27 deletions(-) diff --git a/arch/arm/mach-omap2/omap3-iommu.c

[RFC/PATCH 3/3] omap3-iommu: remote registration

2009-05-07 Thread Felipe Contreras
Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- arch/arm/mach-omap2/omap3-iommu.c | 36 +- arch/arm/plat-omap/include/mach/iommu.h |2 + 2 files changed, 4 insertions(+), 34 deletions(-) diff --git a/arch/arm/mach-omap2/omap3-iommu.c

RE: [RFC/PATCH 0/3] omap3-iommu: cleanups and remote registration

2009-05-07 Thread Kanigeri, Hari
Currently the iva2 code (tidspbridge) is not using iommu, therefore it can't be used as-is with the current omap iommu. Bridge can use IOMMU module that Hiroshi has sent by calling below 2 lines of code. struct iommu *iva_iommu_ptr; iva_iommu_ptr = iommu_get(iva2); Thank you, Best

Re: [RFC/PATCH 0/3] omap3-iommu: cleanups and remote registration

2009-05-07 Thread Felipe Contreras
On Thu, May 7, 2009 at 11:28 PM, Kanigeri, Hari h-kanige...@ti.com wrote: Currently the iva2 code (tidspbridge) is not using iommu, therefore it can't be used as-is with the current omap iommu. Bridge can use IOMMU module that Hiroshi has sent by calling below 2 lines of code. struct

[PATCH 0/5] More header clean-up

2009-05-07 Thread Tony Lindgren
Hi all, This series cleans up the conflicting defines a bit more. Now the biggest problem is till in clock24xx.h, but at least the conflict is local. Now changing the processors should not cause everything to be rebuilt.. The first patch also fixes the CONFIG_SPINLOCK_DEBUG problem where

[PATCH 1/5] ARM: OMAP2/3: Remove OMAP2_32KSYNCT_BASE

2009-05-07 Thread Tony Lindgren
Use processor specific defines instead. As an extra bonus, this patch fixes the problem of CONFIG_DEBUG_SPINLOCK calling sched_clock before we have things initialized: http://patchwork.kernel.org/patch/15810/ Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/sram242x.S

[PATCH 2/5] ARM: OMAP2/3: Remove OMAP_PRM_REGADDR and OMAP2_PRM_BASE

2009-05-07 Thread Tony Lindgren
Remove OMAP_PRM_REGADDR and use processor specific defines instead. Also remove now unused OMAP2_PRM_BASE. Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/clock24xx.c| 21 ++-- arch/arm/mach-omap2/clock24xx.h|9 ++ arch/arm/mach-omap2/prm.h

[PATCH 3/5] ARM: OMAP2/3: Move define of OMAP2_VA_IC_BASE to be local to entry-macro.S

2009-05-07 Thread Tony Lindgren
Move define of OMAP2_VA_IC_BASE to be local to entry-macro.S Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/plat-omap/include/mach/entry-macro.S |9 ++--- arch/arm/plat-omap/include/mach/omap24xx.h|2 -- arch/arm/plat-omap/include/mach/omap34xx.h|1 - 3 files

[PATCH 4/5] ARM: OMAP2/3: Remove OMAP2_PRCM_BASE

2009-05-07 Thread Tony Lindgren
It's currently unused, and processor specific defines should be used instead. Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/plat-omap/include/mach/omap24xx.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/plat-omap/include/mach/omap24xx.h

[PATCH 5/5] ARM: OMAP2/3: Remove OMAP_CM_REGADDR

2009-05-07 Thread Tony Lindgren
Processor specific macros should be used instead. Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/clock24xx.h|2 ++ arch/arm/mach-omap2/clock34xx.h|2 ++ arch/arm/mach-omap2/cm.h |5 -

Re: [PATCH 1/3] OMAP4: SMP: Add OMAP4430 SMP board files

2009-05-07 Thread Tony Lindgren
* Santosh Shilimkar santosh.shilim...@ti.com [090507 00:29]: This patch adds SMP platform files support for OMAP4430SDP. TI's OMAP4430 SOC is based on ARM Cortex-A9 SMP architecture. It's a dual core SOC with GIC used for interrupt handling and SCU for cache coherency. Signed-off-by: Santosh

Re: [PATCH 1/3] OMAP4: SMP: Add OMAP4430 SMP board files

2009-05-07 Thread Tony Lindgren
One more comment on this patch below. * Santosh Shilimkar santosh.shilim...@ti.com [090507 00:29]: This patch adds SMP platform files support for OMAP4430SDP. TI's OMAP4430 SOC is based on ARM Cortex-A9 SMP architecture. It's a dual core SOC with GIC used for interrupt handling and SCU for

RE: [RFC/PATCH 0/3] omap3-iommu: cleanups and remote registration

2009-05-07 Thread Kanigeri, Hari
-Original Message- From: Felipe Contreras [mailto:felipe.contre...@gmail.com] Sent: Thursday, May 07, 2009 3:40 PM To: Kanigeri, Hari Cc: linux-omap@vger.kernel.org; Hiroshi DOYU; Felipe Contreras; Tony Lindgren Subject: Re: [RFC/PATCH 0/3] omap3-iommu: cleanups and remote

Re: [RFC/PATCH 1/3] omap3-iommu: reorganize

2009-05-07 Thread Felipe Balbi
On Thu, May 07, 2009 at 10:11:07PM +0200, ext Felipe Contreras wrote: -static struct resource omap3_iommu_res[] = { - { /* Camera ISP MMU */ - .start = OMAP3_MMU1_BASE, - .end= OMAP3_MMU1_BASE + MMU_REG_SIZE - 1, - .flags =

[PATCH 0/3] Support for OMAP3 Zoom2 board

2009-05-07 Thread Mikkel Christensen
The following patch series adds support for Zoom2 board. The board has: - Modem attached to UART1 - WLAN attached to UART2 - GPS attached to UART3 An external debug board is included for console and LAN. For details refer to this site:

[PATCH 3/3] OMAP3:zoom2: Makefile and Kconfig for Zoom2 board

2009-05-07 Thread Mikkel Christensen
This patch adds OMAP3 Zoom2 board to the Makefile and Kconfig. Signed-off-by: Mikkel Christensen m...@ti.com Signed-off-by: Vikram Pandita vikram.pand...@ti.com --- arch/arm/mach-omap2/Kconfig |4 arch/arm/mach-omap2/Makefile |4 +++- 2 files changed, 7 insertions(+), 1

[PATCH 1/3] OMAP3:zoom2: Add support for OMAP3 Zoom2 board

2009-05-07 Thread Mikkel Christensen
This patch creates the minimal OMAP3 Zoom2 board support. Signed-off-by: Mikkel Christensen m...@ti.com Signed-off-by: Vikram Pandita vikram.pand...@ti.com --- arch/arm/mach-omap2/board-zoom2-debugboard.c | 150 ++ arch/arm/mach-omap2/board-zoom2.c| 126

[PATCH 2/3] OMAP3:zoom2: Defconfig for Zoom2 board

2009-05-07 Thread Mikkel Christensen
This patch adds OMAP3 Zoom2 board defconfig. Signed-off-by: Mikkel Christensen m...@ti.com Signed-off-by: Vikram Pandita vikram.pand...@ti.com --- arch/arm/configs/omap3_zoom2_defconfig | 1211 1 files changed, 1211 insertions(+), 0 deletions(-) create mode

Re: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread Tony Lindgren
* stanley.miao stanley.m...@windriver.com [090507 07:59]: Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [090505 21:00]: * Russell King - ARM Linux li...@arm.linux.org.uk [090505 12:52]: On Tue, Apr 28, 2009 at 03:42:37PM -0700, Tony Lindgren wrote: * Russell King -

Re: [RFC/PATCH 1/3] omap3-iommu: reorganize

2009-05-07 Thread Felipe Contreras
On Fri, May 8, 2009 at 12:14 AM, Felipe Balbi felipe.ba...@nokia.com wrote: On Thu, May 07, 2009 at 10:11:07PM +0200, ext Felipe Contreras wrote: -static struct resource omap3_iommu_res[] = { -     { /* Camera ISP MMU */ -             .start          = OMAP3_MMU1_BASE, -             .end      

RE: [PATCH] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK (Re: LDP support)

2009-05-07 Thread Gadiyar, Anand
Stanley.miao wrote: Russell King - ARM Linux wrote: On Thu, May 07, 2009 at 11:01:35PM +0800, stanley.miao wrote: Hi, Tony, Now the kernel can't boot on LDP. The attached file is the boot log. No boot log found. Sorry, forgot to attach the boot log. It is

Re: [PATCH 3/6] omap iommu: omap3 iommu device registration

2009-05-07 Thread Hiroshi DOYU
Hi Felipe, From: ext Felipe Contreras felipe.contre...@gmail.com Subject: Re: [PATCH 3/6] omap iommu: omap3 iommu device registration Date: Thu, 7 May 2009 22:05:00 +0200 On Tue, May 5, 2009 at 3:47 PM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: Signed-off-by: Hiroshi DOYU

Re: [RFC/PATCH 0/3] omap3-iommu: cleanups and remote registration

2009-05-07 Thread Hiroshi DOYU
Hi Felipe, From: ext Felipe Contreras felipe.contre...@gmail.com Subject: [RFC/PATCH 0/3] omap3-iommu: cleanups and remote registration Date: Thu, 7 May 2009 22:11:06 +0200 This patch series cleanups up a bit the opap3-iommu device registration and then allows registration from other parts of

Re: [RFC/PATCH 1/3] omap3-iommu: reorganize

2009-05-07 Thread Hiroshi DOYU
From: Balbi Felipe (Nokia-D/Helsinki) felipe.ba...@nokia.com Subject: Re: [RFC/PATCH 1/3] omap3-iommu: reorganize Date: Thu, 7 May 2009 23:14:47 +0200 On Thu, May 07, 2009 at 10:11:07PM +0200, ext Felipe Contreras wrote: -static struct resource omap3_iommu_res[] = { - { /* Camera ISP MMU

Re: [PATCH 1/1] ASoC: Added OMAP3 EVM support in ASoC.

2009-05-07 Thread Arun KS
On Thu, May 7, 2009 at 9:38 PM, Anuj Aggarwal anuj.aggar...@ti.com wrote: Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com ---  sound/soc/omap/Kconfig    |    8 +++  sound/soc/omap/Makefile   |    2 +  sound/soc/omap/omap3evm.c |  147 +  3

RE: [PATCH 1/3] OMAP4: SMP: Add OMAP4430 SMP board files

2009-05-07 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, May 08, 2009 2:17 AM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org Subject: Re: [PATCH 1/3] OMAP4: SMP: Add OMAP4430 SMP board files * Santosh

RE: [PATCH 0/5] More header clean-up

2009-05-07 Thread Shilimkar, Santosh
If this series is planned for this window then OMAP4 series also needs few changes. Is it ? -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Tony Lindgren Sent: Friday, May 08, 2009 2:12 AM To:

Re: [PATCH 1/3] OMAP4: SMP: Add OMAP4430 SMP board files

2009-05-07 Thread Hemanth V
Original Message - From: Santosh Shilimkar santosh.shilim...@ti.com Subject: [PATCH 1/3] OMAP4: SMP: Add OMAP4430 SMP board files diff --git a/arch/arm/mach-omap2/omap-headsmp.S b/arch/arm/mach-omap2/omap-headsmp.S new file mode 100644 index 000..0afe039 --- /dev/null +++

RE: [PATCH 1/3] OMAP4: SMP: Add OMAP4430 SMP board files

2009-05-07 Thread Shilimkar, Santosh
-Original Message- From: V, Hemanth Sent: Friday, May 08, 2009 11:16 AM To: Shilimkar, Santosh; linux-arm-ker...@lists.arm.linux.org.uk Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 1/3] OMAP4: SMP: Add OMAP4430 SMP board files Original Message - From: Santosh