summaryrefslogtreecommitdiffstats
path: root/sys/arm/broadcom/bcm2835/bcm2835_mbox.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r307067, r307068, r307087, r307088, r307089,gonzo2016-10-181-5/+11
* Use proper type of tag in bcm2835_mbox_fb_initgonzo2016-04-211-1/+1
* Force framebuffer virtual viewport to be the same as physicalgonzo2016-04-201-8/+0
* - Set have_message in interrupt to handle "response before READ" casegonzo2015-11-111-4/+17
* - Replace semaphore-base locking with sleep/wait synchronization:gonzo2015-11-081-9/+13
* Refactor mailbox property API to make it usable for /dev/vcio driver:gonzo2015-11-051-173/+105
* Fix framebuffer compatibility with new RPi firmware. Framebuffer drivergonzo2015-10-301-1/+1
* Add the routines to query and setup the framebuffer state using theloos2015-05-021-0/+174
* Pass the supplied buffer length instead of a fixed size.loos2015-04-271-2/+1
* Add a helper function to read clock frequencies from videocore and use thisandrew2015-03-201-29/+88
* Move the code to set the device power to the bcm2835 mailbox driver so itandrew2015-03-201-0/+85
* Add support to the bcm2835 mailbox driver to work before interrupts areandrew2015-02-221-21/+50
* Removes unused and duplicate headers.loos2014-12-271-20/+6
* Remove the '#undef DEBUG' that should not be committed.loos2014-12-271-1/+0
* On interrupt handler, save the actual data read from mbox. The previousloos2014-12-271-2/+4
* Driver for CPU frequency/voltage control on the Raspberry Pi.rpaulo2014-12-201-14/+19
* Correct the order of arguments to mtx_init().brueffer2014-02-141-1/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-271-1/+0
* Convert bcm2835_mbox to the new mbox interface.rpaulo2013-07-071-50/+52
* The mbox driver is actually MP safe, so set the right flag inrpaulo2013-07-011-5/+3
* Add barebone Raspberry Pi port. Supported parts:gonzo2012-08-301-0/+249
OpenPOWER on IntegriCloud