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

2011-03-23 Thread G, Manjunath Kondaiah
D:i88 The sDMA to be put in no mstandby mode before disabling the channel 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 --- arch/arm/mach-omap2/omap

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

2011-03-23 Thread G, Manjunath Kondaiah
to use API implemented at hwmod layer. Signed-off-by: G, Manjunath Kondaiah Signed-off-by: Adrian Hunter --- arch/arm/mach-omap1/dma.c |1 + arch/arm/mach-omap2/dma.c | 16 + arch/arm/plat-omap/dma.c | 40

[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

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

2011-03-23 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 --- arch/arm/plat-omap/dma.c |9 - 1 files changed, 0 insertions(+), 9 deletions(-) diff

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

2011-03-23 Thread G, Manjunath Kondaiah
Kevin, On Sat, Mar 19, 2011 at 08:46:05AM +0530, G, Manjunath Kondaiah wrote: > On Fri, Mar 18, 2011 at 11:27:00AM -0700, Kevin Hilman wrote: > > "G, Manjunath Kondaiah" writes: > > > > > On Thu, Mar 17, 2011 at 02:29:18PM -0700, Kevin Hilman wrote: >

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" 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 repeate

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" writes: > > > On Thu, Mar 17, 2011 at 02:29:18PM -0700, Kevin Hilman wrote: > >> "G, Manjunath Kondaiah" writes: > >> > >> > Patch se

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

2011-03-18 Thread G, Manjunath Kondaiah
On Thu, Mar 17, 2011 at 02:29:18PM -0700, Kevin Hilman wrote: > "G, Manjunath Kondaiah" writes: > > > Patch series to support mstandby mode handling and enabling runtime PM > > support for DMA driver. > > I still have the same problems as with the previous re

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. > - fix

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 wind

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

2011-03-16 Thread G, Manjunath Kondaiah
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 with with Stephen's for-next and > omap-for-linus and start queueing up fixes for the

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 [110311 04:45]: > > On Fri, Mar 11, 2011 at 11:05:25AM +0530, DebBarma, Tarun Kanti wrote: > > > [...] > > > > > > > > > > > > * Tarun Kanti DebBarma

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

2011-03-11 Thread G, Manjunath Kondaiah
rt.3/sleep_timeout Signed-off-by: G, Manjunath Kondaiah --- 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/

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

2011-03-11 Thread G, Manjunath Kondaiah
to use API implemented at hwmod layer. Signed-off-by: G, Manjunath Kondaiah Signed-off-by: Adrian Hunter --- arch/arm/mach-omap1/dma.c |1 + arch/arm/mach-omap2/dma.c | 16 + arch/arm/plat-omap/dma.c | 40

[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 --- arch/arm/plat-omap/dma.c |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git

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

2011-03-11 Thread G, Manjunath Kondaiah
D:i88 The sDMA to be put in no mstandby mode before disabling the channel 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 --- arch/arm/mach-omap2/omap

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

2011-03-11 Thread G, Manjunath Kondaiah
cial thanks 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:

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 [110308 15:41]: > > > > > switch-over to platform device driver through following changes: > > > > > (a) initiate dmtimer early initialization from omap2_gp_timer_init() > > > > >

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" writes: > > > &

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" writes: > > > > > This patch series is remaining part of dma hwmod to support pm runtime > &

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" 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. > > Th

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

2011-02-24 Thread G, Manjunath Kondaiah
s/devices/platform/omap/omap_uart.3/sleep_timeout Signed-off-by: G, Manjunath Kondaiah --- 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 84879

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

2011-02-24 Thread G, Manjunath Kondaiah
to use API implemented at hwmod layer. Signed-off-by: G, Manjunath Kondaiah Signed-off-by: Adrian Hunter --- arch/arm/mach-omap1/dma.c |1 + arch/arm/mach-omap2/dma.c | 16 + arch/arm/plat-omap/dma.c | 40

[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 1/3] OMAP2+: PM: omap device: API's for handling mstandby mode

2011-02-24 Thread G, Manjunath Kondaiah
D:i88 The sDMA to be put in no mstandby mode before disabling the channel 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 --- arch/arm/mach-omap2/omap

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" writes: > > > From: Manjunath G Kondaiah > > > > Enable runtime pm and use pm_runtime_get_sync and pm_runtime_put_autosuspend > > for OMAP DMA driver. > > &

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 m

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" writes: > > > Hi Kevin, > > > > On Mon, Feb 14, 2011 at 02:06:53PM -0800, Kevin Hilman wrote: > >> "G, Manjunath Kondaiah" writes: > >> > >

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" writes: > > > From: Manjunath G Kondaiah > > > > Enable runtime pm and use pm_runtime_get_sync and pm_runtime_put_autosuspend > > for OMAP DMA driver.

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 > > 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 th

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 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 >> wrote: >> > Function beagle_twl_gpio_setup is called after beagle_disp

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 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. > > Also removing old code

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

2011-02-07 Thread G, Manjunath Kondaiah
ng 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 --- arch/arm/plat-omap/dma.c | 27 +++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/arch/arm

[PATCH] OMAP1: PM: fix omap1 build

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

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: >

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: >

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

2011-02-04 Thread G, Manjunath Kondaiah
n my git repo to cleanup all unwanted dma macros. I will remove mcbsp dma related declarations in my patch. Acked-by: G, Manjunath Kondaiah -Manjunath > - > #else > > #define OMAP_MCBSP_REG_DRR2 0x00 > @@ -168,13 +161,6 @@ static struct platform_device omap_mcbsp##port_nr = {

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 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

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

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: > > >

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" writes: > > > Kevin, > > > > On Mon, Jan 24, 2011 at 01:43:31PM -0800, Kevin Hilman wrote: > >> "G, Manjunath Kondaiah" writes: > >> > >

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" 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

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" writes: > > > From: Manjunath G Kondaiah > > > > Enable runtime pm and use pm_runtime_get_sync and pm_runtime_put > > for OMAP DMA driver. > > > >

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, Benoit [2

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

2011-01-24 Thread G, Manjunath Kondaiah
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 --- Discussion and alignment for using runtime API'

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

2011-01-23 Thread G, Manjunath Kondaiah
= 53, }, + { .name = "rx", .dma_req = 54, }, }; static struct omap_hwmod_ocp_if *omap3xxx_uart3_slaves[] = { @@ -629,8 +629,8 @@ static struct omap_hwmod_irq_info uart4_mpu_irqs[] = { }; static struct omap_hwmod_dma_info uart4_sdma_reqs[] = { - { .name = "rx", .dma_req = OMAP36XX_DM

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 --- a/arch/arm/plat-omap/i

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 wrote: > >> > Magic SysRq key is not working for OMAP on new serial > >> > console ttyOx because SUPPORT_SYSRQ is not defined > >> > for omap-serial. > >> > > >> > T

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 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 a

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

2011-01-20 Thread G, Manjunath Kondaiah
pport 720MHz? > > > +        */ > > > > Ditto > > [sp] Same here. > But since the code is quite evident, I will remove the comment > altogether. > > > > > > +       status = (OMAP3_SKUID_MASK & read_tap_reg(OMAP3_PRODID)); > &

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 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,

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

2011-01-19 Thread G, Manjunath Kondaiah
applied it manually. > Please check that I got it right in omap-fixes branch soonish. > Let me know if it needs updating. Looks like the commit message is missing: Acked-by: Santosh Shilimkar you can also add: Acked-by: G, Manjunath Kondaiah -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/majordomo-info.html

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 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 in omap-s

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 CMDLI

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 > --- > arch/arm/mach-omap2/board-devkit8000.c | 16 ++-- > 1 files changed,

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 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:

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 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] omap

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 wrote: > Hi Tony, > > * Tony Lindgren [2010-12-02 12:52:19 -0800]: > >> * G, Manjunath Kondaiah [101202 11:55]: >> > >> > > >> > > Note that even with these three fixes, 5912OSK

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 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: [P

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
will be available here, based on omap-for-linus. > git://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 Kondaia

Re: [GIT] pull request: DMA hwmod changes

2010-12-20 Thread G, Manjunath Kondaiah
On Mon, Dec 20, 2010 at 07:48:36PM -0800, Tony Lindgren wrote: > Hi, > > * G, Manjunath Kondaiah [101220 18:11]: > > Hi Tony, > > Benoit comments are taken care and new pull request is generated as > > below. The omap4 hwmod database for dma is rearranged as per B

Re: [GIT] pull request: DMA hwmod changes

2010-12-20 Thread G, Manjunath Kondaiah
t repository 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

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

2010-12-20 Thread G, Manjunath Kondaiah
On Mon, Dec 20, 2010 at 12:30:11PM +0100, Cousson, Benoit wrote: > On 12/17/2010 4:39 PM, G, Manjunath Kondaiah wrote: > >From: Benoit Cousson > > > >Add OMAP4 DMA hwmod data > > > >Signed-off-by: Benoit Cousson > >Signed-off-by: G, Manjunath Kondaiah >

[GIT] pull request: DMA hwmod changes

2010-12-18 Thread G, Manjunath Kondaiah
able in the git repository at: git://dev.omapzoom.org/pub/scm/manju/kernel-omap3-dev.git dma_hwmod 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

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 &g

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 &g

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 > --- > arch/arm/mach-omap2/omap_hwmod_

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

2010-12-17 Thread G, Manjunath Kondaiah
From: Benoit Cousson Add OMAP4 DMA hwmod data Signed-off-by: Benoit Cousson Signed-off-by: G, Manjunath Kondaiah Tested-by: Kevin Hilman Acked-by: Kevin Hilman --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 101 1 files changed, 101 insertions(+), 0

[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 Signed-off-by: Kevin Hilman --- arch/arm/mach-omap1/dma.c | 179 + 1 files changed

[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 Tested-by: Kevin Hilman Acked-by: Kevin Hilman --- arch/arm/mach-omap2/dma.c | 74 + 1 files changed, 74 insertions

[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 Tested-by: Kevin Hilman Acked-by: Kevin Hilman --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 97 1 files changed, 97 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-omap2

[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 --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 87 arch/arm/plat-omap/include/plat/dma.h |1 + 2 files changed, 88 insertions(+), 0 deletions

[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 --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 87 arch/arm/plat-omap/include/plat/dma.h | 11 2 files changed, 98 insertions(+), 0

[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 Tested-by: Kevin Hilman Acked-by: Kevin Hilman --- arch/arm/plat-omap/dma.c | 517 - arch/arm/plat-omap/include/plat/dma.h | 151 ++ 2 files changed, 345 insertions(+), 323 deletions

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

2010-12-17 Thread G, Manjunath Kondaiah
are replaced with BIT() macro Signed-off-by: G, Manjunath Kondaiah Tested-by: Kevin Hilman Acked-by: Kevin Hilman --- arch/arm/plat-omap/dma.c | 152 ++--- arch/arm/plat-omap/include/plat/dma.h | 12 +++ 2 files changed, 114 insertions(+), 50 deletions

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

2010-12-17 Thread G, Manjunath Kondaiah
evin 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: Introd

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: > > > > > > >

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

2010-12-15 Thread G, Manjunath Kondaiah
On Wed, Dec 15, 2010 at 04:39:17PM +0530, G, Manjunath Kondaiah wrote: > 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

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 &

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

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 [101214 16:55]: > > Kevin Hilman writes: > > > > [...] > > > > > > > > Using the patch below which fixes up the interrupt numbers to match the > > > original code, the memory-to-memory test is now working on OSK. >

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

2010-12-14 Thread G, Manjunath Kondaiah
Kevin/Tony, On Tue, Dec 14, 2010 at 05:37:14PM -0800, Kevin Hilman wrote: > "G, Manjunath Kondaiah" writes: > > > Patch series to convert DMA library into platform driver using platform > > device model and adapting hwmod for omap2+. > > After the OMAP1

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, Benoit [2010-12-03 09:38:35 +0100]: > > [...] > > >>>v7: replaced mutex lock with spin lock. Added use count

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 [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 &

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

2010-12-06 Thread G, Manjunath Kondaiah
* DebBarma, Tarun Kanti [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 > > Subjec

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 > > 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 > Signed-of

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 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 > > 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 > Signed-off-by: Ta

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 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 > > Add dmtimer data. > > Signed-off-by: Thara Gopinath > Signed-off-by: Tarun Kanti DebBarma > Acked-by: Cousson, Benoit > Reviewed-by: Varadarajan, Charulatha > --- > arch/arm/mach-omap2/omap_hwmo

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,

[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 Cc: Benoit Cousson Cc: Kevin Hilman Cc: Santosh Shilimkar --- arch/arm/mach-omap2/dma.c | 74 + 1 files changed, 74

[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 Cc: Benoit Cousson Cc: Kevin Hilman Cc: Santosh Shilimkar --- arch/arm/mach-omap1/dma.c | 179

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

2010-12-03 Thread G, Manjunath Kondaiah
From: Benoit Cousson Add OMAP4 DMA hwmod data Signed-off-by: Benoit Cousson Signed-off-by: G, Manjunath Kondaiah Cc: Kevin Hilman Cc: Santosh Shilimkar --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 101 1 files changed, 101 insertions(+), 0 deletions

[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 Cc: Benoit Cousson Cc: Kevin Hilman Cc: Santosh Shilimkar --- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 97 1 files changed, 97 insertions(+), 0 deletions(-) diff --git a/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 Cc: Benoit Cousson Cc: Kevin Hilman Cc: Santosh Shilimkar --- arch/arm/mach-omap2/omap_hwmod_2430_data.c | 87 arch/arm/plat-omap/include/plat/dma.h

[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 Cc: Benoit Cousson Cc: Kevin Hilman Cc: Santosh Shilimkar --- arch/arm/mach-omap2/omap_hwmod_2420_data.c | 87 arch/arm/plat-omap/include/plat/dma.h

[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 Cc: Benoit Cousson Cc: Kevin Hilman Cc: Santosh Shilimkar --- arch/arm/plat-omap/dma.c | 517 - arch/arm/plat-omap/include/plat/dma.h | 151 ++ 2 files changed, 345 insertions(+), 323

<    1   2   3   4   5   >