| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace calls to bus_generic_attach with bus_attach_children | John Baldwin | 2024-12-06 | 1 | -1/+2 |
* | newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANY | Warner Losh | 2024-07-25 | 1 | -2/+2 |
* | Retire unused non-PCI_RES_BUS code | Jessica Clarke | 2024-07-18 | 1 | -18/+0 |
* | new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCE | John Baldwin | 2024-03-13 | 1 | -10/+6 |
* | new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCE | John Baldwin | 2024-03-13 | 1 | -21/+12 |
* | new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCE | John Baldwin | 2024-03-13 | 1 | -7/+7 |
* | new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCE | John Baldwin | 2024-03-13 | 1 | -7/+6 |
* | arm mv_pcib: Use bus_generic_rman_* | John Baldwin | 2024-01-23 | 1 | -23/+157 |
* | sys: Automated cleanup of cdefs and other formatting | Warner Losh | 2023-11-27 | 1 | -1/+0 |
* | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 1 | -2/+0 |
* | arm mv: Remove unused devclass arguments to DRIVER_MODULE. | John Baldwin | 2022-05-09 | 1 | -4/+2 |
* | arm mv: Remove unused variables. | John Baldwin | 2022-04-09 | 1 | -2/+2 |
* | Remove the pre-ARMv6 and pre-INTRNG code. | Michal Meloun | 2020-11-29 | 1 | -4/+0 |
* | arm: Fix duplicate pcib DRIVER_MODULE | Emmanuel Vadot | 2020-04-16 | 1 | -2/+2 |
* | [mv_pci] Increase default PCI space size for mv_pci | Oleksandr Tymoshenko | 2019-01-15 | 1 | -1/+1 |
* | [mv_pci] Do not attempt to attach disabled PCI ports | Oleksandr Tymoshenko | 2018-12-15 | 1 | -0/+3 |
* | Move fdt_is_type to be a Marvell specific function. It's not used by any | Andrew Turner | 2018-04-08 | 1 | -1/+1 |
* | Match Marvell Armada38X PCIE ranges in dts with Linux | Marcin Wojtas | 2018-04-04 | 1 | -0/+11 |
* | Match Marvell Armada38X PCI compatible with Linux | Marcin Wojtas | 2018-04-04 | 1 | -12/+13 |
* | Add support of PCI_RES_BUS to Marvell PCI driver | Marcin Wojtas | 2018-04-04 | 1 | -0/+14 |
* | Add missing flag check in Marvell PCIE driver | Marcin Wojtas | 2018-04-03 | 1 | -2/+3 |
* | Make Marvell mv_pci.c driver generic | Marcin Wojtas | 2018-04-03 | 1 | -19/+38 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Support multi-port PCIe hierarchy in Marvell boards DTS | Zbigniew Bodek | 2017-06-08 | 1 | -8/+33 |
* | Unmask legacy interrupts on Marvell PCIE controller | Zbigniew Bodek | 2017-05-25 | 1 | -1/+1 |
* | Convert PCIe Hot Plug to using pci_request_feature | Warner Losh | 2017-02-25 | 1 | -1/+1 |
* | "Buses" is the preferred plural of "bus" | Conrad Meyer | 2017-01-15 | 1 | -1/+1 |
* | Use the modern spelling of ofw_bus_node_is_compatible in sys/arm. | Andrew Turner | 2016-11-11 | 1 | -2/+2 |
* | Move arm's devmap to some generic place, so it can be used | Ruslan Bukin | 2016-04-26 | 1 | -2/+2 |
* | Cleanup unnecessary semicolons from the kernel. | Pedro F. Giffuni | 2016-04-10 | 1 | -1/+1 |
* | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | Justin Hibbits | 2016-02-20 | 1 | -1/+1 |
* | Include ofw_bus_subr.h before ofw_pci.h for the definition of struct | Andrew Turner | 2016-02-19 | 1 | -1/+1 |
* | Remove pd_prot and pd_cache members from struct arm_devmap_entry. | Svatopluk Kraus | 2016-02-17 | 1 | -4/+0 |
* | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -2/+2 |
* | Remove an extra '!' found by clang 3.8. | Andrew Turner | 2016-01-21 | 1 | -1/+1 |
* | Fix invalid root link detection in mv_pci driver | Zbigniew Bodek | 2016-01-20 | 1 | -3/+22 |
* | Fix typo. | Ruslan Bukin | 2014-12-15 | 1 | -1/+1 |
* | Follow r275792 eliminating fdt_data_verify(). | Ruslan Bukin | 2014-12-15 | 1 | -3/+2 |
* | Fix buffer overflow in Marvell PCI/PCIe driver | Zbigniew Bodek | 2014-12-07 | 1 | -1/+1 |
* | When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE. | Ian Lepore | 2014-05-10 | 1 | -2/+2 |
* | Move Open Firmware device root on PowerPC, ARM, and MIPS systems to | Nathan Whitehorn | 2014-02-05 | 1 | -1/+1 |
* | Open Firmware interrupt specifiers can consist of arbitrary-length byte | Nathan Whitehorn | 2014-02-01 | 1 | -5/+7 |
* | Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs, | Ian Lepore | 2014-01-05 | 1 | -2/+170 |
* | Retire machine/fdt.h as a header used by MI code, as its function is now | Nathan Whitehorn | 2014-01-05 | 1 | -0/+1 |
* | Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbuf | Nathan Whitehorn | 2013-12-17 | 1 | -2/+1 |
* | Use the common Open Firmware PCI interrupt routing code instead of the | Nathan Whitehorn | 2013-12-16 | 1 | -31/+31 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | Eitan Adler | 2013-11-30 | 1 | -1/+1 |
* | Teach nexus(4) about Open Firmware (e.g. FDT) on ARM and MIPS, retiring | Nathan Whitehorn | 2013-11-05 | 1 | -1/+1 |
* | Implement MSI support. | Grzegorz Bernacki | 2012-09-14 | 1 | -2/+101 |
* | pci: Implement new memory and io space allocator for PCI. | Grzegorz Bernacki | 2012-09-14 | 1 | -107/+231 |