summaryrefslogtreecommitdiffstats
path: root/sys/arm/broadcom
Commit message (Expand)AuthorAgeFilesLines
* MFC r259517, r259518ian2014-05-142-0/+318
* MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793,ian2014-05-141-1/+1
* MFC: r261884brueffer2014-02-281-1/+1
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* MFC r256959:loos2014-01-234-0/+621
* MFC r257127:loos2014-01-231-2/+0
* MFC r257669, r257672, r257673, r257676, r257678:ian2013-12-141-1/+7
* MFC r257648, r257649, r257660:ian2013-12-131-2/+3
* MFC r257201, r257202ian2013-12-131-1/+1
* MFC r257199, r257200, r257217:ian2013-12-138-9/+0
* MFC r257062: Add the Raspberry Pi SPI controller driver.ian2013-12-134-0/+669
* Fix DELAY() on RPi, the wrong math was making it take twice it should.loos2013-09-231-1/+1
* Export a function to allow BCM2835's peripheral devices to enable theirloos2013-09-072-29/+75
* Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the lastloos2013-09-061-1/+1
* Move the Raspberry Pi low level options out of the kernel config and intorpaulo2013-07-152-0/+19
* Convert bcm2835_mbox to the new mbox interface.rpaulo2013-07-074-55/+63
* The mbox driver is actually MP safe, so set the right flag inrpaulo2013-07-011-5/+3
* Disable debugging.rpaulo2013-07-011-2/+0
* Correct a few sizeof()seadler2013-05-011-1/+1
* Fix undefined behaviour in several gpio_pin_setflags() routines (underdim2013-04-131-2/+2
* Minimal timer period of 100us introduced in r244758 is overkill. Whilemav2013-03-211-4/+11
* Eliminate an intermediate buffer and some memcpy() operations, and doian2013-03-171-67/+43
* Add a macro that gets the physical address of a memory mapped deviceian2013-03-171-4/+2
* - Reset DMA channel if error occuredgonzo2013-03-051-0/+2
* Add platform DMA support to SDHCI driver for BCM2835gonzo2013-02-281-4/+300
* Add driver for BCM2835's DMA enginegonzo2013-02-283-0/+790
* MFcalloutng:mav2013-02-281-12/+7
* Add macroses to properly map IO peripherals memory window fromgonzo2013-02-231-0/+14
* Spelling fixesgonzo2013-02-191-2/+2
* Roll back change of frequency for initialization sequence since itgonzo2013-02-191-7/+6
* - Add hw.bcm2835.sdhci.hs tunable to enable/disable highspeed mode ingonzo2013-02-171-1/+23
* Enable syscons framebuffer support for bcm2835. It makes possible to run Xorgray2013-01-131-1/+24
* Remove accidentally copypasted commentgonzo2013-01-131-5/+0
* Export board serial and board revision obtained from FDT blobgonzo2013-01-051-0/+19
* Fix background color calculationgonzo2013-01-051-1/+1
* Add makeshift implementation for framebuffer console's cursorgonzo2012-12-281-2/+139
* Fix event timer on Raspberry Pigonzo2012-12-281-2/+16
* Replace generic ARM11 option with more specificgonzo2012-12-201-0/+1
* Add sysctls for changing GPIO pins functiongonzo2012-12-181-26/+163
* Get frequency from "clock-frequency" property of "/axi/sdhci" FDT nodegonzo2012-11-301-1/+14
* Fix RGB565 casegonzo2012-11-301-4/+4
* Fix hardcoded bpp valuegonzo2012-11-291-1/+1
* Fix spelling.kientzle2012-11-251-1/+1
* Add Raspberry Pi GPIO drivergonzo2012-11-232-0/+657
* Multiple fixes for BCM2835 framebuffergonzo2012-11-231-31/+149
* Merge the FDT versions of initarm.andrew2012-11-031-498/+8
* Merge r242125 into the other ARMv6 copies of initarm.andrew2012-10-311-0/+5
* Add BCM2835 SDHCI driver and enable it in Raspberry Pi configgonzo2012-10-292-0/+365
* remove duplicate semicolons where possible.eadler2012-10-221-2/+2
* Clean up the bcm2835 initarm. It is now identical to the other ARMv6 copiesandrew2012-09-231-10/+8
OpenPOWER on IntegriCloud