| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r312939, r313250, r314811 (partial), r314887 (partial), r315760, | marius | 2017-05-11 | 2 | -9/+4 |
* | MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges) | ian | 2017-03-01 | 3 | -22/+3 |
* | MFC r306902: | mmel | 2016-11-05 | 2 | -2/+0 |
* | MFC r306756: | mmel | 2016-10-15 | 1 | -1/+2 |
* | Use OF_prop_free instead of direct call to free(9) | gonzo | 2016-05-18 | 6 | -17/+17 |
* | sys/arm: Minor spelling fixes. | pfg | 2016-05-04 | 4 | -4/+4 |
* | Move arm's devmap to some generic place, so it can be used | br | 2016-04-26 | 1 | -11/+11 |
* | Use our nitems() macro when param.h is available. | pfg | 2016-04-20 | 1 | -2/+1 |
* | Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine | andrew | 2016-04-15 | 1 | -2/+2 |
* | Cleanup unnecessary semicolons from the kernel. | pfg | 2016-04-10 | 1 | -1/+1 |
* | Fix fallout from r292180 (Dec 2015)... ensure that every driver which has | ian | 2016-03-21 | 2 | -0/+2 |
* | Almost all copies of platform_mp_init_secondary just called | andrew | 2016-02-26 | 1 | -15/+0 |
* | Remove platform_mp_probe as it's almost identical on most ARM SoCs, and | andrew | 2016-02-26 | 1 | -12/+0 |
* | Remove platform_ipi_send, it's an unneeded as all implementations are | andrew | 2016-02-25 | 1 | -7/+0 |
* | Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms. | skra | 2016-02-22 | 1 | -2/+0 |
* | Stop defining fdt_pic_table when building for ARM_INTRNG. | andrew | 2016-02-11 | 1 | -0/+2 |
* | ARM: Use new ARMv6 naming conventions for cache and TLB functions | mmel | 2016-02-05 | 1 | -1/+2 |
* | [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. | adrian | 2015-12-18 | 1 | -1/+1 |
* | Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of | ian | 2015-12-14 | 2 | -0/+2 |
* | Add glue driver for Amlogic Meson Gigabit Ethernet Controller | ganbold | 2015-12-03 | 2 | -0/+99 |
* | Move more bus_space_* files to be built by files.arm. This leaves the | andrew | 2015-11-21 | 1 | -3/+0 |
* | Remove pl310.c from the SoC std.* files, it's in files.arm | andrew | 2015-11-20 | 1 | -1/+0 |
* | Include "opt_platform.h" to fix kernel build for amlogic devices. | ganbold | 2015-10-20 | 1 | -0/+2 |
* | Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is | ian | 2015-10-18 | 1 | -1/+1 |
* | Add alternate descriptors support for if_dwc. | loos | 2015-09-20 | 1 | -2/+0 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | Add missing break statement. | ganbold | 2015-05-21 | 1 | -1/+3 |
* | Add driver for usbclock generator for earlier amlogic chip. | ganbold | 2015-05-21 | 2 | -0/+429 |
* | Remove unnecessary break statements. | ganbold | 2015-05-21 | 3 | -3/+0 |
* | The RTC initialization values are based on the SoC which can be | ganbold | 2015-05-21 | 1 | -33/+18 |
* | Clean up the Amlogic interrupt controller driver to handle the case where | andrew | 2015-05-18 | 3 | -22/+11 |
* | Disable WPI in case of aml8726-m3. | ganbold | 2015-05-12 | 1 | -0/+14 |
* | Use the new gic option on all configs that need it. | andrew | 2015-05-10 | 1 | -1/+0 |
* | This follows the gic and ti/aintc code by adding additional barriers to the | ganbold | 2015-05-08 | 1 | -0/+6 |
* | This patch adds support for the extended baud rate register | ganbold | 2015-05-06 | 2 | -7/+54 |
* | Update Amlogic MMC driver: | ganbold | 2015-04-28 | 2 | -152/+180 |
* | Remove the need for board specific std files on aml8726 by moving the | andrew | 2015-04-23 | 2 | -14/+0 |
* | Move KERNVIRTADDR to the common std.aml8726. | andrew | 2015-04-23 | 3 | -18/+9 |
* | - Move files selected in files.smp to files.aml8726 and remove it. | andrew | 2015-04-23 | 4 | -7/+2 |
* | Add support for the uart classes to set their default register shift value. | andrew | 2015-04-11 | 1 | -1/+2 |
* | This modifies several FreeBSD drivers to use the GNU approach to | ganbold | 2015-04-11 | 6 | -31/+110 |
* | This modifies several FreeBSD drivers to use the hardware strings | ganbold | 2015-04-11 | 3 | -3/+3 |
* | Include vm/pmap.h for pmap_kextract. | andrew | 2015-04-04 | 2 | -0/+6 |
* | Add necessary changes to support various Amlogic SoC devices | ganbold | 2015-03-31 | 34 | -0/+10771 |