aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/mv_localbus.c
Commit message (Expand)AuthorAgeFilesLines
* Move the definition of fdt_localbus_devmap to a Marvell specific file asAndrew Turner2015-04-041-0/+1
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.Ian Lepore2014-05-101-1/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-051-1/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringNathan Whitehorn2013-11-051-1/+1
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-041-1/+4
* Remove unsigned comparison < 0Kevin Lo2013-10-151-1/+1
* Unbreak LINT for ARM: DEBUG is a kernel configuration option.Marcel Moolenaar2012-05-191-3/+0
* Add localbus driver for Marvell's platforms.Grzegorz Bernacki2012-05-181-0/+493