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

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

RE: Status of Beagle Board

2009-05-08 Thread Hiremath, Vaibhav
-Original Message- From: George.Qiao [mailto:qiao_shans...@visualon.com] Sent: Friday, May 08, 2009 11:57 AM To: Hiremath, Vaibhav Cc: Syed Mohammed, Khasim; Shah, Hardik; wan_jin...@visualon.com; Bill Lin; shawnofarr...@visualon.com; Chatterjee, Amit; Andrews, Gerard; Kridner,

Re: Status of Beagle Board

2009-05-08 Thread George.Qiao
Hi Vaibhav Hiremath, My application can work in OMAP3 EVM and other v4l2 platform, but there is another issue in beagle board. as follow: 1. NormalSize() - RequestBuffer() - mmap() 2. playing... 3. FullScreen() - VIDIOC_STREAMOFF - munmap() -

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

2009-05-08 Thread Shilimkar, Santosh
Subject: RE: [PATCH 1/3] OMAP4: SMP: Add OMAP4430 SMP board files -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:

Re: Beagleboard rev C memory timings suspend/resume

2009-05-08 Thread Jean Pihet
Paul, On Thursday 07 May 2009 20:59:43 Paul Walmsley wrote: 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

Re: McBSP in Multi Channel mode

2009-05-08 Thread Peter Ujfalusi
Hello, On Thursday 07 May 2009 21:18:34 ext Fernando Governatore wrote: 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

Re: Beagleboard rev C memory timings suspend/resume

2009-05-08 Thread Jean Pihet
On Thursday 07 May 2009 21:18:41 Paul Walmsley wrote: 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

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

2009-05-08 Thread Felipe Contreras
On Fri, May 8, 2009 at 7:14 AM, Hiroshi DOYU hiroshi.d...@nokia.com wrote: 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

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

2009-05-08 Thread Aggarwal, Anuj
-Original Message- From: Arun KS [mailto:getaru...@gmail.com] Sent: Friday, May 08, 2009 10:13 AM To: Aggarwal, Anuj Cc: alsa-de...@alsa-project.org; linux-omap@vger.kernel.org Subject: Re: [PATCH 1/1] ASoC: Added OMAP3 EVM support in ASoC. On Thu, May 7, 2009 at 9:38 PM, Anuj

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

2009-05-08 Thread stanley.miao
Gadiyar, Anand wrote: 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,

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

2009-05-08 Thread Mark Brown
On Thu, May 07, 2009 at 09:38:47PM +0530, Anuj Aggarwal wrote: + if (!machine_is_omap3evm()) { + pr_debug(Not OMAP3 EVM!\n); + return -ENODEV; + } Since you've said you'll be resubmitting perhaps this should be an error rather than debug message? -- To

[PATCH 0/3] Support multiple PMICs in Voltage Regulator Framework

2009-05-08 Thread Anuj Aggarwal
Based on the discussion we had at: http://marc.info/?l=linux-omapm=124083364321017w=2 I am sending the following patches which allows one to move the board-dependent regulator-specific code to a newly created file drivers\regulator\pmic.c. This file will have the board specific information for

[PATCH 1/3] Regulator: Add pmic.c file to regulator framework

2009-05-08 Thread Anuj Aggarwal
Added drivers\regulator\pmic.c file to the regulator framework which will have the board specific information for different regulators and will do the regulator initialization depending on one which is available. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/Makefile

[PATCH 2/3] Regulator: Add TPS65023 Regulator Driver

2009-05-08 Thread Anuj Aggarwal
Added regulator driver for TPS65023 and modified the Kconfig and Makefile for the same. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com --- drivers/regulator/Kconfig |8 + drivers/regulator/Makefile |1 + drivers/regulator/tps65023-regulator.c | 510

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

2009-05-08 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [090507 22:10]: -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:

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

2009-05-08 Thread Tony Lindgren
* stanley.miao stanley.m...@windriver.com [090508 02:15]: Gadiyar, Anand wrote: 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

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

2009-05-08 Thread Tony Lindgren
* Shilimkar, Santosh santosh.shilim...@ti.com [090507 22:20]: If this series is planned for this window then OMAP4 series also needs few changes. Is it ? Yeah. For omap4 those changes should be trivial though. Maybe do a test rebase on top of these patches to see which ones you need to

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

2009-05-08 Thread Shilimkar, Santosh
-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 8:48 PM To: Shilimkar, Santosh Cc: linux-arm-ker...@lists.arm.linux.org.uk; linux-omap@vger.kernel.org Subject: Re: [PATCH

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

2009-05-08 Thread Kalle Valo
stanley.miao stanley.m...@windriver.com writes: Looks like you used the CodeSourcery 2007q3 toolchain. This had been reported earlier. Switching to 2008q3 works. Yeah, Now the kernel booted. it's compiler's problem. I was bitten by the same problem few weeks ago. Any chance of getting a

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

2009-05-08 Thread Shilimkar, Santosh
-Original Message- From: Tony Lindgren [mailto:t...@atomide.com] Sent: Friday, May 08, 2009 8:51 PM To: Shilimkar, Santosh Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 0/5] More header clean-up * Shilimkar, Santosh santosh.shilim...@ti.com [090507 22:20]: If this series

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

2009-05-08 Thread Aguirre Rodriguez, Sergio Alberto
Hi, Just one comment below: Does the following make sense? +#define NR_IOMMU_RES 2 +               err = platform_device_add_resources(pdev, +                                   omap3_iommu_res +  i * NR_IOMMU_RES, NR_IOMMU_RES); Yeap, also: + err =

Re: [PATCH 0/3] Support multiple PMICs in Voltage Regulator Framework

2009-05-08 Thread Mark Brown
On Fri, May 08, 2009 at 08:41:13PM +0530, Anuj Aggarwal wrote: Based on the discussion we had at: http://marc.info/?l=linux-omapm=124083364321017w=2 I am sending the following patches which allows one to move the board-dependent regulator-specific code to a newly created file

Re: [PATCH 1/3] Regulator: Add pmic.c file to regulator framework

2009-05-08 Thread Mark Brown
On Fri, May 08, 2009 at 08:42:06PM +0530, Anuj Aggarwal wrote: Added drivers\regulator\pmic.c file to the regulator framework which will I suspect you mean / there :) have the board specific information for different regulators and will do the regulator initialization depending on one which

[PATCH 0/3] Getting omap3 frambuffer to work in mainline

2009-05-08 Thread Tony Lindgren
Hi all, Here are few patches to make omap3 framebuffer to work in the mainline kernel. I've just updated the clocks handling and added two missing LCD files. Still waiting for Imre to send all the other fixes.. Stanley, can you give it a try on your LDP? Anybody want to try to produce a similar

[PATCH 1/3] ARM: OMAP2/3: Change omapfb to use clkdev for dispc and rfbi

2009-05-08 Thread Tony Lindgren
This also makes the framebuffer work on omap3. Cc: Imre Deak imre.d...@nokia.com Cc: linux-fbdev-de...@lists.sourceforge.net Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/mach-omap2/clock24xx.c |8 arch/arm/mach-omap2/clock34xx.c | 10 +-

[PATCH 2/3] ARM: OMAP3: Add more devices for omap3430sdp

2009-05-08 Thread Tony Lindgren
Add more devices for omap3430sdp Cc: Imre Deak imre.d...@nokia.com Cc: linux-fbdev-de...@lists.sourceforge.net Signed-off-by: Tony Lindgren t...@atomide.com --- arch/arm/configs/omap_3430sdp_defconfig | 10 ++ arch/arm/mach-omap2/board-2430sdp.c |6 + drivers/video/omap/Kconfig

[PATCH 3/3] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK

2009-05-08 Thread Tony Lindgren
From: Stanley Miao stanley.m...@windriver.com Add glue to control the OMAP_LDP LCD as a frame buffer device using the existing dispc.c driver under omapfb. Patch updated for mainline kernel. Note that the drivers/video/omap should be updated to pass omap_lcd_config in platform_data. The patch

Re: [PATCH 0/3] Getting omap3 frambuffer to work in mainline

2009-05-08 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090508 12:21]: Hi all, Here are few patches to make omap3 framebuffer to work in the mainline kernel. I've just updated the clocks handling and added two missing LCD files. Still waiting for Imre to send all the other fixes.. Stanley, can you give it a

Re: [PATCH 2/3] Regulator: Add TPS65023 Regulator Driver

2009-05-08 Thread Mark Brown
On Fri, May 08, 2009 at 08:42:12PM +0530, Anuj Aggarwal wrote: Added regulator driver for TPS65023 and modified the Kconfig and Makefile for the same. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com This looks pretty good. I've spotted a few issues, mostly to do with error handling or

Re: [PATCH 2/3] ARM: OMAP3: Add more devices for omap3430sdp

2009-05-08 Thread Tony Lindgren
* Tony Lindgren t...@atomide.com [090508 12:21]: Add more devices for omap3430sdp This patch should be credited for Hunyue Yau h...@mvista.com. Tony Cc: Imre Deak imre.d...@nokia.com Cc: linux-fbdev-de...@lists.sourceforge.net Signed-off-by: Tony Lindgren t...@atomide.com ---

Re: [PATCH 3/3] Regulator: Added board-dependent code for TPS65023

2009-05-08 Thread Mark Brown
On Fri, May 08, 2009 at 08:42:16PM +0530, Anuj Aggarwal wrote: Added OMAP3 EVM specific code for TPS65023 in pmic.c file. Signed-off-by: Anuj Aggarwal anuj.aggar...@ti.com CCing in Liam again. --- drivers/regulator/pmic.c | 92 ++ 1 files

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

2009-05-08 Thread Felipe Contreras
On Fri, May 8, 2009 at 8:21 PM, Aguirre Rodriguez, Sergio Alberto saagui...@ti.com wrote: Hi, Just one comment below: Does the following make sense? +#define NR_IOMMU_RES 2 +               err = platform_device_add_resources(pdev, +                                  

Re: Beagleboard rev C memory timings suspend/resume

2009-05-08 Thread Paul Walmsley
Hello Jean, On Fri, 8 May 2009, Jean Pihet wrote: On Thursday 07 May 2009 20:59:43 Paul Walmsley wrote: 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

Re: Beagleboard rev C memory timings suspend/resume

2009-05-08 Thread Paul Walmsley
On Fri, 8 May 2009, Jean Pihet wrote: On Thursday 07 May 2009 21:18:41 Paul Walmsley wrote: 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