aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/mv_localbus.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old Marvell driversAndrew Turner2021-01-271-488/+0
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-1/+1
* Remove fdt_pm_is_enabled as it's Marvell specific. Replace the only call toAndrew Turner2018-04-041-1/+1
* Switch users of fdt_is_enabled to use ofw_bus_node_status_okay. These areAndrew Turner2018-04-031-1/+1
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-131-1/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-2/+2
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-2/+2
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-171-2/+0
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* 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