summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/mv_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Support multi-port PCIe hierarchy in Marvell boards DTSzbb2017-08-281-8/+33
* Unmask legacy interrupts on Marvell PCIE controllerzbb2017-08-281-1/+1
* Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.andrew2017-08-281-2/+2
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-2/+2
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Include ofw_bus_subr.h before ofw_pci.h for the definition of structandrew2016-02-191-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-171-4/+0
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* Remove an extra '!' found by clang 3.8.andrew2016-01-211-1/+1
* Fix invalid root link detection in mv_pci driverzbb2016-01-201-3/+22
* Fix typo.br2014-12-151-1/+1
* Follow r275792 eliminating fdt_data_verify().br2014-12-151-3/+2
* Fix buffer overflow in Marvell PCI/PCIe driverzbb2014-12-071-1/+1
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-101-2/+2
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-051-1/+1
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-011-5/+7
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,ian2014-01-051-2/+170
* Retire machine/fdt.h as a header used by MI code, as its function is nownwhitehorn2014-01-051-0/+1
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufnwhitehorn2013-12-171-2/+1
* Use the common Open Firmware PCI interrupt routing code instead of thenwhitehorn2013-12-161-31/+31
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-1/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringnwhitehorn2013-11-051-1/+1
* Implement MSI support.gber2012-09-141-2/+101
* pci: Implement new memory and io space allocator for PCI.gber2012-09-141-107/+231
* Merging of projects/armv6, part 7gonzo2012-08-151-6/+6
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* The FDT describes the host controller directly. There's no need tomarcel2011-02-031-17/+10
* Convert Marvell ARM platforms to FDT convention.raj2010-06-131-473/+431
* Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions,raj2009-04-161-0/+10
* Check PCIE link status before accessing the bus.raj2009-01-091-0/+3
* Improve Marvell SOCs PCI/PCIE driver.raj2009-01-091-9/+77
* Fix configuration of the PCI bridge. This got omitted in the initial import ofraj2008-12-051-0/+4
* Improve error handling in pcib_mbus_identify().raj2008-11-191-1/+3
* PCI/PCI-Express support for Marvell systems.raj2008-11-191-0/+768
OpenPOWER on IntegriCloud