Re: Hang on boot

2010-10-10 Thread Ionut Nicu
Hi, On Mon, 2010-10-11 at 14:09 +1100, John Garland wrote: > Hi, > > Both the dspbridge and master branch of linux-omap seem to hang when > trying to boot (i.e. no output) on a beagleboard C2. > This is with the new omap2plus_defconfig (as opposed to the old > omap3_defconfig). > > Is anybody el

Re: [PATCH 6/7] [RFC] OMAP: hwmod: SYSCONFIG register modification for MCBSP

2010-10-10 Thread kishon
On Friday 08 October 2010 01:12 PM, Cousson, Benoit wrote: Hi Kishon, On 10/5/2010 6:37 PM, ABRAHAM, KISHON VIJAY wrote: MCBSP 2 and 3 in OMAP3 has sidetone feature which requires autoidle to be disabled before starting the sidetone. Also SYSCONFIG register has to be set with smart idle or no i

Re: Hang on boot

2010-10-10 Thread Gadiyar, Anand
On Mon, Oct 11, 2010 at 8:39 AM, John Garland wrote: > Hi, > > Both the dspbridge and master branch of linux-omap seem to hang when > trying to boot (i.e. no output) on a beagleboard C2. > This is with the new omap2plus_defconfig (as opposed to the old > omap3_defconfig). > > Is anybody else exper

RE: [PATCH v4] ARM: Fix sparse warnings due to variables conflicts.

2010-10-10 Thread Varadarajan, Charulatha
> -Original Message- > From: Russell King - ARM Linux [mailto:li...@arm.linux.org.uk] > Sent: Saturday, October 09, 2010 4:53 AM > To: Menon, Nishanth > Cc: Poddar, Sourav; G, Manjunath Kondaiah; > linux-omap@vger.kernel.org; Shilimkar, Santosh; > linux-arm-ker...@lists.infradead.org;

RE: [PATCH 05/11] omap3: Remove non-existent config option

2010-10-10 Thread Marathe, Yogesh
> -Original Message- > From: Felipe Contreras [mailto:felipe.contre...@gmail.com] > Sent: Sunday, October 10, 2010 7:38 PM > To: Guzman Lugo, Fernando > Cc: Marathe, Yogesh; Kanigeri, Hari; Premi, Sanjeev; Tony Lindgren; > linux-arm-ker...@lists.infradead.org; linux-omap@vger.kernel.org >

RE: [PATCH v2 01/10] OMAP: mach-omap2: Fix incorrect assignment warnings

2010-10-10 Thread G, Manjunath Kondaiah
> -Original Message- > From: Kevin Hilman [mailto:khil...@deeprootsystems.com] > Sent: Saturday, October 09, 2010 1:43 AM > To: G, Manjunath Kondaiah > Cc: linux-omap@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; Tony Lindgren; Menon, Nishanth > Subject: Re: [PATCH v2 01/10]

RE: [PATCH v4] ARM: Fix sparse warnings due to variables conflicts.

2010-10-10 Thread G, Manjunath Kondaiah
Tony, > -Original Message- > From: Tony Lindgren [mailto:t...@atomide.com] > Sent: Friday, October 08, 2010 11:06 PM > To: Menon, Nishanth > Cc: Poddar, Sourav; linux-omap@vger.kernel.org; > linux-arm-ker...@lists.infradead.org; Shilimkar, Santosh; G, > Manjunath Kondaiah; Varadarajan,

Hang on boot

2010-10-10 Thread John Garland
Hi, Both the dspbridge and master branch of linux-omap seem to hang when trying to boot (i.e. no output) on a beagleboard C2. This is with the new omap2plus_defconfig (as opposed to the old omap3_defconfig). Is anybody else experiencing this or does anyone have any idea what could be causing this

Re: [PATCH 2/2] ftrace - add ftrace function_graph support on ARM

2010-10-10 Thread Rabin Vincent
On Sat, Oct 09, 2010 at 08:37:57PM +0100, Russell King - ARM Linux wrote: > On Sat, Oct 09, 2010 at 11:20:50PM +0530, Rabin Vincent wrote: > > It's used just for the C entry functions for interrupts: asm_do_IRQ() > > and the IPI and local timer functions. > > > > AFAICS __exception seems to be use

Re: [PATCH 2/3] omap: dsp: fix ioremap() usage

2010-10-10 Thread Felipe Contreras
Hi, Please remove the chunks you are not replying to. On Sun, Oct 10, 2010 at 11:17 PM, Premi, Sanjeev wrote: >> -void __init omap_reserve(void) >> +#if defined(CONFIG_TIDSPBRIDGE) || defined(CONFIG_TIDSPBRIDGE_MODULE) > > [sp] I do understand that dspbridge is the only driver accessing dsp in >

RE: [PATCH 2/3] omap: dsp: fix ioremap() usage

2010-10-10 Thread Premi, Sanjeev
> -Original Message- > From: linux-omap-ow...@vger.kernel.org > [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Felipe > Contreras > Sent: Sunday, October 10, 2010 11:11 PM > To: linux-arm; linux-omap; Greg KH > Cc: Ramirez Luna, Omar; Russell King; Felipe Contreras > Subject: [PAT

Re: [PATCH 1/3] arm: mm: allow boards to fiddle with meminfo

2010-10-10 Thread Felipe Contreras
On Sun, Oct 10, 2010 at 10:03 PM, Russell King - ARM Linux wrote: > On Sun, Oct 10, 2010 at 08:40:38PM +0300, Felipe Contreras wrote: >> So that they can reserve some memory. >> >> Signed-off-by: Felipe Contreras >> --- >>  arch/arm/include/asm/mach/arch.h |    2 +- >>  arch/arm/mm/init.c        

Re: [PATCH 1/3] arm: mm: allow boards to fiddle with meminfo

2010-10-10 Thread Russell King - ARM Linux
On Sun, Oct 10, 2010 at 08:40:38PM +0300, Felipe Contreras wrote: > So that they can reserve some memory. > > Signed-off-by: Felipe Contreras > --- > arch/arm/include/asm/mach/arch.h |2 +- > arch/arm/mm/init.c |7 --- > 2 files changed, 5 insertions(+), 4 deletions(-)

Re: g_ether broken on musb

2010-10-10 Thread Grazvydas Ignotas
hello, > Reproduce the test with your setup script, no your 'ping' issue > happened on my beagle B5. ok I've updated to next-20101008 (from next-20101006) and the network no longer works at all on fresh boot, it starts working only after replugging the cable. I think it's because patch "usb: musb

[PATCH 2/3] omap: dsp: fix ioremap() usage

2010-10-10 Thread Felipe Contreras
On commit 309caa9 doing ioremap() became forbidden due tue architectural limitations. Only a single mapping is allowed now, so the mempool must not be part of the memory managed by the kernel. Signed-off-by: Felipe Contreras --- arch/arm/plat-omap/common.c | 43 +++

[PATCH 3/3] staging: tidspbridge: remove memory consistency from TODO list

2010-10-10 Thread Felipe Contreras
The mempool area is not handled by the kernel any more. Cc: Arnd Bergmann Signed-off-by: Felipe Contreras --- drivers/staging/tidspbridge/TODO |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/staging/tidspbridge/TODO b/drivers/staging/tidspbridge/TODO index 18736

[PATCH 0/3] staging: tidspbridge: fix ioremap() usage

2010-10-10 Thread Felipe Contreras
Now we truly reserve the memory so that the kernel doesn't map it. Unfortunately, the ARM architecture code doesn't provide a good way to do this, so I had to modify it a bit. Felipe Contreras (3): arm: mm: allow boards to fiddle with meminfo omap: dsp: fix ioremap() usage staging: tidspbri

[PATCH 1/3] arm: mm: allow boards to fiddle with meminfo

2010-10-10 Thread Felipe Contreras
So that they can reserve some memory. Signed-off-by: Felipe Contreras --- arch/arm/include/asm/mach/arch.h |2 +- arch/arm/mm/init.c |7 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm/include/asm/mach/arch.h b/arch/arm/include/asm/mach/arch.

Re: [PATCHv3 00/11] staging tidspbridge: iommu migration

2010-10-10 Thread Felipe Contreras
On Tue, Oct 5, 2010 at 11:35 PM, Fernando Guzman Lugo wrote: > This set of patches remove the dspbridge custom mmu > implementation and use iommu module instead. I have tried this, it works for simple tests, but not real use-cases. I applied all your iommu patches. How did you test this? -- Fel

Re: [PATCH] iommu: fix end address of vm area comparation in alloc_iovm_area

2010-10-10 Thread Felipe Contreras
On Tue, Aug 17, 2010 at 7:56 PM, Fernando Guzman Lugo wrote: > End address of the vm area is .start + bytes -1., not start + byte. > This patch fixes that issue by doing an inclusive comparison with > tmp->da_start. This issue was preventing allocate an area of size > exactly the same than the fre

Re: [PATCHv2 2/3] iovmm: add superpages support to fixed da address

2010-10-10 Thread Felipe Contreras
On Tue, Oct 5, 2010 at 12:02 AM, Fernando Guzman Lugo wrote: > This patch adds superpages support to fixed ad address > inside iommu_kmap function. > > Signed-off-by: Fernando Guzman Lugo > --- >  arch/arm/plat-omap/iovmm.c |   61 ++- >  1 files changed, 37

Re: PATCH [0/4] perf: clean-up of power events API

2010-10-10 Thread Steven Rostedt
On Sun, 2010-10-10 at 08:41 +0200, Peter Zijlstra wrote: > On Sat, 2010-10-09 at 21:39 -0400, Steven Rostedt wrote: > > I've been hesitant in the pass from doing the TRACE_EVENT_ABI() > > before, because Peter Zijlstra (who is currently MIA) has been strongly > > against it. > > I see no point in

Re: [PATCH 05/11] omap3: Remove non-existent config option

2010-10-10 Thread Felipe Contreras
On Wed, Oct 6, 2010 at 3:14 AM, Guzman Lugo, Fernando wrote: > Can I know the status of this patch? > > This patch is needed now that tidspbridge has migrated to use > Iommu moudle. > > Will this patch be merged? This patch hasn't even been sent yet. I expected somebody else to try it and do so.

Re: PATCH [0/4] perf: clean-up of power events API

2010-10-10 Thread Ingo Molnar
* Arjan van de Ven wrote: > On 10/8/2010 11:28 PM, Ingo Molnar wrote: > >* Mathieu Desnoyers wrote: > > > >>* Arjan van de Ven (ar...@linux.intel.com) wrote: > >>> On 10/8/2010 1:38 AM, Ingo Molnar wrote: > The fundamental thing about tracing/instrumentation is that there > are no dee