Re: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap

2008-08-18 Thread Hiroshi DOYU
From: ext Riku Voipio [EMAIL PROTECTED] Subject: Re: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap Date: Mon, 18 Aug 2008 12:13:05 +0300 On Fri, Aug 15, 2008 at 03:16:29PM -0500, Woodruff, Richard wrote: Checkpatch.pl is just a guide. Completely changing code for the tool

Re: [PATCH] ARM: OMAP: DMA: Fix uninitialized channel flags

2008-08-18 Thread Tony Lindgren
* Jarkko Nikula [EMAIL PROTECTED] [080818 12:53]: This has similar symptoms than 66c23551b1b774e2be3c7bdf91c0ebf2c7a3519e where just omap_request_dma, omap_dma_link_lch and omap_dma_unlink_lch can cause incorrect dump_stack(). Here it can happen if channel has been used before and the channel

Re: [PATCH] Fix isp1301_omap compile (Re: testers wanted: isp1301_omap conversion to new-style i2c driver)

2008-08-18 Thread Tony Lindgren
* Jean Delvare [EMAIL PROTECTED] [080812 12:52]: Hi Tony, On Tue, 12 Aug 2008 12:29:18 +0300, Tony Lindgren wrote: * David Brownell [EMAIL PROTECTED] [080811 21:35]: That one isn't mine, the original code already has the problem. Apparently this was broken by the following patch from

Re: [PATCH] [MTD] OneNAND OMAP3: add delay for GPIO

2008-08-18 Thread Tony Lindgren
* Adrian Hunter [EMAIL PROTECTED] [080814 14:21]: On OMAP3, the driver was occasionally not seeing the GPIO interrupt. Adding a small delay of one register read eliminates the problem. Pushing to linux-omap tree. Tony Signed-off-by: Adrian Hunter [EMAIL PROTECTED] ---

Re: [PATCH] Fix isp1301_omap compile (Re: testers wanted: isp1301_omap conversion to new-style i2c driver)

2008-08-18 Thread Jean Delvare
On Mon, 18 Aug 2008 15:21:45 +0300, Tony Lindgren wrote: * Jean Delvare [EMAIL PROTECTED] [080812 12:52]: Hi Tony, On Tue, 12 Aug 2008 12:29:18 +0300, Tony Lindgren wrote: * David Brownell [EMAIL PROTECTED] [080811 21:35]: That one isn't mine, the original code already has the

Re: Git tree updated to v2.6.26-rc3, all header files moved

2008-08-18 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080814 17:12]: On Thu, Aug 14, 2008 at 04:35:41PM +0300, Tony Lindgren wrote: Thanks, pushing to l-o. Your twl patch also needs to be updated for the include path. Here it is Thanks, pushing today. Tony thanks -- balbi From

Re: [PATCH] [MTD] OneNAND OMAP3: add delay for GPIO

2008-08-18 Thread Tony Lindgren
* Artem Bityutskiy [EMAIL PROTECTED] [080818 15:38]: On Mon, 2008-08-18 at 15:33 +0300, Tony Lindgren wrote: * Adrian Hunter [EMAIL PROTECTED] [080814 14:21]: On OMAP3, the driver was occasionally not seeing the GPIO interrupt. Adding a small delay of one register read eliminates

Re: [PATCH] Fix isp1301_omap compile (Re: testers wanted: isp1301_omap conversion to new-style i2c driver)

2008-08-18 Thread Tony Lindgren
* Jean Delvare [EMAIL PROTECTED] [080818 15:34]: On Mon, 18 Aug 2008 15:21:45 +0300, Tony Lindgren wrote: * Jean Delvare [EMAIL PROTECTED] [080812 12:52]: Hi Tony, On Tue, 12 Aug 2008 12:29:18 +0300, Tony Lindgren wrote: * David Brownell [EMAIL PROTECTED] [080811 21:35]:

Re: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap

2008-08-18 Thread Tony Lindgren
* Trilok Soni [EMAIL PROTECTED] [080818 11:27]: Hi Tony, On Mon, Aug 18, 2008 at 1:26 PM, Tony Lindgren [EMAIL PROTECTED] wrote: Hi, * Felipe Contreras [EMAIL PROTECTED] [080816 12:58]: Hi Vijay, On Sat, Aug 16, 2008 at 12:59 AM, Pasam, Vijay [EMAIL PROTECTED] wrote: I'm not

Re: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap

2008-08-18 Thread Tony Lindgren
* Hiroshi DOYU [EMAIL PROTECTED] [080815 23:49]: Hi Richard, It sounds to me that you meant that omapzoom should be the center of the bridge development because of TI's internal expertise of this area. I don't have any explicit objections at all and, at least, I will pay some respects on

Re: [PATCH 0/4] Refreshed PM workaround patches 2.

2008-08-18 Thread Tony Lindgren
* Felipe Balbi [EMAIL PROTECTED] [080815 10:50]: On Fri, Aug 15, 2008 at 10:44:47AM +0300, H?gander Jouni wrote: Refreshed PM workaround set without coding style errors and 24xx build fixed. Here are instructions how to test them: To get Omap into retention, this patch set still depends

Re: [PATCH] Load triton2 scripts.

2008-08-18 Thread Tony Lindgren
* Kalle Jokiniemi [EMAIL PROTECTED] [080807 13:10]: Hi Tony, This patch should be safe to apply now as the sys off mode pin polarity was fixed in the patch Add early init for voltage controller configuration and off mode polarity (index a6cfc46..fc72c11 100644). I compile boot tested it

[RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-18 Thread Hiroshi DOYU
Hi all, This is a draft proposal for the bridge TODO list just as a starter. For the details, lots of comments could be added and discussed here. The basic concept is that, at first, we will make every components a little bit more basic, small, primitive and independent(small kernel modules),

Re: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-18 Thread Hiroshi DOYU
Vijay, Thank you for your quick reply. From: ext Pasam, Vijay [EMAIL PROTECTED] Subject: RE: [RFC][DRAFT] TODO list for TI DSP BRIDGE Date: Mon, 18 Aug 2008 09:28:00 -0500 Hi Hiroshi: Small cleanups -- There are still quite lots of trivial things, naming convention, etc.

[PATCH] OMAP: HSMMC: Check wether board specific suspend / resume exists

2008-08-18 Thread Jarkko Lavinen
From: Högander Jouni [EMAIL PROTECTED] Do not try to call board specific suspend / resume functions if there is no such. Signed-off-by: Jouni Högander [EMAIL PROTECTED] --- drivers/mmc/host/omap_hsmmc.c | 20 1 files changed, 12 insertions(+), 8 deletions(-) diff --git

[PATCH] MMC: OMAP: Add slot_name entry to sysfs

2008-08-18 Thread Jarkko Lavinen
From: Francisco Alecrim [EMAIL PROTECTED] Add slot_name entry to sysfs. Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] Acked-by: Anderson Lizardo [EMAIL PROTECTED] --- drivers/mmc/host/omap_hsmmc.c | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git

[PATCH] MMC: Add sysfs file cover_switch

2008-08-18 Thread Jarkko Lavinen
Add sysfs cover_switch with the status of cover. Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] Signed-off-by: Jarkko Lavinen [EMAIL PROTECTED] --- drivers/mmc/host/omap_hsmmc.c | 30 ++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git

[PATCH] MMC: OMAP: Readable output for IRQ status register

2008-08-18 Thread Jarkko Lavinen
From: Francisco Alecrim [EMAIL PROTECTED] Readable output for IRQ status register Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] Acked-by: Anderson Lizardo [EMAIL PROTECTED] --- drivers/mmc/host/omap_hsmmc.c | 34 ++ 1 files changed, 34 insertions(+), 0

[PATCH] MMC: OMAP: Re-organizing some goto at hsmmc probe

2008-08-18 Thread Jarkko Lavinen
Re-organizing some goto at hsmmc probe. Signed-off-by: Francisco Alecrim [EMAIL PROTECTED] Signed-off-by: Jarkko Lavinen [EMAIL PROTECTED] --- drivers/mmc/host/omap_hsmmc.c | 20 +++- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/drivers/mmc/host/omap_hsmmc.c

RE: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-18 Thread Kanigeri, Hari
Hi, Some of the above items are being looked at like replacing CSL, isr etc.. But there are no equivalent API's or functionality available in kernel for many of them. We should replace the API's with the avaolable kernel API's and the remaining need to be looked at from long term. -- I

Re: [PATCH 0/0] Power domain and clock domain patches for omap

2008-08-18 Thread Russell King - ARM Linux
On Wed, Jul 16, 2008 at 06:19:05PM +0300, Tony Lindgren wrote: This patch series contains power domain and clock domain specific patches for omap posted to linux-arm-kernel list during 2.6.25-rc5. I'm reposting the series to a wider audience as Russell King suspected that other archs may be

Re: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-18 Thread Trilok Soni
Hi Hari, On Mon, Aug 18, 2008 at 9:57 PM, Kanigeri, Hari [EMAIL PROTECTED] wrote: Hi, Some of the above items are being looked at like replacing CSL, isr etc.. But there are no equivalent API's or functionality available in kernel for many of them. We should replace the API's with the

Re: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-18 Thread Trilok Soni
Hi Hari, On Mon, Aug 18, 2008 at 9:57 PM, Kanigeri, Hari [EMAIL PROTECTED] wrote: Hi, Some of the above items are being looked at like replacing CSL, isr etc.. But there are no equivalent API's or functionality available in kernel for many of them. We should replace the API's with the

HSMMC block transfer (CMD53) doesn't complete

2008-08-18 Thread Romantic, William
Hi all, I'm having a problem with the HSMMC driver. If I attempt to send data that amounts to less than the current SDIO block size, the transfer never completes. If set my block size to a value that's less than the smallest amount of data that I intend to send, the driver properly breaks it

Re: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap

2008-08-18 Thread Hiroshi DOYU
From: ext Trilok Soni [EMAIL PROTECTED] Subject: Re: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap Date: Mon, 18 Aug 2008 13:56:59 +0530 Hi Tony, On Mon, Aug 18, 2008 at 1:26 PM, Tony Lindgren [EMAIL PROTECTED] wrote: Hi, * Felipe Contreras [EMAIL PROTECTED] [080816

RE: [RFC][DRAFT] TODO list for TI DSP BRIDGE

2008-08-18 Thread Kanigeri, Hari
If you mean there is separate clock infrastructure for DSPBridge other than clock framework we have for OMAP, then DSPBridge should convert to the one we have for OMAP. As recent work by Paul for clock framework on OMAP3 and Power domains we need centralized code for clk and power domains not

RE: HSMMC pending fixes

2008-08-18 Thread Woodruff, Richard
Hi, [EMAIL PROTECTED] On Behalf Of Jarkko Lavinen 2: Disable smartidle mode while suspending (workaround) This was the work around we had in internal trees for a long time. However Madhu C. recently updated this based on an internal investigation. It is required to reset the command pin

Re: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap

2008-08-18 Thread Hiroshi DOYU
Hi Hari, From: ext Kanigeri, Hari [EMAIL PROTECTED] Subject: RE: [RFC] Port TI DSP BRIDGE for a new dedicated branch in linux-omap Date: Mon, 18 Aug 2008 10:53:28 -0500 Focusing on checkpatch errors is a bit deceptive. It is perfectly possible to be checkpatch clean yet the code has lots