summaryrefslogtreecommitdiffstats
path: root/sys/arm/amlogic
Commit message (Expand)AuthorAgeFilesLines
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-11/+11
* Use our nitems() macro when param.h is available.pfg2016-04-201-2/+1
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-2/+2
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-212-0/+2
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-261-15/+0
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-261-12/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-251-7/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-221-2/+0
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-0/+2
* ARM: Use new ARMv6 naming conventions for cache and TLB functionsmmel2016-02-051-1/+2
* [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c.adrian2015-12-181-1/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-142-0/+2
* Add glue driver for Amlogic Meson Gigabit Ethernet Controllerganbold2015-12-032-0/+99
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-3/+0
* Remove pl310.c from the SoC std.* files, it's in files.armandrew2015-11-201-1/+0
* Include "opt_platform.h" to fix kernel build for amlogic devices.ganbold2015-10-201-0/+2
* Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter isian2015-10-181-1/+1
* Add alternate descriptors support for if_dwc.loos2015-09-201-2/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* Add missing break statement.ganbold2015-05-211-1/+3
* Add driver for usbclock generator for earlier amlogic chip.ganbold2015-05-212-0/+429
* Remove unnecessary break statements.ganbold2015-05-213-3/+0
* The RTC initialization values are based on the SoC which can beganbold2015-05-211-33/+18
* Clean up the Amlogic interrupt controller driver to handle the case whereandrew2015-05-183-22/+11
* Disable WPI in case of aml8726-m3.ganbold2015-05-121-0/+14
* Use the new gic option on all configs that need it.andrew2015-05-101-1/+0
* This follows the gic and ti/aintc code by adding additional barriers to theganbold2015-05-081-0/+6
* This patch adds support for the extended baud rate registerganbold2015-05-062-7/+54
* Update Amlogic MMC driver:ganbold2015-04-282-152/+180
* Remove the need for board specific std files on aml8726 by moving theandrew2015-04-232-14/+0
* Move KERNVIRTADDR to the common std.aml8726.andrew2015-04-233-18/+9
* - Move files selected in files.smp to files.aml8726 and remove it.andrew2015-04-234-7/+2
* Add support for the uart classes to set their default register shift value.andrew2015-04-111-1/+2
* This modifies several FreeBSD drivers to use the GNU approach toganbold2015-04-116-31/+110
* This modifies several FreeBSD drivers to use the hardware stringsganbold2015-04-113-3/+3
* Include vm/pmap.h for pmap_kextract.andrew2015-04-042-0/+6
* Add necessary changes to support various Amlogic SoC devicesganbold2015-03-3134-0/+10771
OpenPOWER on IntegriCloud