| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r330897: | Eitan Adler | 2018-03-29 | 15 | -30/+0 |
| * | MFC r330019: ofw_fdt: Simplify parts with new libfdt methods | Kyle Evans | 2018-03-14 | 1 | -38/+18 |
| * | MFC r329579: Set internal error returns [of some OF functions] to 0 | Kyle Evans | 2018-03-14 | 1 | -3/+3 |
| * | MFC r327391: Avoid use of the fdt_get_property_*() API | Kyle Evans | 2018-03-14 | 1 | -7/+6 |
| * | MFC r326310: Back out OF module installation in the event of failure. | Kyle Evans | 2018-03-14 | 1 | -0/+6 |
| * | MFC r326204: Do not bind to CPUs with SMT | Kyle Evans | 2018-03-14 | 1 | -0/+4 |
| * | MFC r322359: Enable OF_setprop API function to add property in FDT | Kyle Evans | 2018-03-14 | 1 | -1/+5 |
| * | MFC r322289: Enable uing ofw_bus_find_compatible in early platform code | Kyle Evans | 2018-03-14 | 1 | -10/+2 |
| * | MFC r322287 (mw): Add support for "compatible" parameter in ofw_fdt_fixup | Kyle Evans | 2018-03-14 | 1 | -1/+10 |
| * | MFC r317191, r317195: Don't ignore "disabled" CPUs | Kyle Evans | 2018-03-14 | 1 | -3/+6 |
| * | Partial merge of the SPDX changes | Eitan Adler | 2018-03-14 | 15 | -0/+30 |
| * | MFC r313982, r314068: | Pedro F. Giffuni | 2017-03-14 | 1 | -1/+1 |
| * | MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges) | Ian Lepore | 2017-03-01 | 1 | -2/+11 |
| * | MFC r304970: | Justin Hibbits | 2016-11-06 | 2 | -3/+26 |
| * | MFC r304459,r305527: | Michal Meloun | 2016-11-05 | 3 | -62/+6 |
| * | MFC r302951,r302952,r304071: | Michal Meloun | 2016-10-15 | 2 | -91/+141 |
| * | MFC r302560: | Michal Meloun | 2016-10-15 | 1 | -9/+12 |
| * | INTRNG - change the way how an interrupt mapping data are provided | Svatopluk Kraus | 2016-06-05 | 3 | -0/+143 |
| * | Fix a typo in a comment. | Ian Lepore | 2016-05-26 | 1 | -1/+1 |
| * | Move the OFW iicbus code to dev/iicbus to stop polluting dev/ofw with | Luiz Otavio O Souza | 2016-05-24 | 1 | -238/+0 |
| * | Add a pcib interface for use by interrupt controllers that need to | Andrew Turner | 2016-05-16 | 2 | -0/+54 |
| * | OFWIICBUS: Make ofwiicbus_devclass externaly visible. | Michal Meloun | 2016-05-15 | 1 | -1/+1 |
| * | Add OF_prop_free function as a counterpart for OF_*prop_alloc | Oleksandr Tymoshenko | 2016-05-11 | 2 | -0/+8 |
| * | Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64 | Zbigniew Bodek | 2016-03-29 | 2 | -0/+711 |
| * | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 1 | -2/+2 |
| * | Use EARLY_DRIVER_MODULE() with BUS_PASS_BUS priority for ofw_gpiobus | Michal Meloun | 2016-03-15 | 1 | -2/+4 |
| * | Revert r295756: | Zbigniew Bodek | 2016-02-20 | 3 | -678/+4 |
| * | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | Justin Hibbits | 2016-02-20 | 1 | -1/+1 |
| * | Fix build for i386 and arm64 after r295755 | Zbigniew Bodek | 2016-02-18 | 1 | -0/+1 |
| * | Extract common code from PowerPC's ofw_pci | Zbigniew Bodek | 2016-02-18 | 3 | -4/+678 |
| * | Fix bug in ofwbus_release_resource() for non-ofwbus descendants | Zbigniew Bodek | 2016-02-18 | 1 | -4/+9 |
| * | Allow callers of OF_decode_addr to get the size of the found mapping. This | Andrew Turner | 2016-02-16 | 1 | -1/+1 |
| * | Teach ofw_bus_parse_xref_list_alloc to be able to return the length of the pa... | Adrian Chadd | 2016-02-09 | 2 | -4/+57 |
| * | Fix the value we print when the size is too large. While here fix the types | Andrew Turner | 2016-01-27 | 1 | -2/+2 |
| * | When finding the physical address of a device allow intermediate addresses | Andrew Turner | 2016-01-27 | 1 | -2/+7 |
| * | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 1 | -2/+2 |
| * | Do not destroy input buffer of the OF_getencprop() function on error | Zbigniew Bodek | 2016-01-25 | 1 | -0/+3 |
| * | Fix the style of the reading of a nodes xref to make it readable. | Andrew Turner | 2016-01-24 | 1 | -4/+3 |
| * | Remove fdt_fixup_table from architectures where it's unneeded. We only make | Andrew Turner | 2016-01-21 | 1 | -0/+6 |
| * | OFW: Fix ofw_bus_string_list_to_array() function. | Michal Meloun | 2016-01-20 | 1 | -6/+8 |
| * | Make using the #address-cells property on the interrupt parent in device | Nathan Whitehorn | 2016-01-02 | 1 | -3/+4 |
| * | Fix the detection of IO/memory space changing across busses when the bus | Ian Lepore | 2015-12-22 | 1 | -3/+2 |
| * | Include machine/_bus.h so that bus_space_[tag|handle]_t will be available. | Ian Lepore | 2015-12-21 | 1 | -0/+1 |
| * | Implement OF_decode_addr() for arm. Move most of powerpc's implementation | Ian Lepore | 2015-12-21 | 3 | -0/+237 |
| * | Create a simplebus PNP info wrapper. | Warner Losh | 2015-12-18 | 1 | -0/+4 |
| * | Support the variant of the interrupt-map property where the parent bus has | Andrew Turner | 2015-12-17 | 1 | -2/+15 |
| * | OFW_IICBUS: Register ofw_iicbus node. | Michal Meloun | 2015-12-13 | 1 | -0/+2 |
| * | OFW: Add helper functions for parsing xref based lists. | Michal Meloun | 2015-12-13 | 2 | -0/+140 |
| * | OFW: Move code for searching interrupt parent into separate function. | Michal Meloun | 2015-12-02 | 2 | -13/+27 |
| * | Improve r290373, do a runtime check rather than a compile time switch. I | Andreas Tobler | 2015-11-08 | 1 | -6/+25 |