[PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Ajay Kumar Gupta
Isochronous Tx DMA is getting programmed but never getting started for CPPI and TUSB DMAs and thus Isochronous Tx doesn't work. Fixing it by starting DMAs using musb_h_tx_dma_start(). Signed-off-by: Swaminathan S swami.i...@ti.com Signed-off-by: Babu Ravi ravib...@ti.com Signed-off-by: Ajay

Re: [spi-devel-general] [RESEND][PATCH 0/2] McSPI Slave and DMA , FIFO support

2009-08-28 Thread David Brownell
On Sunday 05 July 2009, Hemanth V wrote: Do you see any major changes required to support slave mode in the SPI core driver. There *is* no such thing as a SPI core driver... We are able to use the existing interface for slave mode also, but some APIs/ Structures could be made generic.

[PATCH] flush the function in sdram is not correct because sram is changed.

2009-08-28 Thread ye janboe
resend because little format issue. From fc5e771b808b5bf094846051a1c59c7e5e8ec149 Mon Sep 17 00:00:00 2001 From: janboe janboe...@gmail.com Date: Fri, 28 Aug 2009 13:50:57 +0800 Subject: [PATCH] flush the function in sdram is not correct because sram is changed. Signed-off-by: janboe

Re: [alsa-devel] Audio capture not working with AIC23/McBSP1 on OMAP3517

2009-08-28 Thread Peter Ujfalusi
On Thursday 27 August 2009 14:12:53 ext Jarkko Nikula wrote: On Thu, 27 Aug 2009 15:07:32 +0530 Aggarwal, Anuj anuj.aggar...@ti.com wrote: Thanks Jarkko, the patch works for me. This is nice to hear. Can you, Peter or who has access to 2420 and 2430 TRMs to verify is the DEVCONF0 bits 3

Re: [PATCH 5/5] OMAP: Zoom2: Release Dbg board detect gpio

2009-08-28 Thread Kevin Hilman
Vikram Pandita vikram.pand...@ti.com writes: Release the Dbg board detection gpio once its purpose is served Signed-off-by: Vikram Pandita vikram.pand...@ti.com Looks fine, I'll pull into my fixes queue. Thanks, Kevin --- arch/arm/mach-omap2/board-zoom-debugboard.c |7 --- 1

[PATCH V2] OMAP3: PM: Fix for MPU power domain MEM BANK position

2009-08-28 Thread Thara Gopinath
MPU power domain bank 0 bits are displayed in position of bank 1 in PWRSTS and PREPWRSTS registers. So read them from correct position Signed-off-by: Thara Gopinath th...@ti.com --- Patch refresh issue. arch/arm/mach-omap2/powerdomain.c | 19 +++ 1 files changed, 19

[PATCH 0/2] OMAP: misc. fixes for 2.6.32

2009-08-28 Thread Kevin Hilman
Tony, I pushed a couple more fixes to my pm-upstream/fixes-32 branch. You've already pulled this branch into your for-next, so a re-pull will get you just these two additional patches. Thanks, Kevin Reddy, Teerth (1): OMAP3: PM: add T2 interrupt line mux setting, and enable on 3430SDP

[PATCH 1/2] OMAP3: PM: add T2 interrupt line mux setting, and enable on 3430SDP

2009-08-28 Thread Kevin Hilman
From: Reddy, Teerth tee...@ti.com This patch changes for setting the padconf value for sys_nirq line which is connected to T2 INTR1. This will fix the T2 keypad wakeup issue on OMAP3 SDP. Signed-off-by: Teerth Reddy tee...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com ---

[PATCH 2/2] OMAP: Zoom2: release debug board detect gpio line

2009-08-28 Thread Kevin Hilman
From: Vikram Pandita vikram.pand...@ti.com Release the Dbg board detection gpio once its purpose is served Signed-off-by: Vikram Pandita vikram.pand...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap2/board-zoom-debugboard.c |7 --- 1 files changed,

Re: [PATCH] flush the function in sdram is not correct because sram is changed.

2009-08-28 Thread Paul Walmsley
Hello janboe, On Fri, 28 Aug 2009, ye janboe wrote: From f10090bf307066f1317d7152c6f9a6f395007d4a Mon Sep 17 00:00:00 2001 From: janboe janboe...@gmail.com Date: Fri, 28 Aug 2009 13:50:57 +0800 Subject: [PATCH] flush the function in sdram is not correct because sram is changed.

[PATCH] flush the right address after memcpy in omap_sram_push

2009-08-28 Thread ye janboe
Signed-off-by: janboe janboe...@gmail.com --- arch/arm/plat-omap/sram.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/arm/plat-omap/sram.c b/arch/arm/plat-omap/sram.c index f2b0fa6..f549d8a 100644 --- a/arch/arm/plat-omap/sram.c +++ b/arch/arm/plat-omap/sram.c @@

Re: [PATCH] flush the function in sdram is not correct because sram is changed.

2009-08-28 Thread ye janboe
Hi, Paul I resent the patch after fix the format issue. Please help to review it. Thanks Janboe 2009/8/28 Paul Walmsley p...@pwsan.com: Hello janboe, On Fri, 28 Aug 2009, ye janboe wrote: From f10090bf307066f1317d7152c6f9a6f395007d4a Mon Sep 17 00:00:00 2001 From: janboe

Re: [RFC][PATCH v3]OMAP3:PM: Fix OPP scale logic

2009-08-28 Thread Kevin Hilman
Nishanth Menon n...@ti.com writes: While switching from higher OPP to lower OPP, current scale logic can fail by switching to lower voltage while frequency remains at old value. This patch adds a cleaner recovery logic and additional freq dpll checks. This changes program_freq_opp return

Re: [PATCH] flush the function in sdram is not correct because sram is changed.

2009-08-28 Thread Paul Walmsley
Hi Janboe, On Fri, 28 Aug 2009, ye janboe wrote: Hi, Paul I resent the patch after fix the format issue. Please help to review it. Thanks, you fixed one issue, but this other one still needs to be fixed: Your subject line should start with something like [PATCH] OMAP SRAM:, and you

[PATCH] OMAP SRAM: flush the right address after memcpy in omap_sram_push

2009-08-28 Thread ye janboe
the original flush operation is to flush the function address which is copied from. But we do not change the function code and it is not necessary to flush it. Signed-off-by: janboe janboe...@gmail.com --- arch/arm/plat-omap/sram.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)

Re: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Sergei Shtylyov
Hello. Ajay Kumar Gupta wrote: Isochronous Tx DMA is getting programmed but never getting started for CPPI and TUSB DMAs and thus Isochronous Tx doesn't work. That's not true. Fixing it by starting DMAs using musb_h_tx_dma_start(). Signed-off-by: Swaminathan S swami.i...@ti.com

RE: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Gupta, Ajay Kumar
-Original Message- From: Sergei Shtylyov [mailto:sshtyl...@ru.mvista.com] Sent: Friday, August 28, 2009 2:53 PM To: Gupta, Ajay Kumar Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; felipe.ba...@nokia.com; davi...@pacbell.net; Subbrathnam, Swaminathan; B, Ravi Subject:

Re: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Sergei Shtylyov
Hello, I wrote: Isochronous Tx DMA is getting programmed but never getting started for CPPI and TUSB DMAs and thus Isochronous Tx doesn't work. That's not true. Well, this is only true iff URB_ISO_ASAP flag is *not* set for an URB. In this case, PIO is also not being started, so you

RE: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Gupta, Ajay Kumar
This part is being done at musb_host_rx() musb_host_tx() ofcourse. doing next packet programming within same urb and *not* starting next urb. Thus musb_start_urb() doesn't come into this path. So it wouldn't start the DMAs. In case of PIO, it does load the FIFO and sets the TXPKTREADY.

Re: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Sergei Shtylyov
Hello. Gupta, Ajay Kumar wrote: -Original Message- From: Sergei Shtylyov [mailto:sshtyl...@ru.mvista.com] Sent: Friday, August 28, 2009 2:53 PM To: Gupta, Ajay Kumar Cc: linux-...@vger.kernel.org; linux-omap@vger.kernel.org; felipe.ba...@nokia.com; davi...@pacbell.net; Subbrathnam,

RE: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Subbrathnam, Swaminathan
Sergei, Pl. do the required testing with and without the patch on the current tree for ISO transfers in Tx direction. As Ajay indicated we have done the same and found it not working and hence the fix. ISO Rx is also broken and the patch for fixing the same is on the way.

Re: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Sergei Shtylyov
Hello, I wrote: In case of PIO, it does load the FIFO and sets the TXPKTREADY. Only is URB_ISO_ASAP is not set. This should read only if URB_ISO_ASAP is set. :-/ WBR, Sergei -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to

RE: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Gupta, Ajay Kumar
This part is being done at musb_host_rx() You're doing it in musb_host_tx() actually. Although musb_host_rx() is also broken WRT the isochronous transfers. doing next packet programming within same urb and *not* starting next urb. Thus musb_start_urb() doesn't come into this

Re: [PATCH] OMAP SRAM: flush the right address after memcpy in omap_sram_push

2009-08-28 Thread Paul Walmsley
On Fri, 28 Aug 2009, ye janboe wrote: the original flush operation is to flush the function address which is copied from. But we do not change the function code and it is not necessary to flush it. Signed-off-by: janboe janboe...@gmail.com Acked-by: Paul Walmsley p...@pwsan.com thanks

Re: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Sergei Shtylyov
Hello. Gupta, Ajay Kumar wrote: diff --git a/drivers/usb/musb/musb_host.c b/drivers/usb/musb/musb_host.c index cf94511..e3ab40a 100644 --- a/drivers/usb/musb/musb_host.c +++ b/drivers/usb/musb/musb_host.c @@ -1301,8 +1301,11 @@ void musb_host_tx(struct musb *musb, u8 epnum)

Re: [alsa-devel] Audio capture not working with AIC23/McBSP1 on OMAP3517

2009-08-28 Thread Jarkko Nikula
On Fri, 28 Aug 2009 09:55:01 +0300 Peter Ujfalusi peter.ujfal...@nokia.com wrote: Can you, Peter or who has access to 2420 and 2430 TRMs to verify is the DEVCONF0 bits 3 and 4 selecting there also the McBSP1 CLKR and FSR sources like my patch is now assuming for all OMAP2-3. On OMAP2:

RE: [PATCH 0/5] ARM: OMAP2/3/4: Reclaim the kernel IO address space

2009-08-28 Thread Shilimkar, Santosh
Tony, Kevin, Did you happen to go through this series? -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- ow...@vger.kernel.org] On Behalf Of Shilimkar, Santosh Sent: Sunday, August 23, 2009 7:00 PM To: Tony Lindgren; Kevin Hilman Cc:

Re: [PATCH 2/2] ARM: OMAP4: PM: Refine API's for Power domain Framework Support.

2009-08-28 Thread Paul Walmsley
Hello Abhijit, some comments. On Wed, 19 Aug 2009, abhijitpag...@ti.com wrote: From: Abhijit Pagare abhijitpag...@ti.com This Patch Adds Silicon Specific initialisations for the API support. Signed-off-by: Abhijit Pagare abhijitpag...@ti.com --- arch/arm/mach-omap2/powerdomain.c |

Re: [PATCH 1/2] ARM: OMAP4: PM: Add power domain framework.

2009-08-28 Thread Paul Walmsley
Hello Abhijit, a few more comments. On Wed, 19 Aug 2009, abhijitpag...@ti.com wrote: From: Abhijit Pagare abhijitpag...@ti.com This Patch Adds the new power domain framework for OMAP4 and introduces \ some MACROS for OMAP4 Support. It also takes care of the initialisations \ of the power

Re: [RFC][PATCH] ARM: OMAP: McBSP: Use register cache

2009-08-28 Thread Janusz Krzysztofik
Hi, No single comment on this idea? Thanks, Janusz -- On 2009-08-12 12:39, Janusz Krzysztofik wrote: Change the way McBSP registers are updated: use cached values instead of relying upon those read back from the device. With this patch, I have finally managed to get

Re: [PATCH 0/5] ARM: OMAP2/3/4: Reclaim the kernel IO address space

2009-08-28 Thread Kevin Hilman
Shilimkar, Santosh santosh.shilim...@ti.com writes: This patch series is intended to free up the kernel IO address space for OMAP2XXX, OMAP3XXX and OMAP4430. It is generated against Tony's omap-headers (2.6.31-rc6) branch and boot tested on OMAP3430 SDP and OMAP4430 platform. Some more

Re: [PATCH] OMAP3:PM: fix lockdep warning caused by omap3_pm_init

2009-08-28 Thread Kevin Hilman
tom.leim...@gmail.com writes: From: Ming Lei tom.leim...@gmail.com This patch uses kmalloc(size,GFP_ATOMIC) instead of kmalloc(size,GFP_KERNEL) to allocate memory for instance of struct power_state in pwrdms_setup(), since it may be called by pwrdm_for_each() with irq disabled. It is a

Re: [alsa-devel] Audio capture not working with AIC23/McBSP1 on OMAP3517

2009-08-28 Thread Mark Brown
On Fri, Aug 28, 2009 at 01:51:03PM +0300, Jarkko Nikula wrote: Are you Mark fine with the patch [] where the snd_soc_dai_set_sysclk is used to specify source pin for CLKR and FSR? Yes, that's OK. Could you re-send the patch, I don't think I've got a local copy any more? -- To unsubscribe from

Re: [spi-devel-general] [RESEND][PATCH 0/2] McSPI Slave and DMA , FIFO support

2009-08-28 Thread Hemanth V
Original Message - From: David Brownell davi...@pacbell.net On Sunday 05 July 2009, Hemanth V wrote: Do you see any major changes required to support slave mode in the SPI core driver. There *is* no such thing as a SPI core driver... I was referring to spi.c - SPI init/core

Re: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Sergei Shtylyov
Gupta, Ajay Kumar wrote: This part is being done at musb_host_rx() You're doing it in musb_host_tx() actually. Although musb_host_rx() is also broken WRT the isochronous transfers. doing next packet programming within same urb and *not* starting next urb. Thus musb_start_urb()

Re: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Sergei Shtylyov
Hello. Subbrathnam, Swaminathan wrote: Sergei, Pl. do the required testing with and without the patch on the current tree for ISO transfers in Tx direction. As Ajay indicated we have done the same and found it not working and hence the fix. Sigh, I'm now seeing it even witout

[RFC][PATCH]: Adding support for omap-serail driver

2009-08-28 Thread vimal singh
From: Govindraj R govindraj.r...@ti.com This patch adds support for OMAP3430-HIGH SPEED UART Controller. It currently adds support for the following features. 1. Supports Interrupt Mode for all three UARTs on SDP/ZOOM2. 2. Supports DMA Mode for all three UARTs on SDP/ZOOM2.

Re: [PATCH] musb: fix ISOC Tx programming for CPPI DMAs

2009-08-28 Thread Sergei Shtylyov
Ajay Kumar Gupta wrote: Isochronous Tx DMA is getting programmed but never getting started for CPPI and TUSB DMAs and thus Isochronous Tx doesn't work. Fixing it by starting DMAs using musb_h_tx_dma_start(). Signed-off-by: Swaminathan S swami.i...@ti.com Signed-off-by: Babu Ravi

Re: [RFC][PATCH]: Adding support for omap-serail driver

2009-08-28 Thread Tony Lindgren
Hi, Some comments below. * vimal singh vimal.neww...@gmail.com [090828 06:52]: From: Govindraj R govindraj.r...@ti.com This patch adds support for OMAP3430-HIGH SPEED UART Controller. It currently adds support for the following features. 1. Supports Interrupt Mode for all three

Re: [PATCH 0/2] OMAP: misc. fixes for 2.6.32

2009-08-28 Thread Tony Lindgren
* Kevin Hilman khil...@deeprootsystems.com [090828 01:28]: Tony, I pushed a couple more fixes to my pm-upstream/fixes-32 branch. You've already pulled this branch into your for-next, so a re-pull will get you just these two additional patches. OK, I need to rebuild the omap for-next as

Re: [PATCH] OMAP SRAM: flush the right address after memcpy in omap_sram_push

2009-08-28 Thread Tony Lindgren
* Paul Walmsley p...@pwsan.com [090828 03:43]: On Fri, 28 Aug 2009, ye janboe wrote: the original flush operation is to flush the function address which is copied from. But we do not change the function code and it is not necessary to flush it. Signed-off-by: janboe

Re: [PATCH][RFC] OMAP3: PM: Adding OSWR support

2009-08-28 Thread Tony Lindgren
* Thara Gopinath th...@ti.com [090827 09:54]: This patch adds OSWR support for MPU/CORE domains in CPUidle. Two new C states are being added to the existing C states which makes the new states look like below. Please explain what OSWR means, the patch description should be clear to everybody.

Re: [spi-devel-general] [RESEND][PATCH 0/2] McSPI Slave and DMA , FIFO support

2009-08-28 Thread Tony Lindgren
* Hemanth V heman...@ti.com [090828 05:05]: Original Message - From: David Brownell davi...@pacbell.net On Sunday 05 July 2009, Hemanth V wrote: Do you see any major changes required to support slave mode in the SPI core driver. There *is* no such thing as a SPI core driver... I

RE: [PATCH] OMAP3: Zoom2: provide default MTD partitions

2009-08-28 Thread Rix, Tom
The bootloader perspective.. The minimum set needed are for xloader, u-boot and the environment. xloader is very static. u-boot at 1.25m should be big enough environment is very static and should be big enough.. This is consistent with the bootloader. The rest can be done with mtdparts and the

RE: [PATCH 0/5] ARM: OMAP2/3/4: Reclaim the kernel IO address space

2009-08-28 Thread Shilimkar, Santosh
Thanks Kevin for review!! -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Friday, August 28, 2009 5:32 PM To: Shilimkar, Santosh Cc: Tony Lindgren; linux-omap@vger.kernel.org Subject: Re: [PATCH 0/5] ARM: OMAP2/3/4: Reclaim the kernel IO address

Re: [spi-devel-general] [RESEND][PATCH 0/2] McSPI Slave and DMA , FIFO support

2009-08-28 Thread David Brownell
On Friday 28 August 2009, Hemanth V wrote: So would it be possible to merge the slave support also for now, and could be modified to support the new slave interface as and when available. Not really. You still haven't split the non-slave stuff into a patch, note .. -- To unsubscribe from

Re: [PATCH 1/3] MFD: TWL4030: Add support for TWL4030/5030 dynamic power switching

2009-08-28 Thread Samuel Ortiz
Hi Amit, On Mon, Aug 17, 2009 at 05:01:46PM +0300, Amit Kucheria wrote: + +#include asm/mach-types.h You'll have to make your Kconfig entry depend on ARM if you want to include this file. Too bad you need it just for the special sdp and ldp cases, but I guess there's no other solution. Cheers,

Re: [PATCH 10/10] OMAP3: update OMAP3 Beagle defconfig, v3

2009-08-28 Thread Tony Lindgren
Hi Eric Felipe, * Eric Witcher ewitc...@mindspring.com [090825 20:20]: -Original Message- From: Felipe Balbi felipe.ba...@nokia.com Sent: Aug 19, 2009 9:40 AM To: ext Tony Lindgren t...@atomide.com Cc: Eric Witcher ewitc...@mindspring.com, linux-omap@vger.kernel.org

Re: [PATCH 02/10] OMAP: iommu: add initial debugfs support

2009-08-28 Thread Tony Lindgren
* Hiroshi DOYU hiroshi.d...@nokia.com [090827 00:26]: Hi Tony, I fixed the error exit path as below and attached the updated verion of the patch. Please replace the old one in for-next with the attached one. OK will update. Tony Modified arch/arm/plat-omap/iommu-debug.c diff --git

RE: [DSPBRIGDE PATCH 5/6] dsp: brigde: remove unnecessary memset()

2009-08-28 Thread Guzman Lugo, Fernando
Acked-by: Fernando Guzman Lugo x0095...@ti.com Regards -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Felipe Balbi Sent: Friday, August 21, 2009 5:30 AM To: Balbi Felipe (Nokia-D/Helsinki) Cc: Doyu Hiroshi

RE: [DSPBRIGDE PATCH 2/6] dsp: bridge: wcd: else is unnecessary

2009-08-28 Thread Guzman Lugo, Fernando
Acked-by: Fernando Guzman Lugo x0095...@ti.com -Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Friday, August 21, 2009 5:24 AM To: Hiroshi DOYU Cc: Ameya Palande; Guzman Lugo, Fernando; Linux OMAP Mailing List; Felipe Balbi Subject: [DSPBRIGDE PATCH 2/6] dsp:

RE: [DSPBRIGDE PATCH 6/6] dsp: bridge: beautify erro path

2009-08-28 Thread Guzman Lugo, Fernando
Acked-by: Fernando Guzman Lugo x0095...@ti.com -Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Friday, August 21, 2009 5:24 AM To: Hiroshi DOYU Cc: Ameya Palande; Guzman Lugo, Fernando; Linux OMAP Mailing List; Felipe Balbi Subject: [DSPBRIGDE PATCH 6/6] dsp:

RE: [DSPBRIGDE PATCH 4/6] dsp: bridge: always use dynamic major/minor numbers

2009-08-28 Thread Guzman Lugo, Fernando
Acked-by: Fernando Guzman Lugo x0095...@ti.com -Original Message- From: Felipe Balbi [mailto:felipe.ba...@nokia.com] Sent: Friday, August 21, 2009 5:24 AM To: Hiroshi DOYU Cc: Ameya Palande; Guzman Lugo, Fernando; Linux OMAP Mailing List; Felipe Balbi Subject: [DSPBRIGDE PATCH 4/6]

Re: [DSPBRIGDE PATCH 6/6] dsp: bridge: beautify erro path

2009-08-28 Thread Andy Shevchenko
On Fri, Aug 28, 2009 at 11:58 PM, Guzman Lugo, @@ -324,7 +324,7 @@ static int __init bridge_init(void)        if (result 0) {                GT_1trace(driverTrace, GT_7CLASS, bridge_init:                                Can't get Major %d \n, driver_major); -               return result;

RE: [DSPBRIGDE PATCH 6/6] dsp: bridge: beautify erro path

2009-08-28 Thread Guzman Lugo, Fernando
Hi, -Original Message- From: Andy Shevchenko [mailto:andy.shevche...@gmail.com] Sent: Friday, August 28, 2009 4:13 PM To: Guzman Lugo, Fernando Cc: Felipe Balbi; Hiroshi DOYU; Ameya Palande; Linux OMAP Mailing List Subject: Re: [DSPBRIGDE PATCH 6/6] dsp: bridge: beautify erro path On