summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
Commit message (Expand)AuthorAgeFilesLines
* INTRNG - change the way how an interrupt mapping data are providedskra2016-06-053-0/+143
* Fix a typo in a comment.ian2016-05-261-1/+1
* Move the OFW iicbus code to dev/iicbus to stop polluting dev/ofw withloos2016-05-241-238/+0
* Add a pcib interface for use by interrupt controllers that need toandrew2016-05-162-0/+54
* OFWIICBUS: Make ofwiicbus_devclass externaly visible.mmel2016-05-151-1/+1
* Add OF_prop_free function as a counterpart for OF_*prop_allocgonzo2016-05-112-0/+8
* Reduce OFW PCI code duplication - involves ARM, PPC and SPARC64zbb2016-03-292-0/+711
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-181-2/+2
* Use EARLY_DRIVER_MODULE() with BUS_PASS_BUS priority for ofw_gpiobusmmel2016-03-151-2/+4
* Revert r295756:zbb2016-02-203-678/+4
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Fix build for i386 and arm64 after r295755zbb2016-02-181-0/+1
* Extract common code from PowerPC's ofw_pcizbb2016-02-183-4/+678
* Fix bug in ofwbus_release_resource() for non-ofwbus descendantszbb2016-02-181-4/+9
* Allow callers of OF_decode_addr to get the size of the found mapping. Thisandrew2016-02-161-1/+1
* Teach ofw_bus_parse_xref_list_alloc to be able to return the length of the pa...adrian2016-02-092-4/+57
* Fix the value we print when the size is too large. While here fix the typesandrew2016-01-271-2/+2
* When finding the physical address of a device allow intermediate addressesandrew2016-01-271-2/+7
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* Do not destroy input buffer of the OF_getencprop() function on errorzbb2016-01-251-0/+3
* Fix the style of the reading of a nodes xref to make it readable.andrew2016-01-241-4/+3
* Remove fdt_fixup_table from architectures where it's unneeded. We only makeandrew2016-01-211-0/+6
* OFW: Fix ofw_bus_string_list_to_array() function.mmel2016-01-201-6/+8
* Make using the #address-cells property on the interrupt parent in devicenwhitehorn2016-01-021-3/+4
* Fix the detection of IO/memory space changing across busses when the busian2015-12-221-3/+2
* Include machine/_bus.h so that bus_space_[tag|handle]_t will be available.ian2015-12-211-0/+1
* Implement OF_decode_addr() for arm. Move most of powerpc's implementationian2015-12-213-0/+237
* Create a simplebus PNP info wrapper.imp2015-12-181-0/+4
* Support the variant of the interrupt-map property where the parent bus hasandrew2015-12-171-2/+15
* OFW_IICBUS: Register ofw_iicbus node.mmel2015-12-131-0/+2
* OFW: Add helper functions for parsing xref based lists.mmel2015-12-132-0/+140
* OFW: Move code for searching interrupt parent into separate function.mmel2015-12-022-13/+27
* Improve r290373, do a runtime check rather than a compile time switch. Iandreast2015-11-081-6/+25
* Add a compile time switch to distinguish between 7-bit and 8-bit I2C addressandreast2015-11-041-2/+8
* Fix parsing of I2C addresses properties in fdt data. I2C address isian2015-10-211-1/+5
* Limit ofw_cpu_early_foreach() to CPUs onlyzbb2015-07-281-2/+18
* OF_getencprop_alloc shouldn't be used to get string value. If stringgonzo2015-07-251-2/+2
* Fix an infinite loop when a node doesn't have an interrupt-parent property.andrew2015-07-151-1/+1
* Also accept "ok" to enable a device, some vendor device trees use this whenandrew2015-07-141-1/+2
* Add ofw_bus_find_child_by_phandle, a helper routine to find a device_timp2015-06-202-0/+44
* Rename fdt_find_child to ofw_bus_find_child. There is nothing FDT-specificgonzo2015-05-242-0/+25
* Provide the number of interrupt resources added to the listbr2015-05-153-3/+7
* Use the correct node wen reading the compatible property.andrew2015-05-131-1/+1
* Add the ofw_bus_subr.h change missed in r282770.andrew2015-05-111-0/+3
* Add ofw_bus_find_compatible to find a compatible ofw node. This will beandrew2015-05-111-15/+54
* Remove unnecessary code and make use of generic implementations forloos2015-05-101-12/+0
* Handle IRQ resources on iicbus and ofw_iicbus.loos2015-05-091-1/+16
* Move the point we attach the ofw driver on arm64 to nexus.c. This willandrew2015-05-051-0/+11
* Fix bug in xrefinfo_find() for 64-bit platformszbb2015-03-301-4/+4
* Make simplebus a base class of ofwbus. This allows the elimination ofian2015-03-271-230/+18
OpenPOWER on IntegriCloud