[android-kernel] Re: pmem open failed. A conflict between misc device patch and pmem driver ????

2011-07-11 Thread xxGrayxx
Did you mean you have tried Shlomi's solution, but cause failure of N1's A1026 driver ?? On 7月9日, 上午9時40分, intersectRaven wrote: > Seems like it affects more drivers than just PMEM. I've reverted the > deletion and even tried the suggestions above. It will work for PMEM > but the N1's A1026 drive

[android-kernel] Re: pmem open failed. A conflict between misc device patch and pmem driver ????

2011-06-30 Thread xxGrayxx
oid kernel 2.6.39 (http:// > android.git.kernel.org). > For now I just commented out the test for private_data inside > pmem_open... > > I agree it seems very strange... > > Thanks, >         Shlomi > > On Jun 22, 12:35 pm, xxGrayxx wrote: > > > > > > > > > hi al

[android-kernel] pmem open failed. A conflict between misc device patch and pmem driver ????

2011-06-22 Thread xxGrayxx
hi all experts. I am trying to port a sensor driver (implemented as a misc device) to our platform. The IP provider told us that Linux kernel patch 96412 (https:// patchwork.kernel.org/patch/96412/) must to be included, and what this patch does is "pass miscdevice pointer via file private data" in