summaryrefslogtreecommitdiffstats
path: root/sys/arm/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* Save the command-and-flags value into the shadow register when it is written.ian2015-01-181-1/+4
* Add a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT. Apparently someian2015-01-171-1/+2
* Fix the C -> K temperature conversion for the dev.cpu.0.temperature sysctl.loos2015-01-151-3/+2
* Catch a few cases where we need to release memory resources on errors.loos2015-01-152-2/+4
* Handle dma mappings with more than one segment for rpi sdhci.ian2015-01-121-69/+76
* Check for and handle failures of bus_dmamap_load(). The driver currentlyian2015-01-111-45/+70
* Store the shadow command/mode register in the softc, not a local static var.ian2015-01-111-3/+11
* Fix module builds on arm (and maybe others) by turning off a wholeimp2015-01-011-1/+1
* Convert the BSC (i2c) driver to use the new iicbus_get_frequency().loos2014-12-272-41/+16
* 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
* Make consistent use of the correct debug macros across the file.loos2014-12-271-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-211-0/+1
* Reduce the diff between head and arm_intrng with the bcm2835 interruptandrew2014-12-211-13/+16
* Driver for CPU frequency/voltage control on the Raspberry Pi.rpaulo2014-12-205-15/+2114
* Fix the watchdog timeout calculation to prevent wrap. The RPi hardwareian2014-12-101-3/+3
* Moves all the duplicate code to a single function.loos2014-11-181-14/+0
* These delays aren't needed. Elimate them. They should be on the orderimp2014-11-181-2/+0
* opt_global.h is included automatically in the build. No need toimp2014-11-182-3/+0
* Fix the error checking, broken on r273337, to _not_ ignore controllerloos2014-11-121-1/+1
* Since r273264 the SD card detection on Raspberry Pi is reliably working andloos2014-11-111-2/+5
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+3
* Add an iicbus_reset() method to bcm2835_bsc. While it is generally notloos2014-10-242-4/+40
* Fix the mtx_sleep() error checking, catch all errors and not onlyloos2014-10-201-4/+3
* Add another wakeup() after actually set the bus as free.loos2014-10-201-2/+5
* Add a workaround needed to fix a bug of Arasan Host Controller where it mayloos2014-10-181-14/+8
* sdhci.h has grown a dependency on sysctl.h, include the latter where needed.ian2014-09-011-0/+1
* FreeBSD, historically, has always used 8-bit addresses for i2c devicesloos2014-06-031-1/+1
* Factor out kernel configuration for DWC OTG FDT attach code.hselasky2014-05-291-1/+0
* Optimise reading of pending interrupt registers. If there are nohselasky2014-05-201-19/+27
* Add the start of the ARM platform code. This is based on the PowerPCandrew2014-05-171-17/+19
* Remove extra newlines.ray2014-05-141-8/+0
* 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
OpenPOWER on IntegriCloud