summaryrefslogtreecommitdiffstats
path: root/sys/arm/broadcom
Commit message (Expand)AuthorAgeFilesLines
* Add support to the bcm2835 mailbox driver to work before interrupts areandrew2015-02-221-21/+50
* Make use of the newly introduced macros.loos2015-02-171-33/+19
* Add a mask to match only the relative base address of BSC controllers.loos2015-02-162-3/+4
* Add the structures needed to get/set the power state. These can be usedandrew2015-02-151-0/+47
* Add VideoCore audio driver for Rasperry Pi (BCM2835)gonzo2015-02-083-0/+1067
* Make VCHI driver optional and add "device vchiq" to default RPI-B configgonzo2015-02-071-9/+9
* Import VCHI driver for Broadcom's VideoCore IV GPUgonzo2015-02-051-0/+20
* Add GPIO interrupt support for BCM2835 (Raspberry pi).loos2015-02-041-21/+293
* Sort and remove unnecessary includes.loos2015-02-041-11/+3
* Remove stale comments about the issues with HS mode.loos2015-02-041-18/+0
* Remove some duplicate calls to bus_release_resource() and destroy the mutexloos2015-02-041-20/+2
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-311-5/+17
* The BCM2835 GPIO controller uses has interrupt lines and not only one.loos2015-01-301-29/+23
* Allow the retrieving of the reserved pins state.loos2015-01-301-76/+62
* 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
OpenPOWER on IntegriCloud