Re: [android-kernel] Kernel config CONFIG_VIDEOBUF2_DMA_CONTIG not enabled

2014-02-14 Thread Vishveshwar
How did you regenerate the .config after updating the defconfig. From your initial post this does not seem clear too me. I generally update CONFIG params using 'make menuconfig' which updates .config. I then copy over the .config file TO the _defconfig file. -Vishveshwar On Friday, F

[android-kernel] Re: Opengl ES 3.0 support in Android 4.3

2014-02-12 Thread Vishveshwar
features. 3.0 APIs are additional and requested by the app in question. -Vishveshwar -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "And

[android-kernel] Re: porting goldfish from android kernel to linux kernel

2014-02-01 Thread Vishveshwar
r attachments. > > Thankyou. > Kernel log shows NAND read error. Is this expected? -Vishveshwar -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to t

[android-kernel] Re: Help Me Clone Correct Kernel Source

2014-01-30 Thread Vishveshwar
ernel directoryy in the downloaded B&N source has many more, but none > of those. The first few directories are: arch, block, crypto, > Documentation, drivers, firmware, fs. > > You seem to have cloned device/ti/panda instead of kernel/omap The omap android kernel is here

[android-kernel] Re: Specific Device suitable for Kernel Tweaking

2013-10-10 Thread Vishveshwar
n that needs kernel changes? For lockscreen changes, you should be able to demo it on the emulator itself, I think. -Vishveshwar > From my interaction with seniors kernel development on samsung is tricky > because of lack of documentation and flexibility. > > I have to buy a dev

[android-kernel] Re: Listen to touch screen events when the screen is turned off !!

2013-10-10 Thread Vishveshwar
wakes up. You could modify Android sources to make the touchscreen itself as a wake-up device. This is not the default case. -Vishveshwar -- -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel --- You received this message beca

[android-kernel] Re: Trouble getting the Kernel source for Panda via Git

2013-06-20 Thread Vishveshwar
gt; cd omap > git checkout 224d695ed9e09c32479b63412eb345e78c2b4349 > > And as mentioned above, this gave: > "fatal: reference is not a tree: 224d695ed9e09c32479b63412eb345e78c2b4349" > > --- > Try git checkout cb5fc50 in the omap-kernel tree. -Vishveshwar > > Would anyone kn

Re: [android-kernel] Exploring Android HAL

2012-08-16 Thread Vishveshwar
This blog post about by Karim Yaghmour about adding a new HAL could also be useful: http://www.opersys.com/blog/extending-android-hal -Vishveshwar On Wednesday, August 15, 2012 10:13:38 PM UTC+5:30, Glenn Kasten wrote: > > Also see hardware/libhardware/include/hardware/*.h for the HA