summaryrefslogtreecommitdiffstats
path: root/sys/arm/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-082-1/+1
* Replace many pasted identical definitions of cpu_initclocks() with a commonian2014-02-261-6/+0
* Correct the order of arguments to mtx_init().brueffer2014-02-141-1/+1
* Allow the use of the OFW GPIO bus for ti_gpio and bcm2835_gpio. With thisloos2014-02-131-0/+11
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-052-2/+2
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-029-0/+30
* Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it withandrew2014-01-281-1/+0
* Switch to using arm_devmap_add_entry() to set up static device mapping.ian2014-01-061-20/+5
* Add #include <machine/fdt.h> to a few files that used to get it viaian2014-01-051-0/+1
* Fix copyright and some style(9) things.ray2013-12-171-10/+20
* Add vt support for RPi. (No early stage yet.)ray2013-12-172-0/+308
* Bring the RPi I2C driver in line with ti_i2c. Make it treat any slaveloos2013-12-091-1/+1
* Make the sysctl node read-only.loos2013-12-061-1/+1
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* As all the IIC controllers on system uses the same 'iichb' prefix we cannotloos2013-11-122-22/+28
* Switch to the new common bus_space-v6.c, remove the local one.ian2013-11-072-114/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringnwhitehorn2013-11-051-1/+1
* Call initarm_lastaddr() later in the init sequence, after establishingian2013-11-051-1/+7
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Retire arm_remap_nocache() and the data and constants associated with it.ian2013-10-271-1/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tian2013-10-277-7/+0
* Remove all #include <machine/pmap.h> from arm code. It's alreadyian2013-10-272-2/+0
* Remove all the instances of '#undef DEBUG' from kernel.loos2013-10-251-2/+0
* Add the Raspberry Pi SPI controller driver.loos2013-10-244-0/+669
* Add the Raspberry Pi BSC (I2C compliant) controller driver.loos2013-10-234-0/+615
* - Implement watchdog function and register it with watchdog listgonzo2013-10-221-7/+46
* Move and rename dwc otg driver to moreganbold2013-10-212-212/+1
* 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
OpenPOWER on IntegriCloud