| Commit message (Expand) | Author | Age | Files | Lines |
* | Add VideoCore audio driver for Rasperry Pi (BCM2835) | gonzo | 2015-02-08 | 3 | -0/+1067 |
* | Make VCHI driver optional and add "device vchiq" to default RPI-B config | gonzo | 2015-02-07 | 1 | -9/+9 |
* | Import VCHI driver for Broadcom's VideoCore IV GPU | gonzo | 2015-02-05 | 1 | -0/+20 |
* | Add GPIO interrupt support for BCM2835 (Raspberry pi). | loos | 2015-02-04 | 1 | -21/+293 |
* | Sort and remove unnecessary includes. | loos | 2015-02-04 | 1 | -11/+3 |
* | Remove stale comments about the issues with HS mode. | loos | 2015-02-04 | 1 | -18/+0 |
* | Remove some duplicate calls to bus_release_resource() and destroy the mutex | loos | 2015-02-04 | 1 | -20/+2 |
* | Implement GPIO_GET_BUS() method for all GPIO drivers. | loos | 2015-01-31 | 1 | -5/+17 |
* | The BCM2835 GPIO controller uses has interrupt lines and not only one. | loos | 2015-01-30 | 1 | -29/+23 |
* | Allow the retrieving of the reserved pins state. | loos | 2015-01-30 | 1 | -76/+62 |
* | Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specific | ian | 2015-01-21 | 1 | -1/+1 |
* | Save the command-and-flags value into the shadow register when it is written. | ian | 2015-01-18 | 1 | -1/+4 |
* | Add a new SDHCI quirk, SDHCI_QUIRK_DONT_SET_HISPD_BIT. Apparently some | ian | 2015-01-17 | 1 | -1/+2 |
* | Fix the C -> K temperature conversion for the dev.cpu.0.temperature sysctl. | loos | 2015-01-15 | 1 | -3/+2 |
* | Catch a few cases where we need to release memory resources on errors. | loos | 2015-01-15 | 2 | -2/+4 |
* | Handle dma mappings with more than one segment for rpi sdhci. | ian | 2015-01-12 | 1 | -69/+76 |
* | Check for and handle failures of bus_dmamap_load(). The driver currently | ian | 2015-01-11 | 1 | -45/+70 |
* | Store the shadow command/mode register in the softc, not a local static var. | ian | 2015-01-11 | 1 | -3/+11 |
* | Fix module builds on arm (and maybe others) by turning off a whole | imp | 2015-01-01 | 1 | -1/+1 |
* | Convert the BSC (i2c) driver to use the new iicbus_get_frequency(). | loos | 2014-12-27 | 2 | -41/+16 |
* | Removes unused and duplicate headers. | loos | 2014-12-27 | 1 | -20/+6 |
* | Remove the '#undef DEBUG' that should not be committed. | loos | 2014-12-27 | 1 | -1/+0 |
* | On interrupt handler, save the actual data read from mbox. The previous | loos | 2014-12-27 | 1 | -2/+4 |
* | Make consistent use of the correct debug macros across the file. | loos | 2014-12-27 | 1 | -1/+1 |
* | Add -march=armv7a to the kernel compile for all ARM systems which are v7a. | ian | 2014-12-21 | 1 | -0/+1 |
* | Reduce the diff between head and arm_intrng with the bcm2835 interrupt | andrew | 2014-12-21 | 1 | -13/+16 |
* | Driver for CPU frequency/voltage control on the Raspberry Pi. | rpaulo | 2014-12-20 | 5 | -15/+2114 |
* | Fix the watchdog timeout calculation to prevent wrap. The RPi hardware | ian | 2014-12-10 | 1 | -3/+3 |
* | Moves all the duplicate code to a single function. | loos | 2014-11-18 | 1 | -14/+0 |
* | These delays aren't needed. Elimate them. They should be on the order | imp | 2014-11-18 | 1 | -2/+0 |
* | opt_global.h is included automatically in the build. No need to | imp | 2014-11-18 | 2 | -3/+0 |
* | Fix the error checking, broken on r273337, to _not_ ignore controller | loos | 2014-11-12 | 1 | -1/+1 |
* | Since r273264 the SD card detection on Raspberry Pi is reliably working and | loos | 2014-11-11 | 1 | -2/+5 |
* | Make the GPIO children attach to the first unit available and not only to | loos | 2014-10-28 | 1 | -2/+3 |
* | Add an iicbus_reset() method to bcm2835_bsc. While it is generally not | loos | 2014-10-24 | 2 | -4/+40 |
* | Fix the mtx_sleep() error checking, catch all errors and not only | loos | 2014-10-20 | 1 | -4/+3 |
* | Add another wakeup() after actually set the bus as free. | loos | 2014-10-20 | 1 | -2/+5 |
* | Add a workaround needed to fix a bug of Arasan Host Controller where it may | loos | 2014-10-18 | 1 | -14/+8 |
* | sdhci.h has grown a dependency on sysctl.h, include the latter where needed. | ian | 2014-09-01 | 1 | -0/+1 |
* | FreeBSD, historically, has always used 8-bit addresses for i2c devices | loos | 2014-06-03 | 1 | -1/+1 |
* | Factor out kernel configuration for DWC OTG FDT attach code. | hselasky | 2014-05-29 | 1 | -1/+0 |
* | Optimise reading of pending interrupt registers. If there are no | hselasky | 2014-05-20 | 1 | -19/+27 |
* | Add the start of the ARM platform code. This is based on the PowerPC | andrew | 2014-05-17 | 1 | -17/+19 |
* | Remove extra newlines. | ray | 2014-05-14 | 1 | -8/+0 |
* | Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c | ian | 2014-03-10 | 1 | -1/+0 |
* | Move all the files named foo/common.c to foo/foo_common.c, as | imp | 2014-03-08 | 2 | -1/+1 |
* | Replace many pasted identical definitions of cpu_initclocks() with a common | ian | 2014-02-26 | 1 | -6/+0 |
* | Correct the order of arguments to mtx_init(). | brueffer | 2014-02-14 | 1 | -1/+1 |
* | Allow the use of the OFW GPIO bus for ti_gpio and bcm2835_gpio. With this | loos | 2014-02-13 | 1 | -0/+11 |
* | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | nwhitehorn | 2014-02-05 | 2 | -2/+2 |