summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-011-0/+2
* MFC r308640:ian2017-03-012-22/+16
* MFC r306902:mmel2016-11-051-1/+0
* MFC r306756:mmel2016-10-151-1/+2
* Use nitems() macro instead of re-inventing itzbb2016-06-031-1/+1
* Configure CPU window to second CESA SRAMzbb2016-06-022-0/+44
* Map CESA SRAM memory in driver attach for Armada38xzbb2016-06-021-1/+1
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tian2016-05-251-1/+0
* Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesian2016-05-231-2/+9
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-221-1/+1
* INTRNG - implement pic_post_filter method. This method is fundamentalskra2016-05-221-0/+6
* Return the struct intr_pic pointer from intr_pic_register. This will beandrew2016-05-181-1/+1
* Use OF_prop_free instead of direct call to free(9)gonzo2016-05-131-1/+1
* INTRNG - redefine struct intr_map_data to avoid headers pollution. Eachskra2016-05-051-3/+7
* sys/arm: Minor spelling fixes.pfg2016-05-042-2/+2
* Move arm's devmap to some generic place, so it can be usedbr2016-04-266-15/+15
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-1/+1
* Use our nitems() macro when param.h is available.pfg2016-04-201-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-152-11/+11
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Remove FDT specific parts from INTRNG. Change its interface to make itskra2016-04-041-86/+74
* Move support for Synopsys Designware APB UART out of ns8250 and into ajmcneill2016-04-011-0/+1
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-2/+2
* Remove redefinitions in ARMADA codewma2016-03-151-3/+3
* Add support for USB3.0 on Armada38xwma2016-03-143-2/+108
* Make MPIC compatible with ARM_INTRNGwma2016-03-143-54/+298
* Make the fdt_get_mem_regions memsize argument optional. It's only used inandrew2016-03-011-2/+1
* Fix fdt_get_mem_regions() to work with 64-bit addresseswma2016-02-291-1/+2
* Almost all copies of platform_mp_init_secondary just calledandrew2016-02-263-12/+5
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andandrew2016-02-262-14/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areandrew2016-02-252-14/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.skra2016-02-221-2/+0
* As <machine/vm.h> is included from <vm/vm.h>, there is no need toskra2016-02-221-1/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-202-2/+2
* Include ofw_bus_subr.h before ofw_pci.h for the definition of structandrew2016-02-191-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-174-24/+2
* Add support for the Allwinner i2c device. This is similar to the existingandrew2016-02-151-0/+1
* Move the twsi driver source to be under iicbus. It is in a separateandrew2016-02-142-645/+0
* Create the twsi device option in preparation to move the driver to a commonandrew2016-02-141-1/+1
* Remove an unused include.andrew2016-02-141-1/+0
* Stop adding an extra null terminator to strings, OF_getprop already returnsandrew2016-02-121-4/+2
* 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-052-3/+5
* Remove all remaining references to old and not more used structskra2016-02-023-3/+3
* Remove not needed <machine/pte.h> includes.skra2016-02-011-1/+0
* ARM: Rename remaining instances of cpufunc_id() to cpu_ident(),mmel2016-02-012-2/+2
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-272-4/+4
* Remove an extra '!' found by clang 3.8.andrew2016-01-211-1/+1
* Introduce initial driver for PMSU on Armada38xzbb2016-01-205-0/+193
* Add initial support for SMP on Armada38xzbb2016-01-204-1/+188
OpenPOWER on IntegriCloud