Re: Mailbox methods for RPi

2015-06-01 Thread Yurii Shevtsov
Joel, actually I have no idea. I just thought there is method analogue, or somebody will point me to mailbox API 2015-06-01 22:44 GMT+03:00 Joel Sherrill : > > > On 6/1/2015 2:32 PM, Yurii Shevtsov wrote: >> >> I have this lines in FreeBSD driver: >>| bcm2835_mbox_set_power_state(dev, BCM2835_

Re: Mailbox methods for RPi

2015-06-01 Thread Joel Sherrill
On 6/1/2015 2:32 PM, Yurii Shevtsov wrote: I have this lines in FreeBSD driver: | bcm2835_mbox_set_power_state(dev, BCM2835_MBOX_POWER_ID_USB_HCD, TRUE); How should I replace it? What does that do? Without knowing the impact of that setting, it is hard to make a statement. Thanks in adv

Re: Mailbox methods for RPi

2015-06-01 Thread QIAO YANG
It's using the mailbox property channel to communicate with the videocore. I've noted down all available properties and the addresses used in a header file but not yet implemented all of them. I'm working on it this week. If you need this, you may put some marks here and I'll send a patch for t

Mailbox methods for RPi

2015-06-01 Thread Yurii Shevtsov
I have this lines in FreeBSD driver: | bcm2835_mbox_set_power_state(dev, BCM2835_MBOX_POWER_ID_USB_HCD, TRUE); How should I replace it? Thanks in advance) ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel