aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a compile time switch to distinguish between 7-bit and 8-bit I2C addressAndreas Tobler2015-11-041-2/+8
* Fix parsing of I2C addresses properties in fdt data. I2C address isIan Lepore2015-10-211-1/+5
* Limit ofw_cpu_early_foreach() to CPUs onlyZbigniew Bodek2015-07-281-2/+18
* OF_getencprop_alloc shouldn't be used to get string value. If stringOleksandr Tymoshenko2015-07-251-2/+2
* Fix an infinite loop when a node doesn't have an interrupt-parent property.Andrew Turner2015-07-151-1/+1
* Also accept "ok" to enable a device, some vendor device trees use this whenAndrew Turner2015-07-141-1/+2
* Add ofw_bus_find_child_by_phandle, a helper routine to find a device_tWarner Losh2015-06-202-0/+44
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificOleksandr Tymoshenko2015-05-242-0/+25
* Provide the number of interrupt resources added to the listRuslan Bukin2015-05-153-3/+7
* Use the correct node wen reading the compatible property.Andrew Turner2015-05-131-1/+1
* Add the ofw_bus_subr.h change missed in r282770.Andrew Turner2015-05-111-0/+3
* Add ofw_bus_find_compatible to find a compatible ofw node. This will beAndrew Turner2015-05-111-15/+54
* Remove unnecessary code and make use of generic implementations forLuiz Otavio O Souza2015-05-101-12/+0
* Handle IRQ resources on iicbus and ofw_iicbus.Luiz Otavio O Souza2015-05-091-1/+16
* Move the point we attach the ofw driver on arm64 to nexus.c. This willAndrew Turner2015-05-051-0/+11
* Fix bug in xrefinfo_find() for 64-bit platformsZbigniew Bodek2015-03-301-4/+4
* Make simplebus a base class of ofwbus. This allows the elimination ofIan Lepore2015-03-271-230/+18
* Adda function to iterate over the cpu nodes in the OFW or FDT data. ThisAndrew Turner2015-02-192-0/+86
* Add support to get the cpu ID from its device driver in a generic way.Andrew Turner2015-02-191-0/+11
* Do not leak the OFW memory when the result does not satisfy our alignmentLuiz Otavio O Souza2015-01-301-2/+7
* Update the parsing of the cpu node. We are unable to use the reg propertyAndrew Turner2015-01-211-7/+41
* Make the clock-frequency property optional as it may not be present on FDTAndrew Turner2015-01-191-6/+14
* Return an appropriate error code in the case of a missing property ratherNathan Whitehorn2015-01-171-0/+3