aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/mv/mv_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Ruslan Bukin2014-12-151-1/+1
* Follow r275792 eliminating fdt_data_verify().Ruslan Bukin2014-12-151-3/+2
* Fix buffer overflow in Marvell PCI/PCIe driverZbigniew Bodek2014-12-071-1/+1
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.Ian Lepore2014-05-101-2/+2
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems toNathan Whitehorn2014-02-051-1/+1
* Open Firmware interrupt specifiers can consist of arbitrary-length byteNathan Whitehorn2014-02-011-5/+7
* Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,Ian Lepore2014-01-051-2/+170
* Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn2014-01-051-0/+1
* Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbufNathan Whitehorn2013-12-171-2/+1
* Use the common Open Firmware PCI interrupt routing code instead of theNathan Whitehorn2013-12-161-31/+31
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-1/+1
* Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiringNathan Whitehorn2013-11-051-1/+1
* Implement MSI support.Grzegorz Bernacki2012-09-141-2/+101
* pci: Implement new memory and io space allocator for PCI.Grzegorz Bernacki2012-09-141-107/+231
* Merging of projects/armv6, part 7Oleksandr Tymoshenko2012-08-151-6/+6
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* The FDT describes the host controller directly. There's no need toMarcel Moolenaar2011-02-031-17/+10
* Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski2010-06-131-473/+431
* Adjust Marvell Discovery (MV78xxx) support to recognize newest chip revisions,Rafal Jaworowski2009-04-161-0/+10
* Check PCIE link status before accessing the bus.Rafal Jaworowski2009-01-091-0/+3
* Improve Marvell SOCs PCI/PCIE driver.Rafal Jaworowski2009-01-091-9/+77
* Fix configuration of the PCI bridge. This got omitted in the initial import ofRafal Jaworowski2008-12-051-0/+4
* Improve error handling in pcib_mbus_identify().Rafal Jaworowski2008-11-191-1/+3
* PCI/PCI-Express support for Marvell systems.Rafal Jaworowski2008-11-191-0/+768