Re: [android-kernel] Compilation of Linux kernel source for android

2011-07-18 Thread Karthik Balakrishnan
> Isn't it that the Android kernel patches have been excluded from kernel.org? > > > > > > Or, the new staffs provided by Android kernel (such binder IPC, ashmem, > > wake-lock, locate, omen, etc) have been merged again in Linux kernel 3.0? > I believe so, I am trying to integrate these patches t

[android-kernel] Re: How to fix for mmc_sd_switch return err -84(too many users)

2011-07-18 Thread mindole
I found that an additional error is -110 (EMEDIA) today. [ 117.697662] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0 [ 117.705810] microsd_set_power [ 117.712768] regulator_enable (0) [ 117.736663] mmc0: clock 40Hz busmode 1 powermode 2 cs 0 Vdd 21 width 0 timing 0 [

Re: [android-kernel] Compilation of Linux kernel source for android

2011-07-18 Thread William W.-Y. Liang
Sorry, typo in the previous mail. Locate->logcat Omen->pmem -William 2011 7 19 08:52 於 "William W.-Y. Liang" 寫道: > Hi, > > Isn't it that the Android kernel patches have been excluded from kernel.org? > > > Or, the new staffs provided by Android kernel (such binder IPC, ashmem, > wake-lock, locat

Re: [android-kernel] Compilation of Linux kernel source for android

2011-07-18 Thread William W.-Y. Liang
Hi, Isn't it that the Android kernel patches have been excluded from kernel.org? Or, the new staffs provided by Android kernel (such binder IPC, ashmem, wake-lock, locate, omen, etc) have been merged again in Linux kernel 3.0? -William 2011 7 19 02:10 於 "Karthik Balakrishnan" 寫道: > All, > Has

[android-kernel] Compilation of Linux kernel source for android

2011-07-18 Thread Karthik Balakrishnan
All, Has anyone ever compiled a working cross platform kernel from the Linux kernel source available from kernel.org (not Android kernel source from git repo) for android device? I successfully compiled the new 3.0 rc7 yesterday with yaffs fs for ARM, but the same does not work on the emulator. W

[android-kernel] Re: NDK Toolchain and "Unknown symbol _GLOBAL_OFFSET_TABLE_" in kernel module

2011-07-18 Thread Liang William
Update tested result. I've successfully tested for the following environment, - Kernel Source: android-goldfish-2.6.29 - NDK: r6 - GCC: arm-linux-androideabi-4.4.3 with the the compilation method stated below. - kernel: compiled as usual (It seems adding -fno-pic for kernel build will cause the

[android-kernel] How to fix for mmc_sd_switch return err -84(too many users)

2011-07-18 Thread mindole
I'm using TI (OMAP4) in Kernel. I'm testing the function of SDCard external. After change the pin the device tree, I can the log as following. mmc_sd_switch (err : -84). [ 48.682037] mmc0: clock 0Hz busmode 1 powermode 1 cs 0 Vdd 21 width 0 timing 0 [ 48.690368] microsd_set_power [ 48.69