summaryrefslogtreecommitdiff
path: root/sys/arm/broadcom
Commit message (Expand)AuthorAgeFilesLines
* MFC: r270885, r270948Marius Strobl2014-09-031-0/+1
* MFC r267021:Luiz Otavio O Souza2014-08-201-1/+1
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,Ian Lepore2014-05-171-1/+0
* MFC 257774, 256760, 262916, 262905, 262918, 262919, 262920, 262921, 262924,Ian Lepore2014-05-173-115/+2
* MFC r262534, r262548, r262549, r262552, r262568, r262581, r262583, r262584,Ian Lepore2014-05-161-6/+0
* MFC r256871, r259034, r266010Luiz Otavio O Souza2014-05-153-16/+47
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,Ian Lepore2014-05-152-2/+2
* MFC r261410Ian Lepore2014-05-159-0/+30
* MFC r261252, r261279, r261304, r261305, r261322, r261336, r261337, r261338,Ian Lepore2014-05-151-1/+0
* MFC r258046, r258047, r258050, r259035, r259036, r259037, r261842, r261843,Luiz Otavio O Souza2014-05-151-0/+11
* MFC r256839, r256948, r256950, r257299, r257414, r258057, r259090Ian Lepore2014-05-142-212/+1
* MFC r257738, r259202, r258410, r260288, r260292, r260294, r260320, r260323,Ian Lepore2014-05-142-20/+6
* MFC r259517, r259518Ian Lepore2014-05-142-0/+318
* MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793,Ian Lepore2014-05-141-1/+1
* MFC: r261884Christian Brueffer2014-02-281-1/+1
* MFC r258779,r258780,r258787,r258822:Eitan Adler2014-02-041-1/+1
* MFC r256959:Luiz Otavio O Souza2014-01-234-0/+621
* MFC r257127:Luiz Otavio O Souza2014-01-231-2/+0
* MFC r257669, r257672, r257673, r257676, r257678:Ian Lepore2013-12-141-1/+7
* MFC r257648, r257649, r257660:Ian Lepore2013-12-131-2/+3
* MFC r257201, r257202Ian Lepore2013-12-131-1/+1
* MFC r257199, r257200, r257217:Ian Lepore2013-12-138-9/+0
* MFC r257062: Add the Raspberry Pi SPI controller driver.Ian Lepore2013-12-134-0/+669
* Fix DELAY() on RPi, the wrong math was making it take twice it should.Luiz Otavio O Souza2013-09-231-1/+1
* Export a function to allow BCM2835's peripheral devices to enable theirLuiz Otavio O Souza2013-09-072-29/+75
* Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the lastLuiz Otavio O Souza2013-09-061-1/+1
* Move the Raspberry Pi low level options out of the kernel config and intoRui Paulo2013-07-152-0/+19
* Convert bcm2835_mbox to the new mbox interface.Rui Paulo2013-07-074-55/+63
* The mbox driver is actually MP safe, so set the right flag inRui Paulo2013-07-011-5/+3
* Disable debugging.Rui Paulo2013-07-011-2/+0
* Correct a few sizeof()sEitan Adler2013-05-011-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underDimitry Andric2013-04-131-2/+2
* Minimal timer period of 100us introduced in r244758 is overkill. WhileAlexander Motin2013-03-211-4/+11
* Eliminate an intermediate buffer and some memcpy() operations, and doIan Lepore2013-03-171-67/+43
* Add a macro that gets the physical address of a memory mapped deviceIan Lepore2013-03-171-4/+2
* - Reset DMA channel if error occuredOleksandr Tymoshenko2013-03-051-0/+2
* Add platform DMA support to SDHCI driver for BCM2835Oleksandr Tymoshenko2013-02-281-4/+300
* Add driver for BCM2835's DMA engineOleksandr Tymoshenko2013-02-283-0/+790
* MFcalloutng:Alexander Motin2013-02-281-12/+7
* Add macroses to properly map IO peripherals memory window fromOleksandr Tymoshenko2013-02-231-0/+14
* Spelling fixesOleksandr Tymoshenko2013-02-191-2/+2
* Roll back change of frequency for initialization sequence since itOleksandr Tymoshenko2013-02-191-7/+6
* - Add hw.bcm2835.sdhci.hs tunable to enable/disable highspeed mode inOleksandr Tymoshenko2013-02-171-1/+23
* Enable syscons framebuffer support for bcm2835. It makes possible to run XorgAleksandr Rybalko2013-01-131-1/+24
* Remove accidentally copypasted commentOleksandr Tymoshenko2013-01-131-5/+0
* Export board serial and board revision obtained from FDT blobOleksandr Tymoshenko2013-01-051-0/+19
* Fix background color calculationOleksandr Tymoshenko2013-01-051-1/+1
* Add makeshift implementation for framebuffer console's cursorOleksandr Tymoshenko2012-12-281-2/+139
* Fix event timer on Raspberry PiOleksandr Tymoshenko2012-12-281-2/+16
* Replace generic ARM11 option with more specificOleksandr Tymoshenko2012-12-201-0/+1