Re: [PATCH v2] Mailbox : Extending functionality

2016-08-28 Thread Mudit Jain
Hi, That's great news Pavel. Should I start merging all your findings and push it as a patch ? What would be the next steps ? Thanks Mudit ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2] Mailbox : Extending functionality

2016-08-27 Thread Pavel Pisa
Hello Mudit, On Saturday 27 of August 2016 11:20:48 Mudit Jain wrote: > Hi Pavel, > > I am working on porting the changes I had done for the SD card, on top of > the recent MMC stack update. After that, my plan is to work on DMA. OK, that is more important for now. I have some progress in DMA

Re: [PATCH v2] Mailbox : Extending functionality

2016-08-27 Thread Mudit Jain
Hi Pavel, I am working on porting the changes I had done for the SD card, on top of the recent MMC stack update. After that, my plan is to work on DMA. Thanks Mudit ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel

Re: [PATCH v2] Mailbox : Extending functionality

2016-08-27 Thread Pavel Pisa
Hello Mudit, On Saturday 27 of August 2016 08:15:04 Mudit Jain wrote: > Adding functionality to get board serial, > power state & clock rate I have pushed patch to the master. Have you some info/progress with DMA? Best wishes, Pavel

[PATCH v2] Mailbox : Extending functionality

2016-08-27 Thread Mudit Jain
Adding functionality to get board serial, power state & clock rate --- c/src/lib/libbsp/arm/raspberrypi/include/vc.h | 17 + c/src/lib/libbsp/arm/raspberrypi/misc/vc.c | 78 ++ c/src/lib/libbsp/arm/raspberrypi/misc/vc_defines.h | 35 ++ 3 files