Re: [beagleboard] [PATCH 0/3] Patches to include BeagleLogic support in the kernel

2014-06-24 Thread Robert Nelson
On Sun, Jun 22, 2014 at 10:09 PM, Kumar Abhishek kumar.abhishek.kak...@gmail.com wrote: From: Kumar Abhishek abhis...@theembeddedkitchen.net These patches add support for BeagleLogic in the kernel. BeagleLogic is a logic analyzer realized on the BeagleBone Black using the programmable

Re: [beagleboard] [PATCH 0/3] Patches to include BeagleLogic support in the kernel

2014-06-24 Thread Kumar Abhishek
Yep, I came to realize of this after I had already sent the patch on the list. The fix is to just add #include linux/miscdevice.h into the pru_rproc.c file at line 70 [This was not required for the file in Koen's tree as it had some code from the lighting the example]. Let me send you a patch

[beagleboard] [PATCH 0/3] Patches to include BeagleLogic support in the kernel

2014-06-22 Thread Kumar Abhishek
From: Kumar Abhishek abhis...@theembeddedkitchen.net These patches add support for BeagleLogic in the kernel. BeagleLogic is a logic analyzer realized on the BeagleBone Black using the programmable real-time units. For more information, visit: https://github.com/abhishek-kakkar/BeagleLogic/wiki/