| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the "Unable to unwind further" message from DDB. | rpaulo | 2014-10-16 | 1 | -4/+3 |
* | Uncomment general options from the Pandaboard config. These are in other | andrew | 2014-10-14 | 1 | -3/+3 |
* | Make the ti_padstate_devmap arrays ststic, they are only used with the | andrew | 2014-10-14 | 2 | -2/+2 |
* | Move the sdhci option to files.ti, it's common to both SoCs. | andrew | 2014-10-13 | 3 | -2/+1 |
* | Use a switch on ti_chip() to find which SoC we are on. This allow us t | andrew | 2014-10-13 | 1 | -3/+11 |
* | Remove ti_mmchs.c, it has been replaced by ti_sdhci.c. | andrew | 2014-10-13 | 4 | -2019/+0 |
* | Remove the need for files.beaglebone and std.beaglebone by moving the one | andrew | 2014-10-13 | 4 | -8/+2 |
* | Sort the files in the am355x directory. | andrew | 2014-10-13 | 1 | -2/+4 |
* | Start removing the omap3 support. In base it was only ever a header and a | andrew | 2014-10-13 | 7 | -906/+5 |
* | o Add machine-dependent SMP part | br | 2014-10-10 | 4 | -1/+185 |
* | Pass up the error status of minidumpsys() to its callers. | markj | 2014-10-08 | 3 | -7/+6 |
* | Add driver for Synopsys DesignWare Mobile Storage Host Controller. | br | 2014-10-07 | 6 | -3/+10 |
* | Allow timer0 to run at full 24MHz not at 24MHz/16 by setting prescale to 1. | ganbold | 2014-10-02 | 1 | -1/+1 |
* | Split you the syscall handling to a separate file. | andrew | 2014-10-01 | 2 | -131/+200 |
* | When building the lists of available memory, actually honor the exclusion | ian | 2014-09-30 | 1 | -0/+6 |
* | Make sure __ARM_ARCH is defined in sysreg.h by including acle-compat.h | andrew | 2014-09-30 | 1 | -0/+2 |
* | Fix the definitioin of AT91SAM9G45_IRQ_PIOE and rename it to | kevlo | 2014-09-27 | 1 | -5/+4 |
* | Add machine/sysreg.h to simplify accessing the system control coprocessor | andrew | 2014-09-27 | 2 | -33/+265 |
* | Remove a bogus AIC. | kevlo | 2014-09-27 | 1 | -2/+1 |
* | Fix the size of AT91SAM9260_PIT_SIZE. | kevlo | 2014-09-26 | 1 | -1/+1 |
* | Fix typos. | kevlo | 2014-09-26 | 5 | -11/+11 |
* | Add driver for Synopsys DesignWare 3504-0 Universal 10/100/1000 | br | 2014-09-25 | 2 | -0/+3 |
* | Move the ARM Samsung s3c2xx0 support files into the samsung directory, to | gavin | 2014-09-25 | 24 | -41/+41 |
* | ddb: allow specifying the exact address of the symtab and strtab | royger | 2014-09-25 | 1 | -5/+10 |
* | Make the ARM MPCore Timer driver work with published standard FDT bindings. | ian | 2014-09-20 | 1 | -106/+183 |
* | Fix typo in comment. | ganbold | 2014-09-20 | 1 | -1/+2 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 7 | -49/+47 |
* | The private peripheral interrupts start at offset 16, not 0. Also, use | ian | 2014-09-15 | 1 | -3/+7 |
* | Use gic_decode_fdt() rather than a local routine to parse fdt interrupt | ian | 2014-09-14 | 2 | -1/+13 |
* | Add a common routine for parsing FDT data describing an ARM GIC interrupt. | ian | 2014-09-14 | 2 | -0/+47 |
* | Add compat strings for all the flavors of GIC this driver should support. | ian | 2014-09-14 | 1 | -1/+14 |
* | Fix an undefined variable that was accidentally not causing an error. | ian | 2014-09-14 | 1 | -3/+3 |
* | Add a comment giving an overview of the driver. Remove leftover debugging. | ian | 2014-09-14 | 1 | -7/+23 |
* | Replace the imx5 and imx6 iomux drivers with a single common driver that | ian | 2014-09-13 | 11 | -2036/+275 |
* | Convert the at91_pinctrl driver to use the new fdt_pinctrl interface. | ian | 2014-09-13 | 2 | -79/+58 |
* | - Don't let rman_reserve_resource() activate the resource in | jhb | 2014-09-12 | 2 | -5/+26 |
* | Add Reset Manager driver. This driver provides generic way to reset | br | 2014-09-11 | 5 | -6/+377 |
* | Rename pmap_kenter_temp to pmap_kenter_temporary to be consistent with the | andrew | 2014-09-11 | 4 | -5/+5 |
* | Unify interrupts bit definition and usage. While here remove PSR_C_bit. | andrew | 2014-09-10 | 27 | -76/+83 |
* | Add more register values to armreg.h and remove CPU_CONTROL_32BP_ENABLE | andrew | 2014-09-10 | 2 | -11/+34 |
* | Move if_smc_fdt.c to live in sys/dev/smc. It's not specific to the ARM | andrew | 2014-09-10 | 2 | -136/+0 |
* | Rename new to newval in inline asm code, to avoid clashes with C++ new. | ian | 2014-09-09 | 1 | -5/+5 |
* | When entering the kernel with the MMU off assume we are running from a | andrew | 2014-09-07 | 1 | -5/+2 |
* | Remove Lvirtaddr and Lphysaddr, these don't appear to be used. | andrew | 2014-09-07 | 1 | -4/+0 |
* | Generalise the va to pa code and use it when starting secondary cores | andrew | 2014-09-07 | 1 | -23/+43 |
* | Create a common i.MX53 config and use it with the two existing i.MX53 | andrew | 2014-09-07 | 3 | -297/+179 |
* | o Remove __unused attribute on variables which actually used | br | 2014-09-06 | 2 | -33/+24 |
* | Fixthe spelling of ehci | andrew | 2014-09-06 | 1 | -1/+1 |
* | Allow us to use the virtual timer. It is currently disabled, but should | andrew | 2014-09-06 | 1 | -52/+60 |
* | Add FPGA Manager driver. This driver allows to program FPGA core | br | 2014-09-06 | 3 | -0/+481 |