aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* Remove code for Marvell SoCs that lack a kernel config.Andrew Turner2017-03-174-120/+10
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-1/+1
* Remake support for SMP kernel on UP cpu:Michal Meloun2017-02-021-1/+1
* Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhereAndrew Turner2017-01-261-1/+6
* Add dummy functions for Marvell SoC's not equipped with AHCIWojciech Macek2017-01-261-3/+23
* Add support for AHCI on ARMADA38XWojciech Macek2017-01-251-0/+1
* Setup decoding windows for ARMADA38XWojciech Macek2017-01-252-0/+64
* Fix node detection for MBUS windows configurationWojciech Macek2017-01-251-0/+4
* Introduce armada_thermal driver for Armada family platformsWojciech Macek2017-01-252-0/+316
* "Buses" is the preferred plural of "bus"Conrad Meyer2017-01-151-1/+1
* Use the correct OF_getencprop over OF_getprop + fdt32_to_cpu to readAndrew Turner2016-11-142-22/+16
* Stop including fdt_common.h from the arm code when it's unneeded.Andrew Turner2016-11-142-2/+0
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.Andrew Turner2016-11-114-13/+16
* ARM: Remove unused includes.Michal Meloun2016-10-091-1/+0
* ARM: SEV/WFE instructions are implemented starting from ARMv6K,Michal Meloun2016-10-061-1/+2
* Split CPU_CORTEXA into CPU_CORTEXA8, for the Cortex-A8, and CPU_CORTEXA_MP,Andrew Turner2016-10-041-1/+1
* Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only needAndrew Turner2016-09-231-0/+2
* Use nitems() macro instead of re-inventing itZbigniew Bodek2016-06-031-1/+1
* Configure CPU window to second CESA SRAMZbigniew Bodek2016-06-022-0/+44
* Map CESA SRAM memory in driver attach for Armada38xZbigniew Bodek2016-06-021-1/+1
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-1/+0
* Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesIan Lepore2016-05-231-2/+9
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-221-1/+1
* INTRNG - implement pic_post_filter method. This method is fundamentalSvatopluk Kraus2016-05-221-0/+6
* Return the struct intr_pic pointer from intr_pic_register. This will beAndrew Turner2016-05-181-1/+1
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-131-1/+1
* INTRNG - redefine struct intr_map_data to avoid headers pollution. EachSvatopluk Kraus2016-05-051-3/+7
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-042-2/+2
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-266-15/+15
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* Use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-201-2/+2
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineAndrew Turner2016-04-152-11/+11
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Remove FDT specific parts from INTRNG. Change its interface to make itSvatopluk Kraus2016-04-041-86/+74
* Move support for Synopsys Designware APB UART out of ns8250 and into aJared McNeill2016-04-011-0/+1
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-2/+2
* Remove redefinitions in ARMADA codeWojciech Macek2016-03-151-3/+3
* Add support for USB3.0 on Armada38xWojciech Macek2016-03-143-2/+108
* Make MPIC compatible with ARM_INTRNGWojciech Macek2016-03-143-54/+298
* Make the fdt_get_mem_regions memsize argument optional. It's only used inAndrew Turner2016-03-011-2/+1
* Fix fdt_get_mem_regions() to work with 64-bit addressesWojciech Macek2016-02-291-1/+2
* Almost all copies of platform_mp_init_secondary just calledAndrew Turner2016-02-263-12/+5
* Remove platform_mp_probe as it's almost identical on most ARM SoCs, andAndrew Turner2016-02-262-14/+0
* Remove platform_ipi_send, it's an unneeded as all implementations areAndrew Turner2016-02-252-14/+0
* Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.Svatopluk Kraus2016-02-221-2/+0
* As <machine/vm.h> is included from <vm/vm.h>, there is no need toSvatopluk Kraus2016-02-221-1/+0
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-202-2/+2
* Include ofw_bus_subr.h before ofw_pci.h for the definition of structAndrew Turner2016-02-191-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-174-24/+2
* Add support for the Allwinner i2c device. This is similar to the existingAndrew Turner2016-02-151-0/+1