| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Follow r261352 by updating all drivers which are children of simplebus | ian | 2014-02-02 | 9 | -0/+30 |
* | Remove STARTUP_PAGETABLE_ADDR from the ARM configs and replace it with | andrew | 2014-01-28 | 1 | -1/+0 |
* | Switch to using arm_devmap_add_entry() to set up static device mapping. | ian | 2014-01-06 | 1 | -20/+5 |
* | Add #include <machine/fdt.h> to a few files that used to get it via | ian | 2014-01-05 | 1 | -0/+1 |
* | Fix copyright and some style(9) things. | ray | 2013-12-17 | 1 | -10/+20 |
* | Add vt support for RPi. (No early stage yet.) | ray | 2013-12-17 | 2 | -0/+308 |
* | Bring the RPi I2C driver in line with ti_i2c. Make it treat any slave | loos | 2013-12-09 | 1 | -1/+1 |
* | Make the sysctl node read-only. | loos | 2013-12-06 | 1 | -1/+1 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 1 | -1/+1 |
* | As all the IIC controllers on system uses the same 'iichb' prefix we cannot | loos | 2013-11-12 | 2 | -22/+28 |
* | Switch to the new common bus_space-v6.c, remove the local one. | ian | 2013-11-07 | 2 | -114/+1 |
* | Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiring | nwhitehorn | 2013-11-05 | 1 | -1/+1 |
* | Call initarm_lastaddr() later in the init sequence, after establishing | ian | 2013-11-05 | 1 | -1/+7 |
* | Move remaining code and data related to static device mapping into the | ian | 2013-11-04 | 1 | -2/+3 |
* | Retire arm_remap_nocache() and the data and constants associated with it. | ian | 2013-10-27 | 1 | -1/+1 |
* | Remove #include <machine/frame.h> from all the arm code that doesn't | ian | 2013-10-27 | 7 | -7/+0 |
* | Remove all #include <machine/pmap.h> from arm code. It's already | ian | 2013-10-27 | 2 | -2/+0 |
* | Remove all the instances of '#undef DEBUG' from kernel. | loos | 2013-10-25 | 1 | -2/+0 |
* | Add the Raspberry Pi SPI controller driver. | loos | 2013-10-24 | 4 | -0/+669 |
* | Add the Raspberry Pi BSC (I2C compliant) controller driver. | loos | 2013-10-23 | 4 | -0/+615 |
* | - Implement watchdog function and register it with watchdog list | gonzo | 2013-10-22 | 1 | -7/+46 |
* | Move and rename dwc otg driver to more | ganbold | 2013-10-21 | 2 | -212/+1 |
* | Fix DELAY() on RPi, the wrong math was making it take twice it should. | loos | 2013-09-23 | 1 | -1/+1 |
* | Export a function to allow BCM2835's peripheral devices to enable their | loos | 2013-09-07 | 2 | -29/+75 |
* | Fix an off-by-one bug in ar71xx_gpio and bcm2835_gpio which makes the last | loos | 2013-09-06 | 1 | -1/+1 |
* | Move the Raspberry Pi low level options out of the kernel config and into | rpaulo | 2013-07-15 | 2 | -0/+19 |
* | Convert bcm2835_mbox to the new mbox interface. | rpaulo | 2013-07-07 | 4 | -55/+63 |
* | The mbox driver is actually MP safe, so set the right flag in | rpaulo | 2013-07-01 | 1 | -5/+3 |
* | Disable debugging. | rpaulo | 2013-07-01 | 1 | -2/+0 |
* | Correct a few sizeof()s | eadler | 2013-05-01 | 1 | -1/+1 |
* | Fix undefined behaviour in several gpio_pin_setflags() routines (under | dim | 2013-04-13 | 1 | -2/+2 |
* | Minimal timer period of 100us introduced in r244758 is overkill. While | mav | 2013-03-21 | 1 | -4/+11 |
* | Eliminate an intermediate buffer and some memcpy() operations, and do | ian | 2013-03-17 | 1 | -67/+43 |
* | Add a macro that gets the physical address of a memory mapped device | ian | 2013-03-17 | 1 | -4/+2 |
* | - Reset DMA channel if error occured | gonzo | 2013-03-05 | 1 | -0/+2 |
* | Add platform DMA support to SDHCI driver for BCM2835 | gonzo | 2013-02-28 | 1 | -4/+300 |
* | Add driver for BCM2835's DMA engine | gonzo | 2013-02-28 | 3 | -0/+790 |
* | MFcalloutng: | mav | 2013-02-28 | 1 | -12/+7 |
* | Add macroses to properly map IO peripherals memory window from | gonzo | 2013-02-23 | 1 | -0/+14 |