omap24xx is broken in current head

2008-08-10 Thread Felipe Balbi
Hi, at least n810 is not booting with current l-o head The problem is in clockdomain.c:omap2_clkdm_clk_enable/disable() functions. Well, just for keep hacking I returned on top of the function and it's ok so far :-p Below is the Unhandled fault exception from console. 5Kernel command line:

Re: omap24xx is broken in current head

2008-08-10 Thread Koen Kooi
Op 10 aug 2008, om 14:16 heeft Felipe Balbi het volgende geschreven: On Sun, Aug 10, 2008 at 02:58:19PM +0300, Felipe Balbi wrote: 5Kernel command line: root=1f03 rootfstype=jffs2 6Clocking rate (Crystal/DPLL/MPU): 19.2/658/329 MHz 1Unhandled fault: alignment exception (0x001) at 0xc02c1b4e

Re: [PATCH] OMAP3 GPTIMER: fix GPTIMER12 IRQ

2008-08-10 Thread Paul Walmsley
On Fri, 8 Aug 2008, Tony Lindgren wrote: * Paul Walmsley [EMAIL PROTECTED] [080808 11:57]: GPTIMER12 IRQ is at IRQ 95 on OMAP3, unlike OMAP2. (ref: OMAP34xx Multimedia High Security (HS) Device Silicon Revision 3.0 Security Addendum Rev. B, SWPU119B) That probably explains why it

Re: omap24xx is broken in current head

2008-08-10 Thread Igor Stoppa
On Sun, 2008-08-10 at 14:37 +0200, ext Koen Kooi wrote: Broken as hell if you want to do anything NEON related with it. yup Very unlucky but very true. I use 2007q3 with the -Os fix for compiling omap3 kernels Felipe: that's also what we should use internally, since it's the only one

Re: [PATCH] usb: musb: get rid of MUSB_LOGLEVEL and use parameter

2008-08-10 Thread Felipe Balbi
On Sun, Aug 10, 2008 at 10:53:19AM -0700, Greg KH wrote: On Sun, Aug 10, 2008 at 03:20:46PM +0300, Felipe Balbi wrote: From: Felipe Balbi [EMAIL PROTECTED] We can change debugging level on the fly via /sys/module/musb_hdrc/parameters/debug, there's no need for an extra command in the

Re: [PATCH] usb: musb: get rid of MUSB_LOGLEVEL and use parameter

2008-08-10 Thread David Brownell
Why are there any proc files in this driver? Drivers should not add proc files. Hm, should have reviewed this code a bit better, sorry... With that much code, it's just a question of _how much_ any review ends up missing. We needed a quick way to export the testmodes to userland. And

Problem in McSPI (TXS timed out)

2008-08-10 Thread halli manjunatha
Hello All, I am working on OMAP3430 with 2.6.24 kernel, In that i am using McSPI2 for initializing the LCD and serializer, but while booting am getting the following messages In mcspi wakeup callback display spi2.0: TXS timed out In mcspi wakeup callback display spi2.0: TXS timed

Re: [PATCH] OMAP3:devices.c: Enabling 4-bit for SD card

2008-08-10 Thread Madhusudhan Chikkature
- Original Message - From: David Brownell [EMAIL PROTECTED] To: Kumar, Purushotam [EMAIL PROTECTED] Cc: Tony Lindgren [EMAIL PROTECTED]; Purushotam Kumar [EMAIL PROTECTED]; linux-omap@vger.kernel.org; Gole, Anant [EMAIL PROTECTED] Sent: Tuesday, August 05, 2008 12:40 PM Subject: Re:

Re: Problem in McSPI (TXS timed out)

2008-08-10 Thread Girish S G
- Original Message - From: halli manjunatha [EMAIL PROTECTED] To: linux-omap@vger.kernel.org Sent: Monday, August 11, 2008 9:30 AM Subject: Problem in McSPI (TXS timed out) Hello All, I am working on OMAP3430 with 2.6.24 kernel, In that i am using McSPI2 for

Re: [PATCH] OMAP2EVM: Adding hsmmc support

2008-08-10 Thread Arun KS
Hi David Brownell, Please see function omap_init_mmc() in file arch/arm/plat-omap/devices.c It is doing the device registration and pin muxing for mmc depending upon the values initialized in structure omap_mmc_config. Best Regards Arun KS On Sat, Aug 9, 2008 at 4:03 AM, David Brownell [EMAIL