summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mv_localbus.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-2/+2
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-171-2/+0
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* Move the definition of fdt_localbus_devmap to a Marvell specific file asandrew2015-04-041-0/+1
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-101-1/+1
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-051-1/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringnwhitehorn2013-11-051-1/+1
* Move remaining code and data related to static device mapping into theian2013-11-041-1/+4
* Remove unsigned comparison < 0kevlo2013-10-151-1/+1
* Unbreak LINT for ARM: DEBUG is a kernel configuration option.marcel2012-05-191-3/+0
* Add localbus driver for Marvell's platforms.gber2012-05-181-0/+493
OpenPOWER on IntegriCloud