[PATCH v3 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-23 Thread G, Manjunath Kondaiah
-for-linus commit 05f689400ea5fa3d71af82f910c8b140f87ad1f3 Merge branches 'devel-mux' and 'devel-misc' into omap-for-linus G, Manjunath Kondaiah (4): OMAP2+: PM: omap device: API's for handling mstandby mode OMAP2+: DMA: prevent races while setting M idle mode to nostandby OMAP: PM: DMA

[PATCH v3 2/4] OMAP2+: DMA: prevent races while setting M idle mode to nostandby

2011-03-23 Thread G, Manjunath Kondaiah
/366831/ Patch reworked to use API implemented at hwmod layer. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Signed-off-by: Adrian Hunter adrian.hun...@nokia.com --- arch/arm/mach-omap1/dma.c |1 + arch/arm/mach-omap2/dma.c | 16 + arch/arm/plat-omap

[PATCH v3 1/4] OMAP2+: PM: omap device: API's for handling mstandby mode

2011-03-23 Thread G, Manjunath Kondaiah
after completing the data transfer operation. Applicable only for OMAP3430 ES1.0 Also fixes typo HWMOD_SWSUP_MSTDBY to HWMOD_SWSUP_MSTANDBY in omap_hwmod.h Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/mach-omap2/omap_hwmod.c | 42 arch/arm/plat

[PATCH v3 3/4] OMAP: PM: DMA: Enable runtime pm

2011-03-23 Thread G, Manjunath Kondaiah
Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/plat-omap/dma.c | 147 -- 1 files changed, 141 insertions(+), 6 deletions(-) diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index 5af9bb2..3c39794 100644 --- a/arch/arm/plat

Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-18 Thread G, Manjunath Kondaiah
On Fri, Mar 18, 2011 at 11:27:00AM -0700, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: On Thu, Mar 17, 2011 at 02:29:18PM -0700, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: Patch series to support mstandby mode handling and enabling runtime PM

Re: [PATCH v2 4/4] OMAP: DMA: Fix: context restore during off mode

2011-03-18 Thread G, Manjunath Kondaiah
On Thu, Mar 17, 2011 at 02:08:34PM -0700, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: The current DMA context restore clears all the DMA channel registers even if the channels are in use. This will result in transfer failures if repeated DMA transfers are initiated

Re: Code for v2.6.39 merge window frozen, patches archived

2011-03-16 Thread G, Manjunath Kondaiah
On Wed, Mar 16, 2011 at 07:37:10PM +0530, G, Manjunath Kondaiah wrote: On Mon, Mar 14, 2011 at 12:25:38PM -0700, Tony Lindgren wrote: Hi all, I've applied few random fix like patches today into omap-for-linus but that's it for this merge window. So let's do some testing

Re: [PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-16 Thread G, Manjunath Kondaiah
Hi Kevin, On Fri, Mar 11, 2011 at 07:50:11PM +0530, G, Manjunath Kondaiah wrote: Patch series to support mstandby mode handling and enabling runtime PM support for DMA driver. Changes from v1: - fixed runtime_status issue if channel linking feature is used. - fixed context restore issue

Re: [PATCH v12 6/9] dmtimer: switch-over to platform device driver

2011-03-11 Thread G, Manjunath Kondaiah
On Fri, Mar 11, 2011 at 11:05:25AM +0530, DebBarma, Tarun Kanti wrote: [...] * Tarun Kanti DebBarma tarun.ka...@ti.com [110308 15:41]: switch-over to platform device driver through following changes: (a) initiate dmtimer early initialization from omap2_gp_timer_init() in

[PATCH v2 0/4] OMAP: DMA: mstandby mode and runtime pm support

2011-03-11 Thread G, Manjunath Kondaiah
to Kevin Hilman for identifying runtime_status count issue with DMA linking option). G, Manjunath Kondaiah (4): OMAP2+: PM: omap device: API's for handling mstandby mode OMAP2+: DMA: prevent races while setting M idle mode to nostandby OMAP: PM: DMA: Enable runtime pm OMAP: DMA: Fix: context

[PATCH v2 1/4] OMAP2+: PM: omap device: API's for handling mstandby mode

2011-03-11 Thread G, Manjunath Kondaiah
after completing the data transfer operation. Applicable only for OMAP3430 ES1.0 Also fixes typo HWMOD_SWSUP_MSTDBY to HWMOD_SWSUP_MSTANDBY in omap_hwmod.h Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/mach-omap2/omap_hwmod.c | 42 arch/arm/plat

[PATCH v2 4/4] OMAP: DMA: Fix: context restore during off mode

2011-03-11 Thread G, Manjunath Kondaiah
it will be handled through hwmod layer. Tested on OMAP3430 Zoom2 with - off mode enabled - one time DMA channel configuration - repeated DMA transfers Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/plat-omap/dma.c |7 --- 1 files changed, 0 insertions(+), 7 deletions

[PATCH v2 2/4] OMAP2+: DMA: prevent races while setting M idle mode to nostandby

2011-03-11 Thread G, Manjunath Kondaiah
/366831/ Patch reworked to use API implemented at hwmod layer. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Signed-off-by: Adrian Hunter adrian.hun...@nokia.com --- arch/arm/mach-omap1/dma.c |1 + arch/arm/mach-omap2/dma.c | 16 + arch/arm/plat-omap

[PATCH v2 3/4] OMAP: PM: DMA: Enable runtime pm

2011-03-11 Thread G, Manjunath Kondaiah
Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/plat-omap/dma.c | 147 -- 1 files changed, 141 insertions(+), 6 deletions(-) diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index 84879eb..5cca56b 100644 --- a/arch/arm/plat

Re: [PATCH v12 6/9] dmtimer: switch-over to platform device driver

2011-03-11 Thread G, Manjunath Kondaiah
On Fri, Mar 11, 2011 at 11:15:48AM -0800, Tony Lindgren wrote: * G, Manjunath Kondaiah manj...@ti.com [110311 04:45]: On Fri, Mar 11, 2011 at 11:05:25AM +0530, DebBarma, Tarun Kanti wrote: [...] * Tarun Kanti DebBarma tarun.ka...@ti.com [110308 15:41]: switch-over

Re: [PATCH 0/3] OMAP: DMA: mstandby mode and runtime pm support

2011-03-08 Thread G, Manjunath Kondaiah
On Mon, Mar 07, 2011 at 04:36:12PM +0530, G, Manjunath Kondaiah wrote: On Fri, Mar 04, 2011 at 09:48:26AM +0530, G, Manjunath Kondaiah wrote: On Thu, Mar 03, 2011 at 10:35:23AM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: This patch series is remaining part

Re: [PATCH 0/3] OMAP: DMA: mstandby mode and runtime pm support

2011-03-07 Thread G, Manjunath Kondaiah
On Fri, Mar 04, 2011 at 09:48:26AM +0530, G, Manjunath Kondaiah wrote: On Thu, Mar 03, 2011 at 10:35:23AM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: This patch series is remaining part of dma hwmod to support pm runtime and for handling mstandby mode

Re: [PATCH 0/3] OMAP: DMA: mstandby mode and runtime pm support

2011-03-03 Thread G, Manjunath Kondaiah
On Thu, Mar 03, 2011 at 10:35:23AM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: This patch series is remaining part of dma hwmod to support pm runtime and for handling mstandby mode for all applicable DMA mstandby mode errata. This is still not runtime

[PATCH 1/3] OMAP2+: PM: omap device: API's for handling mstandby mode

2011-02-24 Thread G, Manjunath Kondaiah
after completing the data transfer operation. Applicable only for OMAP3430 ES1.0 Also fixes typo HWMOD_SWSUP_MSTDBY to HWMOD_SWSUP_MSTANDBY in omap_hwmod.h Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/mach-omap2/omap_hwmod.c | 42 arch/arm/plat

[PATCH 0/3] OMAP: DMA: mstandby mode and runtime pm support

2011-02-24 Thread G, Manjunath Kondaiah
build Patch Summary: == G, Manjunath Kondaiah (2): OMAP2+: PM: omap device: API's for handling mstandby mode OMAP2+: DMA: prevent races while setting M idle mode to nostandby Manjunath G Kondaiah (1): OMAP: PM: DMA: Enable runtime pm arch/arm/mach-omap1/dma.c

[PATCH 2/3] OMAP2+: DMA: prevent races while setting M idle mode to nostandby

2011-02-24 Thread G, Manjunath Kondaiah
/366831/ Patch reworked to use API implemented at hwmod layer. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Signed-off-by: Adrian Hunter adrian.hun...@nokia.com --- arch/arm/mach-omap1/dma.c |1 + arch/arm/mach-omap2/dma.c | 16 + arch/arm/plat-omap

[PATCH 3/3] OMAP: PM: DMA: Enable runtime pm

2011-02-24 Thread G, Manjunath Kondaiah
/platform/omap/omap_uart.3/sleep_timeout Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/plat-omap/dma.c | 150 +++--- 1 files changed, 141 insertions(+), 9 deletions(-) diff --git a/arch/arm/plat-omap/dma.c b/arch/arm/plat-omap/dma.c index

Re: [PATCH v2] OMAP: PM: DMA: Enable runtime pm

2011-02-19 Thread G, Manjunath Kondaiah
On Mon, Feb 14, 2011 at 02:06:53PM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: From: Manjunath G Kondaiah manj...@ti.com Enable runtime pm and use pm_runtime_get_sync and pm_runtime_put_autosuspend for OMAP DMA driver. The DMA driver uses auto suspend

Re: [PATCH v2] OMAP: PM: DMA: Enable runtime pm

2011-02-17 Thread G, Manjunath Kondaiah
On Wed, Feb 16, 2011 at 11:47:33AM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: Hi Kevin, On Mon, Feb 14, 2011 at 02:06:53PM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: From: Manjunath G Kondaiah manj...@ti.com Enable

Re: [PATCH 0/8] OMAP4: hwmod data: Add a bunch of IPs

2011-02-17 Thread G, Manjunath Kondaiah
On Thu, Feb 17, 2011 at 11:24:41AM +0100, Benoit Cousson wrote: All, Due to the important number of modifications recently done on the OMAP4 data compared to the original and the total absence of explanation in the changelog, I re-submit the data before the driver series in order to

Re: [PATCH v2] OMAP: PM: DMA: Enable runtime pm

2011-02-16 Thread G, Manjunath Kondaiah
Hi Kevin, On Mon, Feb 14, 2011 at 02:06:53PM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: From: Manjunath G Kondaiah manj...@ti.com Enable runtime pm and use pm_runtime_get_sync and pm_runtime_put_autosuspend for OMAP DMA driver. The DMA driver uses auto

Re: [PATCH v2] OMAP: PM: DMA: Enable runtime pm

2011-02-10 Thread G, Manjunath Kondaiah
:08:06PM +0530, G, Manjunath Kondaiah wrote: From: Manjunath G Kondaiah manj...@ti.com Enable runtime pm and use pm_runtime_get_sync and pm_runtime_put_autosuspend for OMAP DMA driver. The DMA driver uses auto suspend feature of runtime pm framework through which the clock gets disabled

Re: [PATCH v2 2/2] omap3: beaglexm: fix DVI initialization

2011-02-09 Thread G, Manjunath Kondaiah
On Wed, Feb 9, 2011 at 5:17 PM, Ricardo Salveti de Araujo ricardo.salv...@canonical.com wrote: On Wed, 2011-02-09 at 12:23 +0530, G, Manjunath Kondaiah wrote: On Wed, Feb 9, 2011 at 1:13 AM, Ricardo Salveti de Araujo ricardo.salv...@canonical.com wrote: Function beagle_twl_gpio_setup

Re: [PATCH v2 2/2] omap3: beaglexm: fix DVI initialization

2011-02-08 Thread G, Manjunath Kondaiah
On Wed, Feb 9, 2011 at 1:13 AM, Ricardo Salveti de Araujo ricardo.salv...@canonical.com wrote: Function beagle_twl_gpio_setup is called after beagle_display_init, what lets reset_gpio with an invalid value at the time it request the gpio. As a side effect the DVI reset GPIO is not properly set.

[PATCH] OMAP1: PM: fix omap1 build

2011-02-07 Thread G, Manjunath Kondaiah
]: *** [drivers/i2c] Error 2 make: *** [drivers] Error 2 Fix above build error. Boot tested on omap1710(h3) board. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- drivers/i2c/busses/i2c-omap.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/i2c/busses/i2c-omap.c b

[PATCH v2] OMAP: PM: DMA: Enable runtime pm

2011-02-07 Thread G, Manjunath Kondaiah
if the board is left idle for more than 5 seconds. However, it doesnot enter off mode (even without DMA runtime changes). Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/plat-omap/dma.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/arch

Re: [PATCH v3 2/2] Input: ads7846: use gpio_request_one to configure pendown_gpio

2011-02-04 Thread G, Manjunath Kondaiah
On Thu, Feb 03, 2011 at 09:19:53AM -0800, Dmitry Torokhov wrote: On Thu, Feb 03, 2011 at 08:54:05AM -0800, Dmitry Torokhov wrote: On Thu, Feb 03, 2011 at 08:51:46PM +0530, Sourav Poddar wrote: The ads7846 driver requests a gpio but does not currently configure it explicitly as an input.

Re: [PATCH v3 2/2] Input: ads7846: use gpio_request_one to configure pendown_gpio

2011-02-04 Thread G, Manjunath Kondaiah
Kishore, On Fri, Feb 04, 2011 at 07:07:37PM +0530, Kishore Kadiyala wrote: Manju, Line wrapped, looks like your .muttrc needs to be configured for 80 characters limit. Thanks for reporting. Configured mutt on new machine recently. I will check and fix it. -Manjunath -- To unsubscribe from

Re: [PATCH] OMAP: McBSP: Remove unused audio macros in mcbsp.h

2011-02-04 Thread G, Manjunath Kondaiah
mcbsp dma related declarations in my patch. Acked-by: G, Manjunath Kondaiah manj...@ti.com -Manjunath - #else #define OMAP_MCBSP_REG_DRR2 0x00 @@ -168,13 +161,6 @@ static struct platform_device omap_mcbsp##port_nr = { \ #define OMAP_ST_REG_SFIRCR 0x28 #define OMAP_ST_REG_SSELCR

Re: [PATCH v3 2/2] Input: ads7846: use gpio_request_one to configure pendown_gpio

2011-02-04 Thread G, Manjunath Kondaiah
On Fri, Feb 04, 2011 at 03:08:47PM +0100, Wolfram Sang wrote: On Fri, Feb 04, 2011 at 07:02:50PM +0530, G, Manjunath Kondaiah wrote: On Thu, Feb 03, 2011 at 09:19:53AM -0800, Dmitry Torokhov wrote: On Thu, Feb 03, 2011 at 08:54:05AM -0800, Dmitry Torokhov wrote: On Thu, Feb 03, 2011

Re: [PATCH v3 2/2] Input: ads7846: use gpio_request_one to configure pendown_gpio

2011-02-04 Thread G, Manjunath Kondaiah
On Fri, Feb 04, 2011 at 04:47:09PM +0200, Igor Grinberg wrote: On 02/04/11 16:16, G, Manjunath Kondaiah wrote: On Fri, Feb 04, 2011 at 03:08:47PM +0100, Wolfram Sang wrote: On Fri, Feb 04, 2011 at 07:02:50PM +0530, G, Manjunath Kondaiah wrote: On Thu, Feb 03, 2011 at 09:19:53AM -0800

Re: [PATCH v7] OMAP2+: PM: omap device: API's for handling mstandby mode

2011-01-25 Thread G, Manjunath Kondaiah
On Mon, Jan 24, 2011 at 03:03:49PM +0530, G, Manjunath Kondaiah wrote: Paul/Benoit, On Tue, Dec 14, 2010 at 07:18:22AM +0530, G, Manjunath Kondaiah wrote: Paul/Benoit, On Fri, Dec 03, 2010 at 01:19:06PM +0100, Cousson, Benoit wrote: On 12/3/2010 10:47 AM, G, Manjunath Kondaiah wrote

Re: [PATCH v3 0/4] Adding OMAP DMIC driver to kernel

2011-01-25 Thread G, Manjunath Kondaiah
On Tue, Jan 25, 2011 at 04:00:58PM -0600, David Lambert wrote: This is a patch series to add the OMAP Digital Microphone driver for OMAP4. It includes the driver, a generic DMIC codec, platform devices, as well as HWMOD entries for OMAP44xx chipsets. Note: The DMIC codec driver was

[PATCH] OMAP: PM: DMA: Enable runtime pm

2011-01-24 Thread G, Manjunath Kondaiah
() cannot be used in DMA driver. Instead, pm_runtime_put() is used which is asynchronous call and gets executed in work queue. Boot tested on OMAP4 blaze and all applicable tests are executed along with dma hwmod series. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- Discussion and alignment

Re: [PATCH v7] OMAP2+: PM: omap device: API's for handling mstandby mode

2011-01-24 Thread G, Manjunath Kondaiah
Paul/Benoit, On Tue, Dec 14, 2010 at 07:18:22AM +0530, G, Manjunath Kondaiah wrote: Paul/Benoit, On Fri, Dec 03, 2010 at 01:19:06PM +0100, Cousson, Benoit wrote: On 12/3/2010 10:47 AM, G, Manjunath Kondaiah wrote: * Cousson, Benoitb-cous...@ti.com [2010-12-03 09:38:35 +0100

Re: [PATCH] OMAP: PM: DMA: Enable runtime pm

2011-01-24 Thread G, Manjunath Kondaiah
Kevin, On Mon, Jan 24, 2011 at 01:43:31PM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: From: Manjunath G Kondaiah manj...@ti.com Enable runtime pm and use pm_runtime_get_sync and pm_runtime_put for OMAP DMA driver. Since DMA driver callback will happen

Re: [PATCH] OMAP2+: remove unused UART base addresses from omap_globals

2011-01-24 Thread G, Manjunath Kondaiah
On Mon, Jan 24, 2011 at 01:54:18PM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: We need additional changes for removing these macros since omap2+ till omap3 hwmod uart db is not using dma request lines in omap4 way. Feel free to send the DMA changes

Re: [PATCH] OMAP: PM: DMA: Enable runtime pm

2011-01-24 Thread G, Manjunath Kondaiah
On Mon, Jan 24, 2011 at 04:26:01PM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: Kevin, On Mon, Jan 24, 2011 at 01:43:31PM -0800, Kevin Hilman wrote: G, Manjunath Kondaiah manj...@ti.com writes: From: Manjunath G Kondaiah manj...@ti.com Enable

Re: [PATCH] OMAP2+: remove unused UART base addresses from omap_globals

2011-01-23 Thread G, Manjunath Kondaiah
Kevin, How about folding below changes into your patch since the UART dma irq numbers are getting assigned from hwmod database. -Manjunath diff --git a/arch/arm/plat-omap/include/plat/dma-44xx.h b/arch/arm/plat-omap/include/plat/dma-44xx.h index 1f767cb..129d147 100644 ---

Re: [PATCH] OMAP2+: remove unused UART base addresses from omap_globals

2011-01-23 Thread G, Manjunath Kondaiah
= 81, }, }; static struct omap_hwmod_ocp_if *omap3xxx_uart4_slaves[] = { On Mon, Jan 24, 2011 at 12:11:54PM +0530, G, Manjunath Kondaiah wrote: Kevin, How about folding below changes into your patch since the UART dma irq numbers are getting assigned from hwmod database. -Manjunath

Re: [PATCH] omap3: Add basic support for 720MHz part

2011-01-20 Thread G, Manjunath Kondaiah
this. Looks fine. Feel free to add after the above changes: Reviewed-by: G, Manjunath Kondaiah manj...@ti.com -Manjunath -- 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

Re: [PATCHv2] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-20 Thread G, Manjunath Kondaiah
On Wed, Jan 19, 2011 at 07:28:20PM +0530, Govindraj wrote: On Wed, Jan 19, 2011 at 7:01 PM, Thomas Weber we...@corscience.de wrote: Am 19.01.2011 14:00, schrieb G, Manjunath Kondaiah: On Wed, Jan 19, 2011 at 03:01:39PM +0530, Govindraj wrote: On Wed, Jan 19, 2011 at 2:11 PM, Thomas Weber we

Re: [PATCHv2] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-20 Thread G, Manjunath Kondaiah
On Fri, Jan 21, 2011 at 12:54:29PM +0530, Govindraj wrote: On Thu, Jan 20, 2011 at 5:49 PM, Anand Gadiyar gadi...@ti.com wrote: Magic SysRq key is not working for OMAP on new serial console ttyOx because SUPPORT_SYSRQ is not defined for omap-serial. This patch defines

Re: [PATCHv4 3/4] OMAP3: Devkit8000: Check return value of gpio_request

2011-01-19 Thread G, Manjunath Kondaiah
On Wed, Jan 19, 2011 at 09:19:25AM +0100, Thomas Weber wrote: The return value of gpio_request is ignored. This patch adds the check of the return value of gpio_request. Signed-off-by: Thomas Weber we...@corscience.de --- arch/arm/mach-omap2/board-devkit8000.c | 16 ++-- 1

Re: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread G, Manjunath Kondaiah
On Wed, Jan 19, 2011 at 12:07:35PM +0100, Abdoulaye Walsimou GAYE wrote: On 01/19/2011 12:06 PM, Felipe Balbi wrote: Hi, On Wed, Jan 19, 2011 at 06:57:33PM +0800, Bob Liu wrote: Any ideas? s/console=ttyS2,115200n8/console=ttyO2,115200n8/ on your CMDLINE. Hi,

Re: [PATCHv2] OMAP: Enable Magic SysRq on serial console ttyOx

2011-01-19 Thread G, Manjunath Kondaiah
On Wed, Jan 19, 2011 at 03:01:39PM +0530, Govindraj wrote: On Wed, Jan 19, 2011 at 2:11 PM, Thomas Weber we...@corscience.de wrote: Magic SysRq key is not working for OMAP on new serial console ttyOx because SUPPORT_SYSRQ is not defined for omap-serial. This patch defines SUPPORT_SYSRQ

Re: [PATCH] OMAP: DMA: clear interrupt status correctly

2011-01-19 Thread G, Manjunath Kondaiah
. Looks like the commit message is missing: Acked-by: Santosh Shilimkar santosh.shilim...@ti.com you can also add: Acked-by: G, Manjunath Kondaiah manj...@ti.com -Manjunath -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

Re: [HELP-OMAP-SERAIL] beagleboard-xM can't boot up after update to kernel-2.6.37

2011-01-19 Thread G, Manjunath Kondaiah
On Thu, Jan 20, 2011 at 01:32:24PM +0800, Bob Liu wrote: On Wed, Jan 19, 2011 at 7:06 PM, Felipe Balbi ba...@ti.com wrote: Hi, On Wed, Jan 19, 2011 at 06:57:33PM +0800, Bob Liu wrote: Any ideas? s/console=ttyS2,115200n8/console=ttyO2,115200n8/ on your CMDLINE. Yeah, that

Re: [PATCHv2] omap3: Add basic support for 720MHz part

2011-01-13 Thread G, Manjunath Kondaiah
On Thu, Jan 13, 2011 at 12:33 PM, Premi, Sanjeev pr...@ti.com wrote: -Original Message- From: G, Manjunath Kondaiah [mailto:manj...@ti.com] Sent: Thursday, January 13, 2011 9:24 AM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [PATCHv2] omap3: Add basic support

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2011-01-13 Thread G, Manjunath Kondaiah
Hi Tony, On Fri, Dec 3, 2010 at 10:13 PM, G, Manjunath Kondaiah manj...@ti.com wrote: Hi Tony, * Tony Lindgren t...@atomide.com [2010-12-02 12:52:19 -0800]: * G, Manjunath Kondaiah manj...@ti.com [101202 11:55]: Note that even with these three fixes, 5912OSK still fails to boot

Re: [PATCHv2] omap3: Add basic support for 720MHz part

2011-01-13 Thread G, Manjunath Kondaiah
On Thu, Jan 13, 2011 at 4:48 PM, Premi, Sanjeev pr...@ti.com wrote: -Original Message- From: G, Manjunath Kondaiah Sent: Thursday, January 13, 2011 2:58 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [PATCHv2] omap3: Add basic support for 720MHz part

Re: [PATCHv2] omap3: Add basic support for 720MHz part

2011-01-13 Thread G, Manjunath Kondaiah
On Thu, Jan 13, 2011 at 5:21 PM, Premi, Sanjeev pr...@ti.com wrote: -Original Message- From: G, Manjunath Kondaiah [mailto:manj...@ti.com] Sent: Thursday, January 13, 2011 5:16 PM To: Premi, Sanjeev Cc: linux-omap@vger.kernel.org Subject: Re: [PATCHv2] omap3: Add basic support

Re: [PATCHv2] omap3: Add basic support for 720MHz part

2011-01-12 Thread G, Manjunath Kondaiah
Hi Sanjeev, On Thu, Jan 13, 2011 at 12:03:54AM +0530, Sanjeev Premi wrote: This patch adds support for new speed enhanced parts with ARM and IVA running at 720MHz and 520MHz respectively. These parts can be probed at run-time by reading PRODID.SKUID[3:0] at 0x4830A20C [1]. This patch

Re: Last OMAP4 hwmod data cleanup for 2.6.38

2010-12-23 Thread G, Manjunath Kondaiah
://gitorious.org/omap-pm/linux.git for_2.6.38/hwmod_fixes It should not affect any functionality, and it is boot tested on OMAP4430/sdp. Boot tested on SDP4430 and all DMA tests passes as expected. Tested-by: G, Manjunath Kondaiah manj...@ti.com -Manjunath -- To unsubscribe from this list: send

Re: [GIT] pull request: DMA hwmod changes

2010-12-20 Thread G, Manjunath Kondaiah
at: git://dev.omapzoom.org/pub/scm/manju/kernel-omap3-dev.git dma_for_2.6.38 Benoit Cousson (1): OMAP4: hwmod data: add system DMA G, Manjunath Kondaiah (8): OMAP: DMA: Replace read/write macros with functions OMAP: DMA: Introduce errata handling feature OMAP2420: hwmod

Re: [PATCH v2 3/9] OMAP2420: hwmod data: add system DMA

2010-12-18 Thread G, Manjunath Kondaiah
On Sat, Dec 18, 2010 at 02:03:27AM -0700, Paul Walmsley wrote: On Fri, 17 Dec 2010, G, Manjunath Kondaiah wrote: Add OMAP2420 DMA hwmod data and also add required DMA device attributes. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/mach-omap2

Re: [PATCH v2 4/9] OMAP2430: hwmod data: add system DMA

2010-12-18 Thread G, Manjunath Kondaiah
On Sat, Dec 18, 2010 at 02:11:50AM -0700, Paul Walmsley wrote: On Fri, 17 Dec 2010, G, Manjunath Kondaiah wrote: Add OMAP2430 DMA hwmod data and also add required DMA device attributes. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/mach-omap2

[PATCH v2 1/9] OMAP: DMA: Replace read/write macros with functions

2010-12-17 Thread G, Manjunath Kondaiah
registers of OMAP1. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Tested-by: Kevin Hilman khil...@deeprootsystems.com Acked-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/plat-omap/dma.c | 517 - arch/arm/plat-omap/include/plat/dma.h

[PATCH v2 2/9] OMAP: DMA: Introduce errata handling feature

2010-12-17 Thread G, Manjunath Kondaiah
shifting in macro definitions are replaced with BIT() macro Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Tested-by: Kevin Hilman khil...@deeprootsystems.com Acked-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/plat-omap/dma.c | 152 ++--- arch

[PATCH v2 5/9] OMAP3: hwmod data: add system DMA

2010-12-17 Thread G, Manjunath Kondaiah
Add OMAP3 DMA hwmod data Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Tested-by: Kevin Hilman khil...@deeprootsystems.com Acked-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 97 1 files changed, 97 insertions

[PATCH v2 4/9] OMAP2430: hwmod data: add system DMA

2010-12-17 Thread G, Manjunath Kondaiah
Add OMAP2430 DMA hwmod data and also add required DMA device attributes. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 87 arch/arm/plat-omap/include/plat/dma.h |1 + 2 files changed, 88 insertions

[PATCH v2 6/9] OMAP4: hwmod data: add system DMA

2010-12-17 Thread G, Manjunath Kondaiah
From: Benoit Cousson b-cous...@ti.com Add OMAP4 DMA hwmod data Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Tested-by: Kevin Hilman khil...@deeprootsystems.com Acked-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap2

[PATCH v2 7/9] OMAP1: DMA: Implement in platform device model

2010-12-17 Thread G, Manjunath Kondaiah
Implement OMAP1 DMA as platform device and add support for registering through platform device layer using resource structures. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Signed-off-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap1/dma.c | 179

[PATCH v2 8/9] OMAP2+: DMA: hwmod: Device registration

2010-12-17 Thread G, Manjunath Kondaiah
Prepare OMAP2+ DMA to use hwmod infrastructure so that DMA can register as platform device. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Tested-by: Kevin Hilman khil...@deeprootsystems.com Acked-by: Kevin Hilman khil...@deeprootsystems.com --- arch/arm/mach-omap2/dma.c | 74

[PATCH v2 0/9] OMAP: DMA: hwmod and DMA as platform device

2010-12-17 Thread G, Manjunath Kondaiah
with the fixes https://patchwork.kernel.org/patch/412021/ The above patch is folded into 7/9 in this patch series which needs review. Benoit Cousson (1): OMAP4: hwmod data: add system DMA G, Manjunath Kondaiah (8): OMAP: DMA: Replace read/write macros with functions OMAP: DMA: Introduce errata

[PATCH v2 3/9] OMAP2420: hwmod data: add system DMA

2010-12-17 Thread G, Manjunath Kondaiah
Add OMAP2420 DMA hwmod data and also add required DMA device attributes. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 87 arch/arm/plat-omap/include/plat/dma.h | 11 2 files changed, 98 insertions

Re: [PATCH v2 3/9] OMAP2420: hwmod data: add system DMA

2010-12-17 Thread G, Manjunath Kondaiah
Hi Paul, On Fri, Dec 17, 2010 at 09:09:42PM +0530, G, Manjunath Kondaiah wrote: Add OMAP2420 DMA hwmod data and also add required DMA device attributes. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 87

Re: [PATCH v1 4/9] OMAP2430: hwmod data: add system DMA

2010-12-15 Thread G, Manjunath Kondaiah
On Tue, Dec 14, 2010 at 07:27:33PM -0700, Paul Walmsley wrote: On Sat, 4 Dec 2010, G, Manjunath Kondaiah wrote: Add OMAP2430 DMA hwmod data and also add required DMA device attributes. ... +/* dma_system - L3 */ +static struct omap_hwmod_ocp_if omap2430_dma_system__l3

Re: [PATCH v1 3/9] OMAP2420: hwmod data: add system DMA

2010-12-15 Thread G, Manjunath Kondaiah
On Tue, Dec 14, 2010 at 07:25:23PM -0700, Paul Walmsley wrote: Manju On Sat, 4 Dec 2010, G, Manjunath Kondaiah wrote: Add OMAP2420 DMA hwmod data and also add required DMA device attributes. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com

Re: [PATCH v1 4/9] OMAP2430: hwmod data: add system DMA

2010-12-15 Thread G, Manjunath Kondaiah
On Wed, Dec 15, 2010 at 08:14:49AM -0700, Paul Walmsley wrote: On Wed, 15 Dec 2010, G, Manjunath Kondaiah wrote: On Tue, Dec 14, 2010 at 07:27:33PM -0700, Paul Walmsley wrote: On Sat, 4 Dec 2010, G, Manjunath Kondaiah wrote: Add OMAP2430 DMA hwmod data and also add required DMA

Re: [PATCH v1 7/9] OMAP1: DMA: Implement in platform device model

2010-12-14 Thread G, Manjunath Kondaiah
On Tue, Dec 14, 2010 at 05:04:00PM -0800, Tony Lindgren wrote: * Kevin Hilman khil...@deeprootsystems.com [101214 16:55]: Kevin Hilman khil...@deeprootsystems.com writes: [...] Using the patch below which fixes up the interrupt numbers to match the original code, the

Re: [PATCH v7] OMAP2+: PM: omap device: API's for handling mstandby mode

2010-12-13 Thread G, Manjunath Kondaiah
Paul/Benoit, On Fri, Dec 03, 2010 at 01:19:06PM +0100, Cousson, Benoit wrote: On 12/3/2010 10:47 AM, G, Manjunath Kondaiah wrote: * Cousson, Benoitb-cous...@ti.com [2010-12-03 09:38:35 +0100]: [...] v7: replaced mutex lock with spin lock. Added use count for controlling access

Re: [PATCH v1 0/9] OMAP: DMA: hwmod and DMA as platform device

2010-12-07 Thread G, Manjunath Kondaiah
Hi Tony, * G, Manjunath Kondaiah manj...@ti.com [2010-12-04 09:13:57 +0530]: Patch series to convert DMA library into platform driver using platform device model and adapting hwmod for omap2+. The original patch series : http://comments.gmane.org/gmane.linux.ports.arm.omap/46953 has been

Re: [PATCH v5 0/12] dmtimer adaptation to platform_driver

2010-12-06 Thread G, Manjunath Kondaiah
On Tue, Dec 07, 2010 at 05:14:07AM +0530, Tarun Kanti DebBarma wrote: dmtimer adaptation to platform_driver. This patch series is adaptation of dmtimer code to platform driver using omap_device and omap_hwmod abstraction. Tested on following platforms: OMAP4430, OMAP3430, OMAP3630,

Re: [PATCH v5 2/12] OMAP2420: hwmod data: add dmtimer

2010-12-06 Thread G, Manjunath Kondaiah
On Tue, Dec 07, 2010 at 05:14:09AM +0530, Tarun Kanti DebBarma wrote: From: Thara Gopinath th...@ti.com Add dmtimer data. Signed-off-by: Thara Gopinath th...@ti.com Signed-off-by: Tarun Kanti DebBarma tarun.ka...@ti.com Acked-by: Cousson, Benoit b-cous...@ti.com Reviewed-by: Varadarajan,

Re: [PATCH v5 6/12] OMAP: dmtimer: infrastructure to support hwmod

2010-12-06 Thread G, Manjunath Kondaiah
On Tue, Dec 07, 2010 at 05:14:13AM +0530, Tarun Kanti DebBarma wrote: (1) Add new fields and data structures to support dmtimer conversion to platform driver. (2) Constants to identify IP revision so that Highlander IP in OMAP 4 s/OMAP 4/OMAP4 can be distinguished. (3) field to identify

Re: [PATCH v5 7/12] OMAP1: dmtimer: conversion to platform devices

2010-12-06 Thread G, Manjunath Kondaiah
On Tue, Dec 07, 2010 at 05:14:14AM +0530, Tarun Kanti DebBarma wrote: From: Thara Gopinath th...@ti.com Convert OMAP1 dmtimers into a platform devices and then registers with device model framework so that it can be bound to corresponding driver. Signed-off-by: Thara Gopinath th...@ti.com

Re: [PATCH v5 8/12] OMAP2+: dmtimer: convert to platform devices

2010-12-06 Thread G, Manjunath Kondaiah
On Tue, Dec 07, 2010 at 05:14:15AM +0530, Tarun Kanti DebBarma wrote: Add routines to converts dmtimers to platform devices. The device data s/converts/convert is obtained from hwmod database of respective platform and is registered to device model after successful binding to driver. It also

Re: [PATCH v5 9/12] OMAP: dmtimer: platform driver

2010-12-06 Thread G, Manjunath Kondaiah
On Tue, Dec 07, 2010 at 05:14:16AM +0530, Tarun Kanti DebBarma wrote: From: Thara Gopinath th...@ti.com Add dmtimer platform driver functions which include: (1) platform driver initialization (2) driver probe function (3) driver remove function Signed-off-by: Tarun Kanti DebBarma

Re: [PATCH v5 9/12] OMAP: dmtimer: platform driver

2010-12-06 Thread G, Manjunath Kondaiah
* DebBarma, Tarun Kanti tarun.ka...@ti.com [2010-12-07 11:02:26 +0530]: -Original Message- From: G, Manjunath Kondaiah Sent: Tuesday, December 07, 2010 12:40 AM To: DebBarma, Tarun Kanti Cc: linux-omap@vger.kernel.org; Gopinath, Thara Subject: Re: [PATCH v5 9/12] OMAP: dmtimer

Re: [PATCH v7] OMAP2+: PM: omap device: API's for handling mstandby mode

2010-12-03 Thread G, Manjunath Kondaiah
* Cousson, Benoit b-cous...@ti.com [2010-12-03 09:38:35 +0100]: On 12/2/2010 2:59 PM, G, Manjunath Kondaiah wrote: Certain errata in OMAP2+ processors will require forcing master standby to no standby mode before completing on going operation. Without this, the results will be unpredictable

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2010-12-03 Thread G, Manjunath Kondaiah
Hi Tony, * Tony Lindgren t...@atomide.com [2010-12-02 12:52:19 -0800]: * G, Manjunath Kondaiah manj...@ti.com [101202 11:55]: Note that even with these three fixes, 5912OSK still fails to boot to init. Maybe something wrong with the framebuffer DMA? Not sure. I don't have

[PATCH v1 0/9] OMAP: DMA: hwmod and DMA as platform device

2010-12-03 Thread G, Manjunath Kondaiah
/gmane.linux.ports.arm.omap/46953# Benoit Cousson (1): OMAP4: hwmod data: add system DMA G, Manjunath Kondaiah (8): OMAP: DMA: Replace read/write macros with functions OMAP: DMA: Introduce errata handling feature OMAP2420: hwmod data: add system DMA OMAP2430: hwmod data: add system DMA

[PATCH v1 1/9] OMAP: DMA: Replace read/write macros with functions

2010-12-03 Thread G, Manjunath Kondaiah
registers of OMAP1. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/plat-omap/dma.c | 517 - arch/arm/plat-omap

[PATCH v1 2/9] OMAP: DMA: Introduce errata handling feature

2010-12-03 Thread G, Manjunath Kondaiah
shifting in macro definitions are replaced with BIT() macro Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Peter Ujfalusi peter.ujfal...@nokia.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/plat

[PATCH v1 3/9] OMAP2420: hwmod data: add system DMA

2010-12-03 Thread G, Manjunath Kondaiah
Add OMAP2420 DMA hwmod data and also add required DMA device attributes. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2

[PATCH v1 4/9] OMAP2430: hwmod data: add system DMA

2010-12-03 Thread G, Manjunath Kondaiah
Add OMAP2430 DMA hwmod data and also add required DMA device attributes. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2

[PATCH v1 5/9] OMAP3: hwmod data: add system DMA

2010-12-03 Thread G, Manjunath Kondaiah
Add OMAP3 DMA hwmod data Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 97 1 files

[PATCH v1 6/9] OMAP4: hwmod data: add system DMA

2010-12-03 Thread G, Manjunath Kondaiah
From: Benoit Cousson b-cous...@ti.com Add OMAP4 DMA hwmod data Signed-off-by: Benoit Cousson b-cous...@ti.com Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2

[PATCH v1 7/9] OMAP1: DMA: Implement in platform device model

2010-12-03 Thread G, Manjunath Kondaiah
Implement OMAP1 DMA as platform device and add support for registering through platform device layer using resource structures. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim

[PATCH v1 8/9] OMAP2+: DMA: hwmod: Device registration

2010-12-03 Thread G, Manjunath Kondaiah
Prepare OMAP2+ DMA to use hwmod infrastructure so that DMA can register as platform device. Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Benoit Cousson b-cous...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-omap2

[PATCH v7] OMAP2+: PM: omap device: API's for handling mstandby mode

2010-12-02 Thread G, Manjunath Kondaiah
the data transfer operation. Applicable only for OMAP3430 ES1.0 Also fixes typo HWMOD_SWSUP_MSTDBY to HWMOD_SWSUP_MSTANDBY in omap_hwmod.h Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Paul Walmsley p...@pwsan.com Cc: linux-arm-ker

[PATCH v7 RESEND] OMAP2+: PM: omap device: API's for handling mstandby mode

2010-12-02 Thread G, Manjunath Kondaiah
the data transfer operation. Applicable only for OMAP3430 ES1.0 Also fixes typo HWMOD_SWSUP_MSTDBY to HWMOD_SWSUP_MSTANDBY in omap_hwmod.h Signed-off-by: G, Manjunath Kondaiah manj...@ti.com Cc: Kevin Hilman khil...@deeprootsystems.com Cc: Paul Walmsley p...@pwsan.com Cc: linux-arm-ker

Re: [PATCH v7] OMAP2+: PM: omap device: API's for handling mstandby mode

2010-12-02 Thread G, Manjunath Kondaiah
* G, Manjunath Kondaiah manj...@ti.com [2010-12-02 19:29:52 +0530]: Certain errata in OMAP2+ processors will require forcing master standby to no standby mode before completing on going operation. Without this, the results will be unpredictable. Since current implementation of PM run time

Re: [PATCH v5 09/14] OMAP: DMA: Convert DMA library into platform driver

2010-12-02 Thread G, Manjunath Kondaiah
On Thu, Dec 02, 2010 at 10:49:25AM -0800, Tony Lindgren wrote: * Tony Lindgren t...@atomide.com [101202 10:36]: * Tony Lindgren t...@atomide.com [101202 10:34]: This fails on omap1 as d is not allocated. Please merge the following fix. And another fix here: One more fix below.

<    1   2   3   4   5   >