summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* Fix MPIC mask/unmaskwma2017-09-061-6/+18
* Enable proper configuration of CESA MBUS windowswma2017-09-062-1/+72
* Remove code for Marvell SoCs that lack a kernel config.andrew2017-09-064-120/+10
* Use the MACROS to access the Global mpic registers. Makes the codeloos2017-09-061-31/+8
* Fix registration of MPIC driverzbb2017-09-061-0/+3
* Correct MPIC order of attachmentzbb2017-09-061-1/+1
* Enable proper parsing of nested simlpe-buses on Marvell platformszbb2017-09-061-3/+4
* Parse EHCI windows on Marvell platformszbb2017-09-061-0/+1
* Fix USB3.0 decoding windows on Armada38xzbb2017-09-061-2/+2
* Move the IO Window Control Register defines out of the ARMADA38X ifdef.loos2017-09-061-12/+12
* Add the Marvell SDHCI controller to the list of supported devices inloos2017-09-061-0/+1
* Add the SDHCI Address Decoder registers and routines for ARMADA 38X.loos2017-09-062-1/+69
* Optimize Armada38x low-level MBUS settingszbb2017-09-063-0/+53
* Add PL310 platform initialization for Armada 38xzbb2017-09-062-0/+75
* Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhereandrew2017-09-061-1/+6
* Add dummy functions for Marvell SoC's not equipped with AHCIwma2017-09-061-3/+23
* Add support for AHCI on ARMADA38Xwma2017-09-061-0/+1
* Setup decoding windows for ARMADA38Xwma2017-09-062-0/+64
* Fix node detection for MBUS windows configurationwma2017-09-061-0/+4
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.andrew2017-09-064-13/+16
* Introduce armada_thermal driver for Armada family platformswma2017-09-062-0/+316
* Export more information about ARM CPUs and SoCs.Luiz Souza2017-07-201-1/+11
* 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
OpenPOWER on IntegriCloud