summaryrefslogtreecommitdiff
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* Revert r330897:Eitan Adler2018-03-2915-30/+0
* MFC r330019: ofw_fdt: Simplify parts with new libfdt methodsKyle Evans2018-03-141-38/+18
* MFC r329579: Set internal error returns [of some OF functions] to 0Kyle Evans2018-03-141-3/+3
* MFC r327391: Avoid use of the fdt_get_property_*() APIKyle Evans2018-03-141-7/+6
* MFC r326310: Back out OF module installation in the event of failure.Kyle Evans2018-03-141-0/+6
* MFC r326204: Do not bind to CPUs with SMTKyle Evans2018-03-141-0/+4
* MFC r322359: Enable OF_setprop API function to add property in FDTKyle Evans2018-03-141-1/+5
* MFC r322289: Enable uing ofw_bus_find_compatible in early platform codeKyle Evans2018-03-141-10/+2
* MFC r322287 (mw): Add support for "compatible" parameter in ofw_fdt_fixupKyle Evans2018-03-141-1/+10
* MFC r317191, r317195: Don't ignore "disabled" CPUsKyle Evans2018-03-141-3/+6
* Partial merge of the SPDX changesEitan Adler2018-03-1415-0/+30
* MFC r313982, r314068:Pedro F. Giffuni2017-03-141-1/+1
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)Ian Lepore2017-03-011-2/+11
* MFC r304970:Justin Hibbits2016-11-062-3/+26
* MFC r304459,r305527:Michal Meloun2016-11-053-62/+6
* MFC r302951,r302952,r304071:Michal Meloun2016-10-152-91/+141
* MFC r302560:Michal Meloun2016-10-151-9/+12
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-053-0/+143
* Fix a typo in a comment.Ian Lepore2016-05-261-1/+1
* Move the OFW iicbus code to dev/iicbus to stop polluting dev/ofw withLuiz Otavio O Souza2016-05-241-238/+0
* Add a pcib interface for use by interrupt controllers that need toAndrew Turner2016-05-162-0/+54
* OFWIICBUS: Make ofwiicbus_devclass externaly visible.Michal Meloun2016-05-151-1/+1
* Add OF_prop_free function as a counterpart for OF_*prop_allocOleksandr Tymoshenko2016-05-112-0/+8
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64Zbigniew Bodek2016-03-292-0/+711
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-2/+2
* Use EARLY_DRIVER_MODULE() with BUS_PASS_BUS priority for ofw_gpiobusMichal Meloun2016-03-151-2/+4
* Revert r295756:Zbigniew Bodek2016-02-203-678/+4
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Fix build for i386 and arm64 after r295755Zbigniew Bodek2016-02-181-0/+1
* Extract common code from PowerPC's ofw_pciZbigniew Bodek2016-02-183-4/+678
* Fix bug in ofwbus_release_resource() for non-ofwbus descendantsZbigniew Bodek2016-02-181-4/+9
* Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner2016-02-161-1/+1
* Teach ofw_bus_parse_xref_list_alloc to be able to return the length of the pa...Adrian Chadd2016-02-092-4/+57
* Fix the value we print when the size is too large. While here fix the typesAndrew Turner2016-01-271-2/+2
* When finding the physical address of a device allow intermediate addressesAndrew Turner2016-01-271-2/+7
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* Do not destroy input buffer of the OF_getencprop() function on errorZbigniew Bodek2016-01-251-0/+3
* Fix the style of the reading of a nodes xref to make it readable.Andrew Turner2016-01-241-4/+3
* Remove fdt_fixup_table from architectures where it's unneeded. We only makeAndrew Turner2016-01-211-0/+6
* OFW: Fix ofw_bus_string_list_to_array() function.Michal Meloun2016-01-201-6/+8
* Make using the #address-cells property on the interrupt parent in deviceNathan Whitehorn2016-01-021-3/+4
* Fix the detection of IO/memory space changing across busses when the busIan Lepore2015-12-221-3/+2
* Include machine/_bus.h so that bus_space_[tag|handle]_t will be available.Ian Lepore2015-12-211-0/+1
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationIan Lepore2015-12-213-0/+237
* Create a simplebus PNP info wrapper.Warner Losh2015-12-181-0/+4
* Support the variant of the interrupt-map property where the parent bus hasAndrew Turner2015-12-171-2/+15
* OFW_IICBUS: Register ofw_iicbus node.Michal Meloun2015-12-131-0/+2
* OFW: Add helper functions for parsing xref based lists.Michal Meloun2015-12-132-0/+140
* OFW: Move code for searching interrupt parent into separate function.Michal Meloun2015-12-022-13/+27
* Improve r290373, do a runtime check rather than a compile time switch. IAndreas Tobler2015-11-081-6/+25