Re: Beagleboard xM - Bogomips are very low

2013-03-20 Thread Frank Agius
? I believe this is the reason for the BogoMIPS change: http://www.spinics.net/lists/arm-kernel/msg221672.html It looks like BogoMIPS reporting changed because of the delay routine patch introduced in 3.6. So the change in BogoMIPS is real, but should not be a concern. frank agius Guillaume

Re: AM335x mpurate + bogomips

2013-02-22 Thread Frank Agius
because of the delay routine patch introduced in 3.6. So the change in BogoMIPS is real, but should not be a concern. frank agius -- 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

Interaction between USB phy power and MADC driver

2012-09-06 Thread Frank Agius
I'm seeing what I think is an unintended consequence of powering down the USB phy. All the relavent code is in file twl4030_usb.c. My system is setup to use the USB in otg mode. If nothing is connected to the USB OTG port, the phy suspension code is called. In the chain of calls that

Re: No console output (omap-3.2 branch)

2012-01-25 Thread Frank Agius
On 12/10/2011 8:55 AM, Andre Puschmann wrote: Hi list, Steve, I am trying to boot a kernel I built (using omap2plus_defconfig) based on Steve's omap-3.2 branch without much success. I don't get any console output after Uboot finished uncompressing the kernel. Is there anything I need to

Re: ADC timeout on Overo

2009-01-07 Thread frank agius
Frank Agius wrote: Further debug shows that in the module initialization routine twl4030_madc_set_power, as soon as the MADC is powered on by setting CTRL1[0] MADCON bit to 1, the BUSY bit of CTRL_SW1 turns on and never turns off. I'm guessing this constant state of busy is why