Re: [android-kernel] Boot log.

2009-12-09 Thread Javier Ubillos
Thanks for your help. Aparently what I was missing was a working configuration. msm_defconfig is _not_ one. Discovering /proc/config.gz solved my immediate problem. Thanks again. // Javier On Tue, Dec 8, 2009 at 10:09 PM, hedwin wrote: > Hi, > > Bionic depends on the kernel include files and th

Re: [android-kernel] scaling_setspeed doesn't change the frequency on beagleboard

2009-12-09 Thread Mike Chan
You are certain this is a valid speed you are writing? cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies Also make sure the speed you are writing to are within the scaling_min_freq / scaling_max_freq limits. -- Mike On Wed, Dec 9, 2009 at 12:59 AM, tarek attia wrote: > H

Re: [android-kernel] request queue pointer null in add_disk

2009-12-09 Thread Greg KH
On Wed, Dec 9, 2009 at 10:19 AM, poseidon wrote: > I am trying to develop a block driver for my device with kernel > version 2.6.28. What type of block driver? Is this some new type of hardware that Linux doesn't currently support? > I initialise my request queue with blk_init_queue() and initi

[android-kernel] request queue pointer null in add_disk

2009-12-09 Thread poseidon
I am trying to develop a block driver for my device with kernel version 2.6.28. I initialise my request queue with blk_init_queue() and initialise rest of elements in the queue with corresponding kernel calls. verify that the queue pointer in gendisk is not null before i call add_disk(). But when

[android-kernel] request queue pointer null in add_disk

2009-12-09 Thread poseidon
I am trying to develop a block driver for my device with kernel version 2.6.28. I initialise my request queue with blk_init_queue() and initialise rest of elements in the queue with corresponding kernel calls. verify that the queue pointer in gendisk is not null before i call add_disk(). But when

[android-kernel] scaling_setspeed doesn't change the frequency on beagleboard

2009-12-09 Thread tarek attia
Hi all, I'm using the beagleboard ,and android linux kernel obtained from the rowboat project . The cpufreq files are located and everything works fine except that it doesn't change the frequency it works on,I echo'ed the scaling_governor to use the userspace . However it still doesn't change th