summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv
Commit message (Expand)AuthorAgeFilesLines
* 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
* Open window to bootROM memory on Armada38x to allow CPU1 to bootzbb2016-01-203-1/+60
* Support watchdog depending on "mrvl,has-wdt" propertyzbb2016-01-201-2/+9
* Add support for watchdog on Armada38xzbb2016-01-202-9/+54
* Add support for I2C on Armada38xzbb2016-01-201-1/+7
* Add a new RTC driver for Armada38xzbb2016-01-202-1/+236
* Correct MV_DDR_CADR_BASE definiton in mvwin.hzbb2016-01-201-1/+1
* Improve definitions of CPU/PCIe windows for Armada38xzbb2016-01-201-2/+8
* Fix invalid root link detection in mv_pci driverzbb2016-01-202-3/+23
* Enhance remap capabilities for Armada38xzbb2016-01-201-0/+3
* Enable SCU unit for Armada38xzbb2016-01-203-0/+39
* Set IO Sync Barrier flags for all Mbus devices on Armada38xzbb2016-01-203-0/+45
* Use GIC-specific decoding function in mv_common.czbb2016-01-201-0/+8
* Do not require strict compatibility on simplebuszbb2016-01-201-1/+1
* Introduce initial support for Marvell Armada38xzbb2016-01-208-14/+105
* Mark gpio as "optional" in files.mv and edit Marvell's kernconfszbb2016-01-202-8/+1
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeandrew2015-12-223-6/+0
* Change KERNVIRTADDR to 0xc0000000 since the low-order bits no longer need toian2015-12-201-12/+2
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-3/+0
* Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.andrew2015-11-201-10/+0
* Since r289279 bufinit() uses mp_ncpus, but some architectures set thistijl2015-11-081-3/+2
* Fix a strange macro re-definition compile error. If the VM_MAXUSER_ADDRESSian2015-10-181-1/+5
* An IPI must be cleared before it is handled otherwise next IPI could beandrew2015-10-011-6/+6
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+1
* Move the definition of fdt_localbus_devmap to a Marvell specific file asandrew2015-04-042-0/+2
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-042-2/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-6/+0
* We don't use cpufunc_asm_armv5.S in any of these configs, remove it.andrew2015-03-291-1/+0
* Use pmap_mapdev()/unmapdev() to temporarily map on-chip sram while copyingian2015-03-261-7/+3
* Remove from legacy ata(4) driver support for hardware, supported by newermav2015-03-242-878/+0
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* The mv/bus_space.c file is essentially identical to arm/bus_space-v6.c,ian2015-01-212-162/+1
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-211-8/+7
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-011-1/+1
* Rename pic_ipi_get to pic_ipi_read for intrng.andrew2014-12-241-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-211-0/+1
OpenPOWER on IntegriCloud